rpms/gmp/devel gmp.spec,1.60,1.61

Ivana Varekova varekova at fedoraproject.org
Mon Jun 15 08:54:30 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/gmp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30606

Modified Files:
	gmp.spec 
Log Message:
 - Resolves: #505592
   add RPM_OPT_FLAGS



Index: gmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/devel/gmp.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- gmp.spec	28 May 2009 12:15:34 -0000	1.60
+++ gmp.spec	15 Jun 2009 08:53:59 -0000	1.61
@@ -6,7 +6,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 4.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://gmplib.org/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
 Source2: gmp.h
@@ -88,7 +88,7 @@ ln -s ../configure .
          --enable-mpbsd --enable-cxx
 perl -pi -e 's|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=\"-L\\\$libdir\"|g;' libtool
 export LD_LIBRARY_PATH=`pwd`/.libs
-make %{?_smp_mflags}
+make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 cd ..
 %ifarch %{ix86}
 mkdir build-sse2
@@ -228,6 +228,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 15 2009 Ivana Varekova <varekova at redhat.com> 4.3.1-2
+- Resolves: #505592
+  add RPM_OPT_FLAGS
+
 * Thu May 28 2009 Ivana Varekova <varekova at redhat.com> 4.3.1-1
 - update to 4.3.1
 - remove configure macro (built problem)




More information about the fedora-extras-commits mailing list