From 6e0b15662dd241f38af1934daee1dbece94c14f4 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Oct 13 2008 19:09:37 +0000 Subject: - Remove lingering references to libSAD from the installed headers --- diff --git a/audacious.spec b/audacious.spec index 2f43a06..6785b04 100644 --- a/audacious.spec +++ b/audacious.spec @@ -2,7 +2,7 @@ Name: audacious Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -20,6 +20,7 @@ Patch6: audacious-1.2.1-shaded-skin.patch # Patch7: audacious-1.1.1-controlsocket-name.patch # Patch8: audacious-1.1.1-playlist-twenty.patch Patch9: audacious-1.4.2-id3tag-close-file.patch +Patch10: audacious-1.5.1-libsad-header.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6 @@ -112,6 +113,9 @@ Development files for Audacious # Fix files left open on non-seekable mp3 streams # %patch9 -p1 -b id3tag-close-file +# Remove libSAD references from the public headers +%patch10 -p1 -b libsad-header + perl -pi -e 's/^\.SILENT:.*$//' buildsys.mk.in %build @@ -199,7 +203,11 @@ fi %changelog -* Sat Sep 06 2008 Ralf Ertzinger 1.5.1-3 +* Mon Oct 13 2008 Ralf Ertzinger 1.5.1-4 +- Remove lingering references to libSAD from the installed + headers + +* Sat Sep 06 2008 Ralf Ertzinger 1.5.1-3 - Remove libSAD headers from devel package, they were not meant to be public