SPECS: exiv2.spec - fixed build by refreshing libtool to version c...
qboosh
qboosh at pld-linux.org
Thu Nov 23 14:44:53 CET 2006
Author: qboosh Date: Thu Nov 23 13:44:53 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed build by refreshing libtool to version compatible with ksh in posix mode
- BR+R: zlib-devel
- fixed License (GPL v2 or any later version)
---- Files affected:
SPECS:
exiv2.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/exiv2.spec
diff -u SPECS/exiv2.spec:1.10 SPECS/exiv2.spec:1.11
--- SPECS/exiv2.spec:1.10 Thu Nov 23 14:40:39 2006
+++ SPECS/exiv2.spec Thu Nov 23 14:44:47 2006
@@ -4,12 +4,16 @@
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)
@@ -36,6 +40,7 @@
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
Requires: libstdc++-devel
+Requires: zlib-devel
%description devel
Exif and Iptc metadata manipulation library development files.
@@ -58,7 +63,13 @@
%prep
%setup -q
+ln -s config/configure.ac .
+
%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
%configure
%{__make} \
CFLAGS="%{rpmcflags} -Wall" \
@@ -102,6 +113,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2006/11/23 13:44:47 qboosh
+- fixed build by refreshing libtool to version compatible with ksh in posix mode
+- BR+R: zlib-devel
+- fixed License (GPL v2 or any later version)
+
Revision 1.10 2006/11/23 13:40:39 glen
- sed is required by rpm-build
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/exiv2.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list