SPECS: opera.spec - speadup for new specparser.pl (about 600 posib...
sparky
sparky at pld-linux.org
Tue Mar 13 10:31:42 CET 2007
Author: sparky Date: Tue Mar 13 09:31:42 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- speadup for new specparser.pl (about 600 posibilities instead of 6000)
---- Files affected:
SPECS:
opera.spec (1.225 -> 1.226)
---- Diffs:
================================================================
Index: SPECS/opera.spec
diff -u SPECS/opera.spec:1.225 SPECS/opera.spec:1.226
--- SPECS/opera.spec:1.225 Wed Feb 28 20:20:15 2007
+++ SPECS/opera.spec Tue Mar 13 10:31:36 2007
@@ -8,7 +8,7 @@
%bcond_with snap # snap version
%bcond_with weekly # weekly snapshot version
-%ifarch sparc64 sparc
+%ifarch sparc sparc64
%undefine with_shared
%endif
@@ -48,23 +48,25 @@
%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
@@ -141,8 +143,8 @@
# with shared; [endif]
%endif
# with snap; [endif]
-%endif
-# is ix86; [endif]
+%else
+# is ix86: [else]
%ifarch sparc sparc64
# is sparc? [if]
%if %{with snap}
@@ -168,8 +170,8 @@
# with shared; [endif]
%endif
# with snap; [endif]
-%endif
-# is sparc; [endif]
+%else
+# is sparc: [else]
%ifarch ppc
# is ppc? [if]
%if %{with snap}
@@ -191,12 +193,16 @@
# 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}
@@ -413,6 +419,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.226 2007/03/13 09:31:36 sparky
+- speadup for new specparser.pl (about 600 posibilities instead of 6000)
+
Revision 1.225 2007/02/28 19:20:15 arekm
- weekly 577
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/opera.spec?r1=1.225&r2=1.226&f=u
More information about the pld-cvs-commit
mailing list