mark libflac as not requiring executable stack
This commit is contained in:
parent
8d2b471a3c
commit
20d238234e
10
flac.spec
10
flac.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: An encoder/decoder for the Free Lossless Audio Codec.
|
Summary: An encoder/decoder for the Free Lossless Audio Codec.
|
||||||
Name: flac
|
Name: flac
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 7
|
Release: 8
|
||||||
License: LGPL/GPL
|
License: LGPL/GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz
|
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
|
Patch2: flac-underquoted.patch
|
||||||
URL: http://flac.sourceforge.net/
|
URL: http://flac.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
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
|
Obsoletes: flac-libs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -60,6 +60,7 @@ mkdir -p %{buildroot}%{xmmsinputdir}
|
|||||||
%makeinstall \
|
%makeinstall \
|
||||||
xmmsinputplugindir=%{buildroot}%{xmmsinputdir}
|
xmmsinputplugindir=%{buildroot}%{xmmsinputdir}
|
||||||
find doc/ -name "Makefile*" -exec rm -f {} \;
|
find doc/ -name "Makefile*" -exec rm -f {} \;
|
||||||
|
execstack -c %{buildroot}%{_libdir}/libFLAC.so.4.1.2
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -91,6 +92,11 @@ rm -rf %{buildroot}
|
|||||||
%{xmmsinputdir}/*.so
|
%{xmmsinputdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 1.1.0-7
|
||||||
- Fixed warnings in shipped m4 file.
|
- Fixed warnings in shipped m4 file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user