]> git.pld-linux.org Git - packages/gmp.git/blobdiff - gmp.spec
- acfix patch no longer needed with current autoconf+libtool
[packages/gmp.git] / gmp.spec
index fa87a11b7d065f983fb091793aae035b505e5034..ad1e98b19dd51ecabe02bbaeb4aece6dee66f091 100644 (file)
--- a/gmp.spec
+++ b/gmp.spec
@@ -6,7 +6,7 @@
 # _with_k6     - with AMD K6 instructions              (i586 target)
 # _with_k62    - with AMD K6-2/K6-3 instructions       (i586 target)
 # _with_k7     - with AMD Athlon/Duron instructions    (i686 target)
-
+#
 Summary:       GNU arbitrary precision library
 Summary(de):   Beliebige Genauigkeits-Library
 Summary(es):   Biblioteca de precisión arbitraria de la GNU
@@ -16,19 +16,16 @@ Summary(pt_BR):     Biblioteca de precis
 Summary(uk):   â¦Â̦ÏÔÅËÁ GNU ÄÏצÌØÎϧ ÔÏÞÎÏÓÔ¦
 Summary(ru):   âÉÂÌÉÏÔÅËÁ GNU ÐÒÏÉÚ×ÏÌØÎÏÊ ÔÏÞÎÏÓÔÉ
 Name:          gmp
-Version:       4.1
-Release:       3
+Version:       4.1.2
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.gnu.org/pub/gnu/gmp/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-am_fix.patch
 Patch2:                %{name}-asmcpu.patch
-Patch3:                http://www.swox.com/gmp/gmp-impl.h.sparc.diff
-Patch4:                http://www.swox.com/gmp/gmpxx.h.getnum.diff
-Patch5:                http://www.swox.com/gmp/randraw.c.41.diff
 URL:           http://www.swox.com/gmp/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -231,9 +228,6 @@ arytmetycznej GNU.
 %patch1 -p1
 %endif
 %patch2 -p1
-%patch3 -p0
-%patch4 -p0
-%patch5 -p0
 
 %build
 rm -f missing
@@ -276,7 +270,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgmp.so
-%attr(755,root,root) %{_libdir}/libgmp.la
+%{_libdir}/libgmp.la
 %{_includedir}/gmp.h
 %{_infodir}/gmp.info*
 
@@ -291,7 +285,7 @@ rm -rf $RPM_BUILD_ROOT
 %files c++-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgmpxx.so
-%attr(755,root,root) %{_libdir}/libgmpxx.la
+%{_libdir}/libgmpxx.la
 %{_includedir}/gmpxx.h
 
 %files c++-static
This page took 0.074893 seconds and 4 git commands to generate.