rpms/redhat-rpm-config/devel redhat-rpm-config-9.0.3-configure.patch, NONE, 1.1 redhat-rpm-config.spec, 1.76, 1.77

Orion Poplawski orion at fedoraproject.org
Mon Nov 23 23:15:50 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/redhat-rpm-config/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26526

Modified Files:
	redhat-rpm-config.spec 
Added Files:
	redhat-rpm-config-9.0.3-configure.patch 
Log Message:
* Mon Nov 23 2009 Orion Poplawski <orion at cora.nwra.com> - 9.0.3-19
- Change configure macro to use _configure to allow override (bug #489942)


redhat-rpm-config-9.0.3-configure.patch:
 macros |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE redhat-rpm-config-9.0.3-configure.patch ---
--- redhat-rpm-config-9.0.3/macros.configure	2008-05-06 17:08:20.000000000 -0600
+++ redhat-rpm-config-9.0.3/macros	2009-11-23 16:08:26.823551835 -0700
@@ -27,11 +27,12 @@
 #==============================================================================
 # ---- configure and makeinstall.
 #
+%_configure ./configure
 %configure \
   CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
   CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
   FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \
-  ./configure --build=%{_build} --host=%{_host} \\\
+  %{_configure} --build=%{_build} --host=%{_host} \\\
 	--target=%{_target_platform} \\\
 	--program-prefix=%{?_program_prefix} \\\
 	--prefix=%{_prefix} \\\


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-rpm-config/devel/redhat-rpm-config.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -p -r1.76 -r1.77
--- redhat-rpm-config.spec	28 Sep 2009 15:24:39 -0000	1.76
+++ redhat-rpm-config.spec	23 Nov 2009 23:15:49 -0000	1.77
@@ -1,7 +1,7 @@
 Summary: Red Hat specific rpm configuration files
 Name: redhat-rpm-config
 Version: 9.0.3
-Release: 18%{?dist}
+Release: 19%{?dist}
 # No version specified.
 License: GPL+
 Group: Development/System
@@ -16,6 +16,7 @@ Patch6:	redhat-rpm-config-9.0.3-xz-paylo
 Patch7: redhat-rpm-config-9.0.3-jars-with-spaces.patch
 Patch8: redhat-rpm-config-9.0.3-brpssa-speedup.patch
 Patch9: redhat-rpm-config-9.0.3-filtering-macros.patch 
+Patch10: redhat-rpm-config-9.0.3-configure.patch
 BuildArch: noarch
 Requires: mktemp
 BuildRoot: %{_tmppath}/%{name}-root
@@ -35,6 +36,7 @@ Red Hat specific rpm configuration files
 %patch7 -p5
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 
@@ -50,6 +52,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Mon Nov 23 2009 Orion Poplawski <orion at cora.nwra.com> - 9.0.3-19
+- Change configure macro to use _configure to allow override (bug #489942)
+
 * Mon Sep 28 2009 Bill Nottingham <notting at redhat.com>
 - Drop xz compression level to 2
 




More information about the scm-commits mailing list