]> git.pld-linux.org Git - packages/gmp.git/commitdiff
- dropped asmcpu stuff, configure --build (rpm's --target) has the same result
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Nov 2004 11:59:35 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- apply sparc64 patch

Changed files:
    gmp.spec -> 1.84

gmp.spec

index 33b6bd60a47d588ff9809247dda8ae2168a1571d..f6cca212d8b6d22936822feef828eef4116e76ec 100644 (file)
--- a/gmp.spec
+++ b/gmp.spec
@@ -1,12 +1,3 @@
-#
-# Conditional build (only one option at time makes sense; if more specified
-#   - only "highest" is used):
-%bcond_with    mmx     # with MMX instructions                 (i586, i686 targets)
-%bcond_with    p3mmx   # with Pentium /// MMX instructions     (i686 target)
-%bcond_with    k6      # with AMD K6 instructions              (i586 target)
-%bcond_with    k62     # with AMD K6-2/K6-3 instructions       (i586 target)
-%bcond_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
 Summary:       GNU arbitrary precision library
 Summary(de):   Beliebige Genauigkeits-Library
 Summary(es):   Biblioteca de precisiĆ³n arbitraria de la GNU
@@ -23,11 +14,10 @@ Group:              Libraries
 Source0:       ftp://ftp.gnu.org/pub/gnu/gmp/%{name}-%{version}.tar.gz
 # Source0-md5: aa5e5fb3a7cdebe8c5b681a6cf4a670e
 Patch0:                %{name}-info.patch
 Source0:       ftp://ftp.gnu.org/pub/gnu/gmp/%{name}-%{version}.tar.gz
 # Source0-md5: aa5e5fb3a7cdebe8c5b681a6cf4a670e
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-asmcpu.patch
-Patch2:                %{name}-gcc-version.patch
-Patch3:                %{name}-amd64.patch
-Patch4:                %{name}-acinclude.patch
-Patch5:                %{name}-sparc64.patch
+Patch1:                %{name}-gcc-version.patch
+Patch2:                %{name}-amd64.patch
+Patch3:                %{name}-acinclude.patch
+Patch4:                %{name}-sparc64.patch
 URL:           http://www.swox.com/gmp/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 URL:           http://www.swox.com/gmp/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -36,16 +26,6 @@ BuildRequires:       libtool >= 2:1.4d-3
 Obsoletes:     libgmp3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 Obsoletes:     libgmp3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%ifarch i586
-%define _cpu %{?with_k62:k62}%{!?with_k62:%{?with_k6:k6}%{!?with_k6:%{?with_mmx:pentiummmx}%{!?with_mmx:i586}}}
-%else
-%ifarch i686
-%define _cpu %{?with_p3mmx:pentium3}%{!?with_p3mmx:%{?with_k7:athlon}%{!?with_k7:%{?with_mmx:pentium2}%{!?with_mmx:i686}}}
-%else
-%define _cpu %{_target_cpu}
-%endif
-%endif
-
 %description
 The gmp package contains GNU MP, a library for arbitrary precision
 arithmetic, signed integers operations, rational numbers and floating
 %description
 The gmp package contains GNU MP, a library for arbitrary precision
 arithmetic, signed integers operations, rational numbers and floating
@@ -255,11 +235,10 @@ mantys
 %prep
 %setup -q
 %patch0 -p1
 %prep
 %setup -q
 %patch0 -p1
-#%%patch1 -p1
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-#%%patch5 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
This page took 0.052327 seconds and 4 git commands to generate.