rpms/ldns/devel ldns.spec,1.3,1.4

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Mon Dec 19 02:14:42 UTC 2005


Author: pwouters

Update of /cvs/extras/rpms/ldns/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1713

Modified Files:
	ldns.spec 
Log Message:
* 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



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/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	19 Dec 2005 02:14:40 -0000	1.4
@@ -5,6 +5,7 @@
 License: BSD
 Url: http://open.nlnetlabs.nl/%{name}/
 Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
+Patch0: %{name}-clean.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen
@@ -25,21 +26,25 @@
 
 %prep
 %setup -q 
+
+%patch0 -b .clean
+
 rm config.sub config.guess
 libtoolize
 autoreconf
-# only for 2.3.3, since upstream left .o files in release
+# only for 1.0.0, since upstream left .o files in release
 make clean
 
 %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 +83,11 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* 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 scm-commits mailing list