]> git.pld-linux.org Git - packages/john.git/commitdiff
switch to new conditional builds macros (bcond_on_ -> _with_/bcond_off_ -> _without_...
authorArtur Frysiak <artur@frysiak.net>
Tue, 22 May 2001 09:06:26 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    john.spec -> 1.14

john.spec

index 6fcde81b085b01414690f4d39875eaae916dc839..589f9aed2c848d53d5eec4a7b54daae39b48745e 100644 (file)
--- a/john.spec
+++ b/john.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# bcond_on_mmx - MMX optimization
+# _with_mmx    - MMX optimization
 # Optimization must be chosen at compile time :(
 # Maybe some patch...? But not yet.
 #
@@ -45,7 +45,7 @@ COPT="%{rpmcflags}"
 # cannot use MMX for generic i586 nor i686 (Pentium/Pentium Pro have no MMX)
 # K6 optimization exists only in Makefile
 %ifarch %{ix86}
-       %if %{?bcond_on_mmx:1}%{!?bcond_on_mmx:0}
+       %if %{?_with_mmx:1}%{!?_with_mmx:0}
                TARG=linux-x86-mmx-elf
        %else
                TARG=linux-x86-any-elf
This page took 0.065945 seconds and 4 git commands to generate.