Author: qboosh Date: Sun Apr 11 19:10:27 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.0.0 (new soname)
---- Files affected: packages/libao: libao.spec (1.67 -> 1.68) ---- Diffs: ================================================================ Index: packages/libao/libao.spec diff -u packages/libao/libao.spec:1.67 packages/libao/libao.spec:1.68 --- packages/libao/libao.spec:1.67 Tue Apr 6 15:29:43 2010 +++ packages/libao/libao.spec Sun Apr 11 21:10:19 2010 @@ -1,4 +1,5 @@ # $Revision$, $Date$ +# TODO: roaraudio plugin (needs roaraudio: http://roaraudio.keep-cool.org/downloads.html) # # Conditional build: %bcond_without alsa # don't build ALSA plugin @@ -12,13 +13,13 @@ Summary(pl.UTF-8): Międzyplatformowa biblioteka do odtwarzania dźwięku Summary(pt_BR.UTF-8): Biblioteca libao Name: libao -Version: 0.8.8 -Release: 2 +Version: 1.0.0 +Release: 1 Epoch: 1 License: GPL v2+ Group: Libraries Source0: http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz -# Source0-md5: b92cba3cbcf1ee9bc221118a85d23dcd +# Source0-md5: 08283fbe1f587619053a156254afecec URL: http://www.xiph.org/ao/ %{?with_alsa:BuildRequires: alsa-lib-devel >= 1.0.0} %{?with_arts:BuildRequires: artsc-devel} @@ -168,8 +169,6 @@ %setup -q %build -# just AM_PATH_ESD copy -rm -f acinclude.m4 %{__libtoolize} %{__aclocal} %{__autoconf} @@ -200,7 +199,7 @@ DESTDIR=$RPM_BUILD_ROOT # dlopened by *.so -rm -f $RPM_BUILD_ROOT%{_libdir}/ao/plugins-2/*.{la,a} +rm -f $RPM_BUILD_ROOT%{_libdir}/ao/plugins-4/*.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -212,10 +211,11 @@ %defattr(644,root,root,755) %doc AUTHORS CHANGES README TODO %attr(755,root,root) %{_libdir}/libao.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libao.so.4 %dir %{_libdir}/ao -%dir %{_libdir}/ao/plugins-2 -%attr(755,root,root) %{_libdir}/ao/plugins-2/liboss.so -%{_mandir}/man5/* +%dir %{_libdir}/ao/plugins-4 +%attr(755,root,root) %{_libdir}/ao/plugins-4/liboss.so +%{_mandir}/man5/libao.conf.5* %files devel %defattr(644,root,root,755) @@ -224,40 +224,40 @@ %{_libdir}/libao.la %{_includedir}/ao %{_aclocaldir}/ao.m4 -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/ao.pc %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libao.a %endif %if %{with alsa} %files alsa %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/ao/plugins-2/libalsa*.so +%attr(755,root,root) %{_libdir}/ao/plugins-4/libalsa.so %endif %if %{with arts} %files arts %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/ao/plugins-2/libarts.so +%attr(755,root,root) %{_libdir}/ao/plugins-4/libarts.so %endif %files esd %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/ao/plugins-2/libesd.so +%attr(755,root,root) %{_libdir}/ao/plugins-4/libesd.so %if %{with nas} %files nas %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/ao/plugins-2/libnas.so +%attr(755,root,root) %{_libdir}/ao/plugins-4/libnas.so %endif %if %{with pulseaudio} %files pulse %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/ao/plugins-2/libpulse.so +%attr(755,root,root) %{_libdir}/ao/plugins-4/libpulse.so %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -266,6 +266,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.68 2010/04/11 19:10:19 qboosh +- updated to 1.0.0 (new soname) + Revision 1.67 2010/04/06 13:29:43 sparky - BR: xorg-lib-libXau-devel for nas ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libao/libao.spec?r1=1.67&r2=1.68&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
