]> git.pld-linux.org Git - packages/opera.git/commitdiff
- speadup for new specparser.pl (about 600 posibilities instead of 6000)
authorsparky <sparky@pld-linux.org>
Tue, 13 Mar 2007 09:31:36 +0000 (09:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opera.spec -> 1.226

opera.spec

index e55384eb8c456ada47ca542136906b1ec5aa8e8f..a6a1ce59b936a478a13a15a29face7edfecdfde1 100644 (file)
@@ -7,7 +7,7 @@
 %bcond_with    snap            # snap version
 %bcond_with    weekly          # weekly snapshot version
 
-%ifarch sparc64 sparc
+%ifarch sparc sparc64
 %undefine with_shared
 %endif
 
 %define        type            shared
 # We should be able to build src.rpm also on not supported archs
 %define        rel             %{x86_shared_rel}
-%ifarch sparc64 sparc
+%ifarch sparc sparc64
 #%%define      rel             %{sparc_shared_rel}
 %define        rel             %{sparc_static_rel}
-%endif
+%else
 %ifarch ppc
 %define        rel             %{ppc_shared_rel}
 %endif
+%endif
 %else
 %define        type            static
 %define        rel             %{x86_static_rel}
 %ifarch sparc sparc64
 %define        rel             %{sparc_static_rel}
-%endif
+%else
 %ifarch ppc
 %define        rel             %{ppc_static_rel}
 %endif
 %endif
+%endif
 
 # define to 0 and then redefine to avoid
 # not defined macros
 #                              with shared;    [endif]
 %endif
 #                      with snap;      [endif]
-%endif
-#              is ix86;        [endif]
+%else
+#              is ix86:        [else]
 %ifarch        sparc sparc64
 #              is sparc?       [if]
 %if    %{with snap}
 #                              with shared;    [endif]
 %endif
 #                      with snap;      [endif]
-%endif
-#              is sparc;       [endif]
+%else
+#              is sparc:       [else]
 %ifarch        ppc
 #              is ppc?         [if]
 %if    %{with snap}
 #                              with shared:    [else]
 %define        need_ppc_static 1
 %endif
-#                              with shared;    [endif
+#                              with shared;    [endif]
 %endif
-#                      with snap;      [endif
+#                      with snap;      [endif]
 %endif
 #              is ppc;         [endif]
 %endif
+#              is sparc;       [endif]
+%endif
+#              is ix86;        [endif]
+%endif
 #      with incall;    [endif]
 
 %if %{with weekly}
This page took 0.176729 seconds and 4 git commands to generate.