rpms/dnssec-tools/devel dnssec-tools-1.3.1-makefix.patch, NONE, 1.1 dnssec-tools.spec, 1.12, 1.13

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Fri Feb 15 19:52:56 UTC 2008


Author: hardaker

Update of /cvs/extras/rpms/dnssec-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20191

Modified Files:
	dnssec-tools.spec 
Added Files:
	dnssec-tools-1.3.1-makefix.patch 
Log Message:
fix 1.3.1 build issues

dnssec-tools-1.3.1-makefix.patch:

--- NEW FILE dnssec-tools-1.3.1-makefix.patch ---
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 3890)
+++ Makefile.in	(working copy)
@@ -8,10 +8,10 @@
 includedir=@includedir@
 mandir=@mandir@
 top_srcdir=@top_srcdir@
-#man1dir=@man1dir@
-#man3dir=@man3dir@
-#man5dir=@man5dir@
-#man8dir=@man8dir@
+man1dir=$(mandir)/man1
+man3dir=$(mandir)/man3
+man5dir=$(mandir)/man5
+man8dir=$(mandir)/man8
 BUILDDIR=@abs_top_builddir@
 PERLDIRS=tools/modules tools/donuts tools/mapper tools/scripts \
          tools/dnspktflow tools/maketestzone tools/etc tools/drawvalmap
Index: dist/makerelease.xml
===================================================================
--- dist/makerelease.xml	(revision 3890)
+++ dist/makerelease.xml	(working copy)
@@ -154,7 +154,7 @@
       </commands>
     </step>
 
-    <step type="information" title="Advertising">
+    <step type="informational" title="Advertising">
       <text>
 	Update the SF file list
 	Advertise like crazy!


Index: dnssec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/dnssec-tools/devel/dnssec-tools.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dnssec-tools.spec	15 Feb 2008 19:32:09 -0000	1.12
+++ dnssec-tools.spec	15 Feb 2008 19:52:14 -0000	1.13
@@ -1,7 +1,7 @@
 Summary: A suite of tools for managing dnssec aware DNS usage
 Name: dnssec-tools
 Version: 1.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD-like
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
@@ -18,6 +18,7 @@
 BuildRequires: perl(Test) perl(ExtUtils::MakeMaker)
 
 Patch4: dnssec-tools-linux-conf-paths-1.2.patch
+Patch7: dnssec-tools-1.3.1-makefix.patch
 
 %description
 
@@ -55,6 +56,7 @@
 %setup -q
 
 %patch4 -p0
+%patch7 -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
@@ -262,6 +264,9 @@
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Fri Feb 15 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3.1-2
+- Fix top level makefile for bulid dirs
+
 * Fri Feb 15 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3.1-1
 - Update to 1.3.1 to fix:
 - A security bug in parent surrounding trust anchor checking in the




More information about the fedora-extras-commits mailing list