rpms/fakechroot/EL-5 fakechroot-autogen.patch, NONE, 1.1 fakechroot.spec, 1.3, 1.4

Richard W.M. Jones rjones at fedoraproject.org
Mon May 11 16:07:14 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/fakechroot/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8755

Modified Files:
	fakechroot.spec 
Added Files:
	fakechroot-autogen.patch 
Log Message:
Patch autogen to not depend on specific aclocal/automake version.

fakechroot-autogen.patch:

--- NEW FILE fakechroot-autogen.patch ---
--- fakechroot-2.9.orig/autogen.sh	2009-03-19 14:43:19.000000000 +0000
+++ fakechroot-2.9/autogen.sh	2009-05-06 12:33:20.000000000 +0100
@@ -13,10 +13,10 @@
     rm -f depcomp install-sh libtool ltmain.sh missing stamp-h1
     rm -rf autom4te.cache
 
-    aclocal-${automake_version} "$@"
+    aclocal "$@"
     autoheader
     libtoolize --force --copy
-    automake-${automake_version} --add-missing --copy
+    automake --add-missing --copy
     autoconf
 
     rm -rf autom4te.cache


Index: fakechroot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fakechroot/EL-5/fakechroot.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- fakechroot.spec	11 May 2009 15:49:03 -0000	1.3
+++ fakechroot.spec	11 May 2009 16:06:43 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Gives a fake chroot environment
 Name: fakechroot
 Version: 2.9
-Release: 22%{?dist}
+Release: 23%{?dist}
 License: LGPLv2+
 Group: Development/Tools
 URL: http://fakechroot.alioth.debian.org/
@@ -19,6 +19,9 @@ Patch0: fakechroot-scandir.patch
 # Sent upstream 20090413.  Accepted upstream 20090418.
 Patch1: fakechroot-cmd-subst.patch
 
+# Patch to version of aclocal/automake.
+Patch2: fakechroot-autogen.patch
+
 %description
 fakechroot runs a command in an environment were is additionally
 possible to use the chroot(8) call without root privileges. This is
@@ -38,6 +41,7 @@ This package contains the libraries requ
 
 %patch0 -p0
 %patch1 -p0
+%patch2 -p1
 
 # Patch0 updates autoconf, so rerun this:
 ./autogen.sh
@@ -70,6 +74,9 @@ rm -rf %{buildroot}
 %{_libdir}/fakechroot/libfakechroot.so
 
 %changelog
+* Mon May 11 2009 Richard W.M. Jones <rjones at redhat.com> - 2.9-23
+- Patch autogen to not depend on specific aclocal/automake version.
+
 * Mon May 11 2009 Richard W.M. Jones <rjones at redhat.com> - 2.9-22
 - Backport newest fakechroot 2.9 from Rawhide.
 




More information about the scm-commits mailing list