]> git.pld-linux.org Git - packages/opera.git/commitdiff
- speces -> tabs
authorankry <ankry@pld-linux.org>
Sun, 18 Apr 2004 11:37:07 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opera.spec -> 1.83

opera.spec

index 709a83b255508c94a30be725e320aa30676d996c..5fc669728bb5d880ee96ee6f6213473838042fae 100644 (file)
@@ -3,35 +3,35 @@
 #
 %bcond_with    shared
 
-%define ver            7.50
-%define dirrel         20040414
-%define x86_shared_rel         %{dirrel}.5
-%define x86_static_rel         %{dirrel}.1
-%define sparc_shared_rel       %{dirrel}.2
-%define sparc_static_rel       %{dirrel}.1
-%define ppc_shared_rel         %{dirrel}.2
-%define ppc_static_rel         %{dirrel}.1
+%define        ver             7.50
+%define        dirrel          20040414
+%define        x86_shared_rel          %{dirrel}.5
+%define        x86_static_rel          %{dirrel}.1
+%define        sparc_shared_rel        %{dirrel}.2
+%define        sparc_static_rel        %{dirrel}.1
+%define        ppc_shared_rel          %{dirrel}.2
+%define        ppc_static_rel          %{dirrel}.1
 %if %{with shared}
-%define type           shared
+%define        type            shared
 %ifarch %{ix86}
-%define rel            %{x86_shared_rel}
+%define        rel             %{x86_shared_rel}
 %endif
 %ifarch sparc64 sparc
-%define rel             %{sparc_shared_rel}
+%define        rel             %{sparc_shared_rel}
 %endif
 %ifarch ppc
-%define rel             %{ppc_shared_rel}
+%define        rel             %{ppc_shared_rel}
 %endif
 %else
-%define type           static
+%define        type            static
 %ifarch %{ix86}
-%define rel             %{x86_static_rel}
+%define        rel             %{x86_static_rel}
 %endif
 %ifarch sparc sparc64
-%define rel             %{sparc_static_rel}
+%define        rel             %{sparc_static_rel}
 %endif
 %ifarch ppc
-%define rel            %{ppc_static_rel}
+%define        rel             %{ppc_static_rel}
 %endif
 %endif
 
@@ -55,7 +55,7 @@ NoSource:     1
 %endif
 %ifarch ppc
 # Source2:     ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/static/%{name}-%{ver}-%{ppc_static_rel}-static-qt.ppc-en.tar.bz2
-Source2:        http://snapshot.opera.com/unix/7.50-Preview-4/ppc-linux/en/%{name}-%{ver}-%{ppc_static_rel}-static-qt.ppc-en.tar.bz2
+Source2:       http://snapshot.opera.com/unix/7.50-Preview-4/ppc-linux/en/%{name}-%{ver}-%{ppc_static_rel}-static-qt.ppc-en.tar.bz2
 NoSource:      2
 %endif
 %else
This page took 0.31182 seconds and 4 git commands to generate.