]> git.pld-linux.org Git - packages/libextractor.git/blobdiff - libextractor.spec
- release 5 (against libltdl-2.2.6-1)
[packages/libextractor.git] / libextractor.spec
index 3e81b4c686a7bc88c2be29df4a32d768ea18e88b..2173515b4fcd7f937de874d34af77ed0c5016993 100644 (file)
@@ -6,15 +6,17 @@
 Summary:       Meta-data extraction library
 Summary(pl.UTF-8):     Biblioteka do ekstrakcji metadanych
 Name:          libextractor
-Version:       0.5.19a
-Release:       1
-License:       GPL
+Version:       0.5.20
+Release:       5
+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
@@ -154,10 +156,12 @@ Statyczna wersja bibliotek libextractor.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 %{__gettextize}
-%{__libtoolize} --ltdl
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
@@ -186,11 +190,11 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%post devel    -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%postun devel  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -200,6 +204,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
@@ -241,6 +246,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.033992 seconds and 4 git commands to generate.