SPECS: opera.spec - simplify

glen glen at pld-linux.org
Wed Oct 31 12:05:26 CET 2007


Author: glen                         Date: Wed Oct 31 11:05:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- simplify

---- Files affected:
SPECS:
   opera.spec (1.251 -> 1.252) 

---- Diffs:

================================================================
Index: SPECS/opera.spec
diff -u SPECS/opera.spec:1.251 SPECS/opera.spec:1.252
--- SPECS/opera.spec:1.251	Wed Oct 31 12:04:10 2007
+++ SPECS/opera.spec	Wed Oct 31 12:05:21 2007
@@ -69,21 +69,18 @@
 		%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
@@ -245,6 +242,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.252  2007/10/31 11:05:21  glen
+- simplify
+
 Revision 1.251  2007/10/31 11:04:10  glen
 - try to sort out the tree of conditions
 - typo in sparc setup line
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/opera.spec?r1=1.251&r2=1.252&f=u



More information about the pld-cvs-commit mailing list