rpms/gmp/devel .cvsignore, 1.15, 1.16 gmp.spec, 1.59, 1.60 sources, 1.15, 1.16

Ivana Varekova varekova at fedoraproject.org
Thu May 28 12:16:04 UTC 2009


Author: varekova

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

Modified Files:
	.cvsignore gmp.spec sources 
Log Message:
- update to 4.3.1
- remove configure macro (built problem)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	10 Nov 2008 11:56:15 -0000	1.15
+++ .cvsignore	28 May 2009 12:15:34 -0000	1.16
@@ -1 +1 @@
-gmp-4.2.4.tar.bz2
+gmp-4.3.1.tar.bz2


Index: gmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/devel/gmp.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- gmp.spec	9 Apr 2009 22:02:54 -0000	1.59
+++ gmp.spec	28 May 2009 12:15:34 -0000	1.60
@@ -5,14 +5,14 @@
 
 Summary: A GNU arbitrary precision library
 Name: gmp
-Version: 4.2.4
-Release: 6%{?dist}
+Version: 4.3.1
+Release: 1%{?dist}
 URL: http://gmplib.org/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
 Source2: gmp.h
 Source3: gmp-mparam.h
 Patch0: gmp-4.0.1-s390.patch
-Patch1: gmp-4.2.4-no-host-target-check.patch
+#Patch1: gmp-4.2.4-no-host-target-check.patch
 License: LGPLv3+
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -59,7 +59,7 @@ in applications.
 %prep
 %setup -q 
 %patch0 -p1 -b .s390
-%patch1 -p1 -b .no-host-target
+#%patch1 -p1 -b .no-host-target
 
 %build
 autoreconf -if
@@ -70,7 +70,22 @@ fi
 mkdir base
 cd base
 ln -s ../configure .
-%configure --enable-mpbsd --enable-cxx
+./configure --build=%{_build} --host=%{_host} \
+         --program-prefix=%{?_program_prefix} \
+         --prefix=%{_prefix} \
+         --exec-prefix=%{_exec_prefix} \
+         --bindir=%{_bindir} \
+         --sbindir=%{_sbindir} \
+         --sysconfdir=%{_sysconfdir} \
+         --datadir=%{_datadir} \
+         --includedir=%{_includedir} \
+         --libdir=%{_libdir} \
+         --libexecdir=%{_libexecdir} \
+         --localstatedir=%{_localstatedir} \
+         --sharedstatedir=%{_sharedstatedir} \
+         --mandir=%{_mandir} \
+         --infodir=%{_infodir} \
+         --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}
@@ -80,7 +95,22 @@ mkdir build-sse2
 cd build-sse2
 ln -s ../configure .
 CFLAGS="%{optflags} -march=pentium4"
-%configure --enable-mpbsd --enable-cxx
+./configure --build=%{_build} --host=%{_host} \
+         --program-prefix=%{?_program_prefix} \
+         --prefix=%{_prefix} \
+         --exec-prefix=%{_exec_prefix} \
+         --bindir=%{_bindir} \
+         --sbindir=%{_sbindir} \
+         --sysconfdir=%{_sysconfdir} \
+         --datadir=%{_datadir} \
+         --includedir=%{_includedir} \
+         --libdir=%{_libdir} \
+         --libexecdir=%{_libexecdir} \
+         --localstatedir=%{_localstatedir} \
+         --sharedstatedir=%{_sharedstatedir} \
+         --mandir=%{_mandir} \
+         --infodir=%{_infodir} \
+         --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}
@@ -198,6 +228,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 28 2009 Ivana Varekova <varekova at redhat.com> 4.3.1-1
+- update to 4.3.1
+- remove configure macro (built problem)
+
 * Thu Apr 09 2009 Dennis Gilmore <dennis at ausil.us> - 4.2.4-6
 - no check that --host and --target are the same when building i586  or sparcv9 they are not
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	10 Nov 2008 11:56:15 -0000	1.15
+++ sources	28 May 2009 12:15:34 -0000	1.16
@@ -1 +1 @@
-fc1e3b3a2a5038d4d74138d0b9cf8dbe  gmp-4.2.4.tar.bz2
+26cec15a90885042dd4a15c4003b08ae  gmp-4.3.1.tar.bz2




More information about the scm-commits mailing list