rpms/mpir/EL-6 mpir.spec,1.1,1.2

tremble tremble at fedoraproject.org
Fri May 21 16:28:55 UTC 2010


Author: tremble

Update of /cvs/pkgs/rpms/mpir/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6275

Modified Files:
	mpir.spec 
Log Message:
EL-6 update to match EL-5


Index: mpir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpir/EL-6/mpir.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mpir.spec	6 Mar 2010 05:37:35 -0000	1.1
+++ mpir.spec	21 May 2010 16:28:55 -0000	1.2
@@ -1,6 +1,6 @@
 Name:			mpir
 Version:		1.3.1
-Release:		3%{?dist}
+Release:		4%{?dist}
 Summary:		A library for arbitrary precision arithmetic
 
 Group:			System Environment/Libraries
@@ -30,7 +30,10 @@ developing applications that use %{name}
 
 %build
 
+# we only need to autoreconf with the new autoconfs
+%if 0%{?fedora} || 0%{?rhel} > 5
 autoreconf -if
+%endif
 
 CCAS="gcc -c -Wa,--noexecstack" \
 CFLAGS="%{optflags}" \
@@ -119,6 +122,9 @@ fi
 %{_infodir}/mpir.info*
 
 %changelog
+* Tue Mar 16 2010 Mark Chappell <tremble at fedoraproject.org> - 1.3.1-4
+- Fix the RHEL build
+
 * Fri Mar 05 2010 Mark Chappell <tremble at fedoraproject.org> - 1.3.1-3
 - Include HTML documentation
 - Include demos



More information about the scm-commits mailing list