Author: adamg Date: Sat Feb 28 11:25:54 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.5.22
---- Files affected: SPECS: libextractor.spec (1.59 -> 1.60) ---- Diffs: ================================================================ Index: SPECS/libextractor.spec diff -u SPECS/libextractor.spec:1.59 SPECS/libextractor.spec:1.60 --- SPECS/libextractor.spec:1.59 Thu Nov 20 00:43:21 2008 +++ SPECS/libextractor.spec Sat Feb 28 12:25:49 2009 @@ -7,12 +7,12 @@ Summary: Meta-data extraction library Summary(pl.UTF-8): Biblioteka do ekstrakcji metadanych Name: libextractor -Version: 0.5.21 +Version: 0.5.22 Release: 1 License: GPL v2+ Group: Libraries Source0: http://gnunet.org/libextractor/download/%{name}-%{version}.tar.gz -# Source0-md5: 5de77668914b27e56cf99f961de26b09 +# Source0-md5: f6d6ea1264a471189eee99728b983c4e Patch0: %{name}-64bit.patch Patch1: %{name}-make.patch Patch2: %{name}-info.patch @@ -203,7 +203,9 @@ %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/extract %attr(755,root,root) %{_libdir}/libextractor.so.*.*.* +%attr(755,root,root) %{_libdir}/libextractor_common.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libextractor.so.1 +%attr(755,root,root) %ghost %{_libdir}/libextractor_common.so.0 # plugins are lt_dlopened without extension, so *.la are needed %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/libextractor_applefile.so @@ -317,7 +319,9 @@ %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libextractor.so +%attr(755,root,root) %{_libdir}/libextractor_common.so %{_libdir}/libextractor.la +%{_libdir}/libextractor_common.la %{_includedir}/extractor.h %{_pkgconfigdir}/libextractor.pc %{_mandir}/man3/libextractor.3* @@ -327,6 +331,7 @@ %files static %defattr(644,root,root,755) %{_libdir}/libextractor.a +%{_libdir}/libextractor_common.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -335,6 +340,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60 2009/02/28 11:25:49 adamg +- updated to 0.5.22 + Revision 1.59 2008/11/19 23:43:21 qboosh - updated to 0.5.21 - removed obsolete lt patch, added rpm patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libextractor.spec?r1=1.59&r2=1.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
