mark libflac as not requiring executable stack

This commit is contained in:
Colin Walters 2005-02-01 16:12:32 +00:00
parent 8d2b471a3c
commit 20d238234e

View File

@ -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 <nmiell@gmail.com> - 1.1.0-8
- Reviewed by Colin Walters <walters@redhat.com>
- Mark libFLAC.so.4.1.2 as not requiring an executable stack
by using execstack -c
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 1.1.0-7
- Fixed warnings in shipped m4 file.