]> git.pld-linux.org Git - packages/john.git/commitdiff
- use x8664 macro
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 May 2005 15:27:01 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    john.spec -> 1.41

john.spec

index 4f3a9aa49937fcd39f7219a6565fe14ea946a849..d836c8c59945cd7e6386148c17701856fd91481b 100644 (file)
--- a/john.spec
+++ b/john.spec
@@ -24,6 +24,7 @@ Patch1:               %{name}-1.6.ini.diff
 Patch2:                %{name}-1.6.makefile.diff
 Patch3:                ftp://ftp.banquise.net/users/bandecon/john-patch/john-1.6.37-bigpatch-11.diff.gz
 URL:           http://www.openwall.com/john/
+BuildRequires: rpmbuild(macros) >= 1.213
 BuildRequires: sed >= 4.0
 Requires:      words
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -70,7 +71,7 @@ COPT="%{rpmcflags}"
                %ifarch sparc64
                        TARG=linux-sparc
                %else
-                       %ifarch amd64
+                       %ifarch %{x8664}
                                TARG=linux-x86-64
                        %else
                                TARG=generic
This page took 0.256328 seconds and 4 git commands to generate.