Author: qboosh Date: Fri Apr 10 17:15:48 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - added nosse patch: make library available for non-SSE2 CPUs - more verbose files, ghost soname symlink
---- Files affected: SPECS: soundtouch.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/soundtouch.spec diff -u SPECS/soundtouch.spec:1.14 SPECS/soundtouch.spec:1.15 --- SPECS/soundtouch.spec:1.14 Sun Mar 8 17:04:40 2009 +++ SPECS/soundtouch.spec Fri Apr 10 19:15:42 2009 @@ -8,10 +8,11 @@ Name: soundtouch Version: 1.4.0 Release: 1 -License: LGPL +License: LGPL v2.1+ Group: Libraries Source0: http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz # Source0-md5: fc4bb10401624899efe4fb554d4fd3ed +Patch0: %{name}-nosse.patch URL: http://www.surina.net/soundtouch/ BuildRequires: autoconf BuildRequires: automake @@ -78,6 +79,7 @@ %prep %setup -q -n %{name} +%patch0 -p1 # kill DOS eols %{__perl} -pi -e 's/\r$//' soundtouch.m4 @@ -108,19 +110,20 @@ %files %defattr(644,root,root,755) %doc README.html -%attr(755,root,root) %{_libdir}/lib*.so.* +%attr(755,root,root) %{_libdir}/libSoundTouch.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libSoundTouch.so.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libSoundTouch.so +%{_libdir}/libSoundTouch.la %{_includedir}/soundtouch %{_aclocaldir}/soundtouch.m4 -%{_pkgconfigdir}/soundtouch-*.pc +%{_pkgconfigdir}/soundtouch-1.4.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libSoundTouch.a %files soundstretch %defattr(644,root,root,755) @@ -132,6 +135,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2009/04/10 17:15:42 qboosh +- added nosse patch: make library available for non-SSE2 CPUs +- more verbose files, ghost soname symlink + Revision 1.14 2009/03/08 16:04:40 duddits - TODO added: fix build for x86_64 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/soundtouch.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
