Author: qboosh Date: Sat Mar 22 16:39:10 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.5.20 - added lt patch (fixes build with libtool 2.2)
---- Files affected: SPECS: libextractor.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: SPECS/libextractor.spec diff -u SPECS/libextractor.spec:1.53 SPECS/libextractor.spec:1.54 --- SPECS/libextractor.spec:1.53 Sat Mar 22 12:59:02 2008 +++ SPECS/libextractor.spec Sat Mar 22 17:39:05 2008 @@ -7,16 +7,17 @@ Summary: Meta-data extraction library Summary(pl.UTF-8): Biblioteka do ekstrakcji metadanych Name: libextractor -Version: 0.5.19a +Version: 0.5.20 Release: 1 License: GPL v2+ Group: Libraries Source0: http://gnunet.org/libextractor/download/%{name}-%{version}.tar.gz -# Source0-md5: 4716cd95d67a8f08781440ea1c7187a6 +# Source0-md5: b71833f1c1b8299b01df2d7669600030 Patch0: %{name}-64bit.patch Patch1: %{name}-make.patch Patch2: %{name}-info.patch Patch3: %{name}-pmake.patch +Patch4: %{name}-lt.patch URL: http://gnunet.org/libextractor/ %if %{with qt} BuildRequires: QtSvg-devel >= 4.0.1 @@ -157,6 +158,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %{__gettextize} @@ -203,6 +205,7 @@ %attr(755,root,root) %ghost %{_libdir}/libextractor.so.1 # plugins are lt_dlopened without extension, so *.la are needed %dir %{_libdir}/%{name} +%attr(755,root,root) %{_libdir}/%{name}/libextractor_applefile.so %attr(755,root,root) %{_libdir}/%{name}/libextractor_asf.so %attr(755,root,root) %{_libdir}/%{name}/libextractor_deb.so %attr(755,root,root) %{_libdir}/%{name}/libextractor_dvi.so @@ -244,6 +247,7 @@ %attr(755,root,root) %{_libdir}/%{name}/libextractor_translit.so %attr(755,root,root) %{_libdir}/%{name}/libextractor_wav.so %attr(755,root,root) %{_libdir}/%{name}/libextractor_zip.so +%{_libdir}/%{name}/libextractor_applefile.la %{_libdir}/%{name}/libextractor_asf.la %{_libdir}/%{name}/libextractor_deb.la %{_libdir}/%{name}/libextractor_dvi.la @@ -324,6 +328,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2008-03-22 16:39:05 qboosh +- updated to 0.5.20 +- added lt patch (fixes build with libtool 2.2) + Revision 1.53 2008-03-22 11:59:02 qboosh - added pmake patch (fixes parallel make) - dropped --ltdl from libtoolize (not required since some time, fixes build with libtool 2.2) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libextractor.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
