]> git.pld-linux.org Git - packages/libextractor.git/commitdiff
- fixed build (including amd64), BR: ac,am,lt
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Aug 2004 22:57:00 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libextractor.spec -> 1.13

libextractor.spec

index 436c9b227a1d2db57770639deca173dbf4458908..aff21e6b01be473202543057301946764070b48b 100644 (file)
@@ -9,8 +9,11 @@ Group:         Libraries
 Source0:       http://www.ovmj.org/libextractor/download/%{name}-%{version}.tar.gz
 # Source0-md5: 0e70401b3a1574bf16caf17a4af78398
 URL:           http://www.ovmj.org/libextractor/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
 BuildRequires: libltdl-devel
 BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
 BuildRequires: libvorbis-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -74,6 +77,7 @@ Summary:      Development files for libextractor
 Summary(pl):   Pliki nag³ówkowe libextractor
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      libltdl-devel
 
 %description devel
 This package contains files to develop with libextractor, that is
@@ -99,8 +103,9 @@ Statyczna wersja bibliotek libextractor.
 %setup -q
 
 %build
-cp /usr/share/automake/config.sub .
-%{__gettextize}
+# gettext is not used yet
+#%%{__gettextize}
+%{__libtoolize} --ltdl
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
This page took 0.101108 seconds and 4 git commands to generate.