* Tue Nov 21 2006 Behdad Esfahbod <besfahbo@redhat.com> - 0.8.6-4
- Only export namespaced symbols. (bug 216108)
This commit is contained in:
parent
432220cc6e
commit
64ceafa1ec
@ -1,7 +1,7 @@
|
||||
Summary: Cross Platform Audio Output Library.
|
||||
Name: libao
|
||||
Version: 0.8.6
|
||||
Release: 3
|
||||
Release: 4
|
||||
Group: System Environment/Libraries
|
||||
License: GPL
|
||||
URL: http://www.xiph.org/
|
||||
@ -30,6 +30,8 @@ needed to develop applications with libao.
|
||||
|
||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
perl -p -i -e "s/-ffast-math//" configure
|
||||
# 216108
|
||||
perl -p -i -e "s/= -version-info/= -export-symbols-regex '^ao_.*' -version-info/" src/Makefile.in
|
||||
|
||||
%build
|
||||
%configure --enable-alsa09
|
||||
@ -65,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -rf {} \;
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Nov 21 2006 Behdad Esfahbod <besfahbo@redhat.com> - 0.8.6-4
|
||||
- Only export namespaced symbols. (bug 216108)
|
||||
|
||||
* Mon Jul 24 2006 Ray Strode <rstrode@redhat.com> - 0.8.6-3
|
||||
- remove all .la files (bug 199058)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user