]> git.pld-linux.org Git - packages/opera.git/commitdiff
qt3 by default
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 22 Jul 2009 07:17:13 +0000 (07:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opera.spec -> 1.246.2.74.2.2

opera.spec

index ef7bb7776dc1f8152c5c43dd939d5203256f69bc..bef7d0431cd7b578f00e60db85a63a9f06fd0d4b 100644 (file)
@@ -7,6 +7,7 @@
 %bcond_without distributable   # distributable or not
 %bcond_with    snap            # snap version
 %bcond_with    weekly          # weekly snapshot version
+%bcond_with    qt4
 
 %define        ver             10.00
 %define        reltype         snapshot
 
 # http://my.opera.com/csant/blog/2007/09/06/which-is-which
 # http://my.opera.com/csant/blog/2008/05/20/which-is-which-part-two
-%define        x86_shared_rel          gcc4-qt4
 %define        x86_static_rel          gcc4-static-qt3
 %define        sparc_shared_rel        unknown
 %define        sparc_static_rel        unknown
 %define        ppc_shared_rel          gcc4-shared-qt3
 %define        ppc_static_rel          gcc295-static-qt3
-%define x86_64_shared_rel       gcc4-qt4
 %define x86_64_static_rel       unknown
 
+%if %{with qt4}
+%define x86_64_shared_rel       gcc4-qt4
+%define x86_shared_rel          gcc4-qt4
+%else
+%define x86_64_shared_rel       gcc4-shared-qt3
+%define x86_shared_rel          gcc4-shared-qt3
+%endif
+
 %if %{with shared}
 
 %define        type            shared
@@ -81,7 +88,7 @@ License:      Distributable
 Group:         X11/Applications/Networking
 
 Source0:       http://snapshot.opera.com/unix/%{sreltype}-%{smagicstr}/intel-linux/%{name}-%{sver}-%{magicstr}.%{x86_shared_rel}.i386.tar.bz2
-# Source0-md5: 3dde2e9e156916efd38d23386c76da80
+# Source0-md5: 3f4427dd44d2fdae6292844b87af28d5
 %{!?with_distributable:NoSource:       0}
 
 #Source1:      http://snapshot.opera.com/unix/%{sreltype}-%{smagicstr}/sparc-linux/%{name}-%{sver}-%{magicstr}.%{sparc_shared_rel}-shared-qt.sparc.tar.bz2
@@ -93,7 +100,7 @@ Source0:     http://snapshot.opera.com/unix/%{sreltype}-%{smagicstr}/intel-linux/%{n
 #%{!?with_distributable:NoSource:      2}
 
 Source3:       http://snapshot.opera.com/unix/%{sreltype}-%{smagicstr}/x86_64-linux/%{name}-%{sver}-%{magicstr}.%{x86_64_shared_rel}.x86_64.tar.bz2
-# Source3-md5: 3c93d61ca3e0817cdea69d7308d8e984
+# Source3-md5: af6ae55c449b8d4dc5eeca1f1a291958
 %{!?with_distributable:NoSource:        3}
 
 #Source10:     http://snapshot.opera.com/unix/%{sreltype}-%{smagicstr}/intel-linux/%{name}-%{sver}-%{magicstr}.%{x86_static_rel}.i386.tar.bz2
This page took 0.2625 seconds and 4 git commands to generate.