diff --git a/flac.spec b/flac.spec index d63f9c7..470b6df 100644 --- a/flac.spec +++ b/flac.spec @@ -3,7 +3,7 @@ Summary: An encoder/decoder for the Free Lossless Audio Codec. Name: flac Version: 1.1.0 -Release: 7 +Release: 8 License: LGPL/GPL Group: Applications/Multimedia Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz @@ -12,7 +12,7 @@ Patch1: flac-1.1.0-libtool.patch Patch2: flac-underquoted.patch URL: http://flac.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-root -BuildRequires: xmms-devel, glib-devel, libogg-devel, doxygen, nasm +BuildRequires: xmms-devel, glib-devel, libogg-devel, doxygen, nasm, prelink Obsoletes: flac-libs %description @@ -60,6 +60,7 @@ mkdir -p %{buildroot}%{xmmsinputdir} %makeinstall \ xmmsinputplugindir=%{buildroot}%{xmmsinputdir} find doc/ -name "Makefile*" -exec rm -f {} \; +execstack -c %{buildroot}%{_libdir}/libFLAC.so.4.1.2 %clean rm -rf %{buildroot} @@ -91,6 +92,11 @@ rm -rf %{buildroot} %{xmmsinputdir}/*.so %changelog +* Tue Feb 01 2005 Nicholas Miell - 1.1.0-8 +- Reviewed by Colin Walters +- Mark libFLAC.so.4.1.2 as not requiring an executable stack + by using execstack -c + * Thu Jul 15 2004 Tim Waugh 1.1.0-7 - Fixed warnings in shipped m4 file.