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

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


Author: pwouters

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

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



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldns.spec	19 Dec 2005 02:14:40 -0000	1.4
+++ ldns.spec	19 Dec 2005 02:37:27 -0000	1.5
@@ -5,7 +5,6 @@
 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
@@ -26,14 +25,13 @@
 
 %prep
 %setup -q 
-
-%patch0 -b .clean
+# only for 1.0.0, since upstream left .o files in release and 'make clean'
+# won't work without the Makefile.
+rm drill/*.o
 
 rm config.sub config.guess
 libtoolize
 autoreconf
-# only for 1.0.0, since upstream left .o files in release
-make clean
 
 %configure
 
@@ -83,6 +81,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* 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
 




More information about the scm-commits mailing list