]> git.pld-linux.org Git - packages/gnustep-base.git/commitdiff
- fixed ppc auto/ac/gnustep-base-1_9_2-0_1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Jun 2004 21:38:22 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnustep-base.spec -> 1.50

gnustep-base.spec

index b790c1ca8257ae7283e825af18667608ebf64372..3f6090d5c7aae9ca42a855cb91aa39867406d46d 100644 (file)
@@ -39,12 +39,8 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %ifarch %{ix86}
 %define                gscpu           ix86
 %else
-%ifarch amd64
-%define                gscpu           x86_64
-%else
 # also s/alpha.*/alpha/, but we use only "alpha" arch for now
-%define                gscpu           %{_target_cpu}
-%endif
+%define                gscpu           %(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
 %endif
 
 %description
This page took 0.029272 seconds and 4 git commands to generate.