]> git.pld-linux.org Git - packages/exiv2.git/commitdiff
- fixed build by refreshing libtool to version compatible with ksh in posix mode
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Nov 2006 13:44:47 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR+R: zlib-devel
- fixed License (GPL v2 or any later version)

Changed files:
    exiv2.spec -> 1.11

exiv2.spec

index a5b65550918d5a5693bd38b388d7cf614c28dfac..86fef3564f0549563c898c299e31c1f0e2d4764f 100644 (file)
@@ -3,12 +3,16 @@ Summary(pl):  Narz
 Name:          exiv2
 Version:       0.11
 Release:       0.1
-License:       GPL v2
+License:       GPL v2+
 Group:         Applications
 Source0:       http://www.exiv2.org/%{name}-%{version}.tar.gz
 # Source0-md5: 269ce822946c56549d086f0c08dffc79
 URL:           http://www.exiv2.org/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake
 BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
+BuildRequires: zlib-devel
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,6 +39,7 @@ Summary(pl):  Pliki programistyczne biblioteki do obr
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      libstdc++-devel
+Requires:      zlib-devel
 
 %description devel
 Exif and Iptc metadata manipulation library development files.
@@ -57,7 +62,13 @@ Statyczna biblioteka do obr
 %prep
 %setup -q
 
+ln -s config/configure.ac .
+
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
 %configure
 %{__make} \
        CFLAGS="%{rpmcflags} -Wall" \
This page took 0.037936 seconds and 4 git commands to generate.