]> git.pld-linux.org Git - packages/opera.git/commitdiff
- simplify
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 31 Oct 2007 11:05:21 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opera.spec -> 1.252

opera.spec

index 7fa8f19cf455b1ce4a400abf465e3863154247d4..2b82d4a346ea8410663c1a2912d869bedcf78f0a 100644 (file)
                %define need_ppc_static 1
        %endif
 %else
-       %ifnarch %{ix86}
-               %ifarch sparc sparc64
-                       %if     %{with shared}
-                               %define need_sparc_shared       1
-                       %else
-                               %define need_sparc_static       1
-                       %endif
+       %ifarch sparc sparc64
+               %if     %{with shared}
+                       %define need_sparc_shared       1
                %else
-                       %ifarch ppc
-                               %if     %{with shared}
-                                       %define need_ppc_shared 1
-                               %else
-                                       %define need_ppc_static 1
-                               %endif
-                       %endif
+                       %define need_sparc_static       1
+               %endif
+       %endif
+       %ifarch ppc
+               %if     %{with shared}
+                       %define need_ppc_shared 1
+               %else
+                       %define need_ppc_static 1
                %endif
        %endif
 %endif
This page took 0.435069 seconds and 4 git commands to generate.