rpms/ldns/EL-5 ldns.spec,1.22,1.23

Paul Wouters pwouters at fedoraproject.org
Fri Jan 22 17:52:35 UTC 2010


Author: pwouters

Update of /cvs/extras/rpms/ldns/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16365

Modified Files:
	ldns.spec 
Log Message:
* Fri Jan 22 2010 Paul Wouters <paul at xelerance.com> - 1.6.4-2
- libtool on EL-5 does not take --install as argument



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/ldns.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ldns.spec	22 Jan 2010 17:06:09 -0000	1.22
+++ ldns.spec	22 Jan 2010 17:52:35 -0000	1.23
@@ -8,7 +8,7 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
 Version: 1.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -55,8 +55,8 @@ Python extensions for ldns
 # To built svn snapshots
 rm config.guess config.sub ltmain.sh
 aclocal
-libtoolize -c --install
-autoreconf --install
+libtoolize -c 
+autoreconf 
 
 %build
 %configure --disable-rpath --disable-static --with-sha2 \
@@ -129,6 +129,9 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Jan 22 2010 Paul Wouters <paul at xelerance.com> - 1.6.4-2
+- libtool on EL-5 does not take --install as argument
+
 * Fri Jan 22 2010 Paul Wouters <paul at xelerance.com> - 1.6.4-1
 - Upgraded to 1.6.4
 - Added ldns-python sub package



More information about the scm-commits mailing list