rpms/gmp/devel gmp.spec,1.54,1.55

Štěpán Kasal kasal at fedoraproject.org
Wed Dec 3 11:35:27 UTC 2008


Author: kasal

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

Modified Files:
	gmp.spec 
Log Message:
Run full autoreconf, add automake to BuildRequires.


Index: gmp.spec
===================================================================
RCS file: /cvs/extras/rpms/gmp/devel/gmp.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- gmp.spec	10 Nov 2008 11:56:15 -0000	1.54
+++ gmp.spec	3 Dec 2008 11:34:56 -0000	1.55
@@ -8,7 +8,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 4.2.4
-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
@@ -17,7 +17,7 @@
 License: LGPLv3+
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: autoconf libtool
+BuildRequires: autoconf automake libtool
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -61,9 +61,8 @@
 %setup -q 
 %patch0 -p1 -b .s390
 
-libtoolize --force
-
 %build
+autoreconf -if
 if as --help | grep -q execstack; then
   # the object files do not require an executable stack
   export CCAS="gcc -c -Wa,--noexecstack"
@@ -199,6 +198,9 @@
 
 
 %changelog
+* Wed Dec  3 2008 Stepan Kasal <skasal at redhat.com> 4.2.4-2
+- Run full autoreconf, add automake to BuildRequires.
+
 * Mon Nov 10 2008 Ivana Varekova <varekova at redhat.com> 4.2.4-1
 - update to 4.2.4
 




More information about the fedora-extras-commits mailing list