rpms/hesiod/devel hesiod.spec,1.28,1.29

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Thu Jun 12 22:45:49 UTC 2008


Author: nalin

Update of /cvs/pkgs/rpms/hesiod/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3340

Modified Files:
	hesiod.spec 
Log Message:
- call aclocal directly, because autoreconf didn't see the magic comment in
  the distributed version of aclocal.m4 which made it look like it was safe
  to generate a new one (#449550)



Index: hesiod.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hesiod/devel/hesiod.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hesiod.spec	2 Jun 2008 23:11:42 -0000	1.28
+++ hesiod.spec	12 Jun 2008 22:45:06 -0000	1.29
@@ -1,6 +1,6 @@
 Name: hesiod
 Version: 3.1.0
-Release: 11
+Release: 12
 Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%{version}.tar.gz
 Patch0: hesiod-3.1.0-classes.patch
 Patch1: hesiod-3.0.2-env.patch
@@ -34,6 +34,11 @@
 the header files and libraries required for building programs which use Hesiod.
 
 %changelog
+* Thu Jun 12 2008 Nalin Dahyabhai <nalin at fedoraproject.org> - 3.1.0-12
+- call aclocal directly, because autoreconf didn't see the magic comment in
+  the distributed version of aclocal.m4 which made it look like it was safe
+  to generate a new one (#449550)
+
 * Mon Jun  2 2008 Nalin Dahyabhai <nalin at fedoraproject.org> - 3.1.0-11
 - force autoreconf to overwrite files (should fix #449550)
 
@@ -190,11 +195,14 @@
 %patch3 -p1 -b .dnsparse
 %patch4 -p1 -b .libresolv
 %patch5 -p1 -b .perms
-autoreconf -f -i
+# We call aclocal here because autoreconf doesn't see a 'generated by aclocal'
+# comment in the already-present aclocal.m4 file, so it doesn't run it for us.
+aclocal
+autoreconf -f -i -v
 
 %build
 %configure 
-make LIBTOOL=libtool
+make
 
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list