]> git.pld-linux.org Git - packages/libextractor.git/commitdiff
- updated to 0.3.4 (now with gettext support)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Aug 2004 21:24:29 +0000 (21:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libextractor.spec -> 1.15

libextractor.spec

index 4a41d85e7569efdbcfef2023626cc3c4115e7481..48fd4f140b049cb8a1a20fc385b63047c9f2b2b2 100644 (file)
@@ -1,16 +1,17 @@
 Summary:       Meta-data extraction library
 Summary(pl):   Biblioteka do ekstrakcji metadanych
 Name:          libextractor
-Version:       0.3.3
-Release:       2
+Version:       0.3.4
+Release:       1
 License:       GPL
 Group:         Libraries
 # strange, .tar.gz is ~500kB smaller than .tar.bz2
 Source0:       http://www.ovmj.org/libextractor/download/%{name}-%{version}.tar.gz
-# Source0-md5: 0e70401b3a1574bf16caf17a4af78398
+# Source0-md5: 49de0466f5d25d6cbe8f76502c50ee87
 URL:           http://www.ovmj.org/libextractor/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
+BuildRequires: gettext-devel >= 0.14
 BuildRequires: libltdl-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
@@ -103,8 +104,7 @@ Statyczna wersja bibliotek libextractor.
 %setup -q
 
 %build
-# gettext is not used yet
-#%%{__gettextize}
+%{__gettextize}
 %{__libtoolize} --ltdl
 %{__aclocal}
 %{__autoconf}
@@ -123,13 +123,15 @@ rm -rf $RPM_BUILD_ROOT
 # useless
 rm -f $RPM_BUILD_ROOT%{_libdir}/libextractor_[!u]*.a
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/extract
This page took 0.029365 seconds and 4 git commands to generate.