rpms/ldns/FC-4 ldns.spec,1.3,1.4

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Mon Jan 9 02:32:13 UTC 2006


Author: pwouters

Update of /cvs/extras/rpms/ldns/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6155

Modified Files:
	ldns.spec 
Log Message:
* Thu Dec  5 2006 Paul Wouters <paul at xelerance.com> 1.0.1-1
- Upgraded to 1.0.1. Removed temporary clean hack from spec file.



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/FC-4/ldns.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ldns.spec	13 Dec 2005 16:25:46 -0000	1.3
+++ ldns.spec	9 Jan 2006 02:32:12 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.0.0
-Release: 7%{?dist}
+Version: 1.0.1
+Release: 1%{?dist}
 License: BSD
 Url: http://open.nlnetlabs.nl/%{name}/
 Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -25,21 +25,20 @@
 
 %prep
 %setup -q 
-rm config.sub config.guess
-libtoolize
-autoreconf
-# only for 2.3.3, since upstream left .o files in release
-make clean
+
+#libtoolize
+#autoreconf
 
 %configure
 
 
 %build
-%{__make} %{?_smp_mflags} allautoconf
-%{__make} %{?_smp_mflags}
-%{__make} %{?_smp_mflags} drill
-%{__make} %{?_smp_mflags} examples
-%{__make} %{?_smp_mflags} doc
+make %{?_smp_mflags} clean
+make %{?_smp_mflags} allautoconf
+make %{?_smp_mflags}
+make %{?_smp_mflags} drill
+make %{?_smp_mflags} examples
+make %{?_smp_mflags} doc
 
 %install
 rm -rf %{buildroot}
@@ -78,8 +77,17 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Dec  5 2006 Paul Wouters <paul at xelerance.com> 1.0.1-1
+- Upgraded to 1.0.1. Removed temporary clean hack from spec file.
+
+* Sun Dec 18 2005 Paul Wouters <paul at xelerance.com> 1.0.0-8
+- Cannot use make clean because there are no Makefiles. Use hardcoded rm.
+
+* Sun Dec 18 2005 Paul Wouters <paul at xelerance.com> 1.0.0-7
+- Patched 'make clean' target to get rid of object files shipped with 1.0.0
+
 * Sun Dec 13 2005 Paul Wouters <paul at xelerance.com> 1.0.0-6
-- added a make clean for 1.0.0 since .o files were left behind upstream,
+- added a make clean for 2.3.3 since .o files were left behind upstream,
   causing failure on ppc platform
 
 * Sun Dec 11 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.0-5




More information about the fedora-extras-commits mailing list