rpms/dnssec-tools/FC-6 dnssec-tools-1.2-makej.patch, NONE, 1.1 dnssec-tools.spec, 1.1, 1.2

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Thu Aug 9 14:10:46 UTC 2007


Author: hardaker

Update of /cvs/extras/rpms/dnssec-tools/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30590

Modified Files:
	dnssec-tools.spec 
Added Files:
	dnssec-tools-1.2-makej.patch 
Log Message:
fix make -jN support

dnssec-tools-1.2-makej.patch:

--- NEW FILE dnssec-tools-1.2-makej.patch ---
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 3586)
+++ Makefile.in	(working copy)
@@ -23,7 +23,7 @@
 
 libs: subdirmake
 
-makeit: subdirmake perlmakefiles perlmake
+makeit: subdirmake perlmake
 
 install: makedirectories perlinstall subdirinstall nextstepinstructions
 
@@ -31,7 +31,7 @@
 
 distclean: clean configclean
 
-nextstepinstructions:
+nextstepinstructions: subdirinstall
 	$(QUIET)echo ""
 	$(QUIET)echo "**********************************************************************"
 	$(QUIET)echo "** NEXT: Please run 'dtinitconf' in order to set up the required"
@@ -60,7 +60,7 @@
           done \
 	fi
 
-subdirinstall:
+subdirinstall: makedirectories
 	$(QUIET)if test "x$(SUBDIRS)" != "xnone" ; then \
 	  for i in $(SUBDIRS) ; do \
 	   (cd $$i ; make install DESTDIR=$(DESTDIR) ) ; \
@@ -81,7 +81,7 @@
 # Perl system build rules
 #
 
-perlmake:
+perlmake: subdirmake perlmakefiles 
 	$(QUIET)for i in $(PERLDIRS) ; do \
 	  (cd $$i ; make ) ; \
 	  if test $$? != 0 ; then \
@@ -96,7 +96,7 @@
           fi ; \
          done
 
-perlinstall:
+perlinstall: makedirectories
 	$(QUIET)for i in $(PERLDIRS) ; do \
 	  (cd $$i ; make install INSTALLSCRIPT=$(bindir) DESTDIR=$(DESTDIR) ) ; \
 	  if test $$? != 0 ; then \
@@ -116,3 +116,5 @@
 configclean:
 	rm -f config.cache config.status config.log \
 		Makefile stamp-h *.core
+
+.PHONY: all libs makeit install clean distclean nextstepinstructions makedirectories subdirmake subdirinstall subdirclean perlmake perlmakefiles perlinstall perlclean configclean


Index: dnssec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/dnssec-tools/FC-6/dnssec-tools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dnssec-tools.spec	8 Aug 2007 22:37:57 -0000	1.1
+++ dnssec-tools.spec	9 Aug 2007 14:10:14 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: A suite of tools for managing dnssec aware DNS usage
 Name: dnssec-tools
 Version: 1.2
-Release: 4%{?dist}
+Release: 6%{?dist}
 License: BSD-like
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
@@ -21,6 +21,7 @@
 Patch7: dnssec-tools-validator-destdir-fixes.patch
 Patch8: dnssec-tools-maketestzone-bb.patch
 Patch9: dnssec-tools-donuts-perlmod-changes.patch
+Patch10: dnssec-tools-1.2-makej.patch
 
 %description
 
@@ -62,6 +63,7 @@
 %patch7 -p0
 %patch8 -p0
 %patch9 -p0
+%patch10 -p0
 
 %build
 %configure --with-validator-testcases-file=%{_datadir}/dnssec-tools/validator-testcases --with-perl-build-args="INSTALLDIRS=vendor OPTIMIZE='$RPM_OPT_FLAGS'" --sysconfdir=/etc --with-root-hints=/etc/named.root.hints --with-resolv-conf=/etc/resolv.conf
@@ -261,6 +263,12 @@
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Wed Aug  8 2007 Wes Hardaker <wjhns174 at hardakers.net> - 1.2-6
+- Actually apply the patch (sigh).
+
+* Wed Aug  8 2007 Wes Hardaker <wjhns174 at hardakers.net> - 1.2-5
+- Fix make -jN support for the top level makefile
+
 * Thu Jul 12 2007 Wes Hardaker <wjhns174 at hardakers.net> - 1.2-4
 - patch to fix a donuts rule for newer perl-Net::DNS update
 - patch for maketestzone to work around a bug in Net::DNS::RR::DS




More information about the fedora-extras-commits mailing list