Author: qboosh Date: Fri Aug 29 21:39:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.5.2 - added acam patch
---- Files affected: SPECS: ecasound.spec (1.103 -> 1.104) ---- Diffs: ================================================================ Index: SPECS/ecasound.spec diff -u SPECS/ecasound.spec:1.103 SPECS/ecasound.spec:1.104 --- SPECS/ecasound.spec:1.103 Tue Oct 9 17:31:11 2007 +++ SPECS/ecasound.spec Fri Aug 29 23:39:38 2008 @@ -9,13 +9,14 @@ Summary: Software package for multitrack audio processing Summary(pl.UTF-8): Oprogramowanie do wielościeżkowego przetwarzania dźwięku Name: ecasound -Version: 2.4.6.1 +Version: 2.5.2 Release: 1 License: GPL v2+ Group: Applications/Sound Source0: http://ecasound.seul.org/download/%{name}-%{version}.tar.gz -# Source0-md5: 2bd968cf94405535928cc04143bb89ee +# Source0-md5: c7d26db96a7ea5749df9d5137d3c397d Patch0: %{name}-link.patch +Patch1: %{name}-acam.patch URL: http://ecasound.seul.org/ %{?with_alsa:BuildRequires: alsa-lib-devel >= 0.9.0} %{?with_arts:BuildRequires: arts-devel} @@ -131,6 +132,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -167,10 +169,10 @@ DESTDIR=$RPM_BUILD_ROOT \ mandir=%{_mandir} -install pyecasound/*.py $RPM_BUILD_ROOT%{py_sitedir} %py_ocomp $RPM_BUILD_ROOT%{py_sitedir} %py_comp $RPM_BUILD_ROOT%{py_sitedir} %py_postclean +%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -182,28 +184,42 @@ %defattr(644,root,root,755) %doc BUGS NEWS README TODO %attr(755,root,root) %{_bindir}/eca* -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libecasound.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libecasound.so.20 +%attr(755,root,root) %{_libdir}/libecasoundc.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libecasoundc.so.1 +%attr(755,root,root) %{_libdir}/libkvutils.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libkvutils.so.4 %{_datadir}/ecasound -%{_mandir}/man1/eca* -%{_mandir}/man5/eca* +%{_mandir}/man1/eca*.1* +%{_mandir}/man5/ecasoundrc.5* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/*-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_bindir}/libecasound-config +%attr(755,root,root) %{_bindir}/libecasoundc-config +%attr(755,root,root) %{_libdir}/libecasound.so +%attr(755,root,root) %{_libdir}/libecasoundc.so +%attr(755,root,root) %{_libdir}/libkvutils.so +%{_libdir}/libecasound.la +%{_libdir}/libecasoundc.la +%{_libdir}/libkvutils.la %{_includedir}/kvutils %{_includedir}/libecasound %{_includedir}/libecasoundc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libecasound.a +%{_libdir}/libecasoundc.a +%{_libdir}/libkvutils.a %files -n python-%{name} %defattr(644,root,root,755) -%attr(755,root,root) %{py_sitedir}/*.so -%{py_sitedir}/*.py[co] +%attr(755,root,root) %{py_sitedir}/pyecasound.so +%{py_sitedir}/ecacontrol.py[co] +%{py_sitedir}/eci.py[co] +%{py_sitedir}/pyeca.py[co] %if %{with ruby} %files -n ruby-%{name} @@ -217,6 +233,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.104 2008/08/29 21:39:38 qboosh +- updated to 2.5.2 +- added acam patch + Revision 1.103 2007/10/09 15:31:11 baggins - s/enviroment/environment/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ecasound.spec?r1=1.103&r2=1.104&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
