]> git.pld-linux.org Git - packages/gmp.git/commitdiff
- removed acfix, asmcpu obsoleted patches, gmp-4_0-2
authorkloczek <kloczek@pld-linux.org>
Wed, 2 Jan 2002 23:13:02 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added am_fix patch (remove --tag=CC from libtool parameters).

Changed files:
    gmp.spec -> 1.40

gmp.spec

index 39819495de96e77e1b5dd7a7caf16a8d04f89fdc..60d82c099712d4ef488a57371cf6405be9b95090 100644 (file)
--- a/gmp.spec
+++ b/gmp.spec
@@ -29,8 +29,7 @@ Group(ru):    
 Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       ftp://ftp.gnu.org/pub/gnu/gmp/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-asmcpu.patch
-Patch2:                %{name}-acfix.patch
+Patch1:                %{name}-am_fix.patch
 URL:           http://www.swox.com/gmp/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -205,12 +204,13 @@ Bibliotecas est
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
+rm -f missing
 libtoolize --copy --force
 aclocal
 autoconf
+automake -a -c
 %configure \
        --enable-fft \
        --with-cpu=%{asmcpu}
This page took 0.145047 seconds and 4 git commands to generate.