From a4491c194501f931cfd7c559b848dfe82d25ba1b Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 26 Aug 2004 21:24:29 +0000 Subject: [PATCH] - updated to 0.3.4 (now with gettext support) Changed files: libextractor.spec -> 1.15 --- libextractor.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libextractor.spec b/libextractor.spec index 4a41d85..48fd4f1 100644 --- a/libextractor.spec +++ b/libextractor.spec @@ -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 -- 2.44.0