]> git.pld-linux.org Git - packages/zlib.git/commitdiff
- apply inftrees patch not only on i586/i686/athlon auto/ac/zlib-1_2_2-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Jul 2005 09:48:24 +0000 (09:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added pentium4 to asmopt archs
- release 3

Changed files:
    zlib.spec -> 1.94

zlib.spec

index 77f13947440975f154773fcc7663993215db8100..7ecb3974c98cac67410a916c20b7121b2f61dd05 100644 (file)
--- a/zlib.spec
+++ b/zlib.spec
@@ -2,7 +2,7 @@
 %bcond_without asmopt  # without assembler optimization for i586+
 %bcond_with    pax
 #
-%ifnarch i586 i686 pentium3 athlon
+%ifnarch i586 i686 pentium3 pentium4 athlon
 %undefine      with_asmopt
 %endif
 %if %{with pax} && %{with asmopt}
@@ -19,7 +19,7 @@ Summary(tr):  S
 Summary(uk):   â¦Â̦ÏÔÅËÁ ÄÌÑ ËÏÍÐÒÅÓ¦§ ÔÁ ÄÅËÏÍÐÒÅÓ¦§
 Name:          zlib
 Version:       1.2.2
-Release:       2
+Release:       3
 License:       BSD
 Group:         Libraries
 Source0:       http://www.zlib.net/%{name}-%{version}.tar.gz
@@ -246,12 +246,12 @@ Bibliotecas est
 
 %prep
 %setup -q
+%patch1 -p0
 
 %if %{with asmopt}
 %patch0 -p1
-%patch1 -p0
 
-%ifarch i686 pentium3 athlon
+%ifarch i686 pentium3 pentium4 athlon
 cp contrib/asm686/match.S .
 %endif
 %ifarch i586
This page took 0.040403 seconds and 4 git commands to generate.