Author: qboosh Date: Wed Aug 20 04:55:00 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.2.39 - License is LGPL (except for arts driver, which is not compiled anyway)
---- Files affected: SPECS: esound.spec (1.122 -> 1.123) ---- Diffs: ================================================================ Index: SPECS/esound.spec diff -u SPECS/esound.spec:1.122 SPECS/esound.spec:1.123 --- SPECS/esound.spec:1.122 Fri May 4 09:59:32 2007 +++ SPECS/esound.spec Wed Aug 20 06:54:54 2008 @@ -11,13 +11,13 @@ Summary(ru.UTF-8): Сервер, позволяющий микшировать вывод на звуковое устройство Summary(uk.UTF-8): Сервер, що дозволяє мікширувати вивід на звуковий пристрій Name: esound -Version: 0.2.38 +Version: 0.2.39 Release: 1 Epoch: 1 -License: GPL +License: LGPL v2+ Group: Daemons Source0: http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/%{name}-%{version}.tar.bz2 -# Source0-md5: 1c48c100b450d617b58dacb59837d34f +# Source0-md5: d950b9cd0d7b5406cc4bb16bcdcea8f4 Patch0: %{name}-etc_dir.patch Patch1: %{name}-auto_spawn.patch URL: http://www.tux.org/~ricdude/EsounD.html @@ -177,13 +177,13 @@ m4datadir=%{_aclocaldir} \ pkgconfigdir=%{_pkgconfigdir} -rm -rf $RPM_BUILD_ROOT%{_docdir}/esound/html +rm -rf $RPM_BUILD_ROOT%{_docdir}/esound %clean rm -rf $RPM_BUILD_ROOT -%post libs -p /sbin/ldconfig -%postun libs -p /sbin/ldconfig +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig %files %defattr(644,root,root,755) @@ -204,21 +204,27 @@ %files libs %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libesd*.so.*.* +%attr(755,root,root) %{_libdir}/libesd.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libesd.so.0 +%attr(755,root,root) %{_libdir}/libesddsp.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libesddsp.so.0 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/esd-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/* -%{_aclocaldir}/* -%{_pkgconfigdir}/esound* +%attr(755,root,root) %{_libdir}/libesd.so +%attr(755,root,root) %{_libdir}/libesddsp.so +%{_libdir}/libesd.la +%{_libdir}/libesddsp.la +%{_includedir}/esd.h +%{_aclocaldir}/esd.m4 +%{_pkgconfigdir}/esound.pc %{_mandir}/man1/esd-config.1* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libesd.a +%{_libdir}/libesddsp.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -226,6 +232,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.123 2008/08/20 04:54:54 qboosh +- updated to 0.2.39 +- License is LGPL (except for arts driver, which is not compiled anyway) + Revision 1.122 2007/05/04 07:59:32 megabajt - updated to 0.2.38 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/esound.spec?r1=1.122&r2=1.123&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
