]> git.pld-linux.org Git - packages/opera.git/commitdiff
- stable/devel choosen by bcond
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 Aug 2004 23:08:33 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opera.spec -> 1.107

opera.spec

index f201a26123855157a32ec2492ce6796092c9d9ec..27bbbd8d3c31ad6fba37d0cdeadbf2ab421b9760 100644 (file)
@@ -4,13 +4,21 @@
 %bcond_without shared          # static or shared version
 %bcond_without distributable   # distributable or not
 %bcond_without incall          # include all tarballs into src.rpm (but splitted into shared/static)
-%bcond_without snap            # snap version
+%bcond_with    snap            # snap version
 
+%if %{with snap}
 %define        ver             7.60
-%define shver          %(echo %{ver} | tr -d .)
-%define        dirrel          20040824
+%define dirrel         20040824
+# type of release, usually final or beta or Preview-4 for snaps
+%define reltype         Preview-1
+%else
+%define ver             7.54
+%define dirrel          20040824
 # type of release, usually final or beta or Preview-4 for snaps
-%define        reltype         Preview-1
+%define reltype         final
+%endif
+
+%define shver          %(echo %{ver} | tr -d .)
 %define        x86_shared_rel          %{dirrel}.5
 %define        x86_static_rel          %{dirrel}.1
 %define        sparc_shared_rel        %{dirrel}.2
@@ -59,7 +67,7 @@ Source100:    http://snapshot.opera.com/unix/%{ver}-%{reltype}/intel-linux/en/%{nam
 %ifarch sparc sparc64
 %endif
 %if ! %{with snap}
-#Source1:      ftp://ftp.opera.com/pub/opera/linux/%{shver}/%{reltype}/en/sparc/static/%{name}-%{ver}-%{sparc_static_rel}-static-qt.sparc-en.tar.bz2
+Source1:       ftp://ftp.opera.com/pub/opera/linux/%{shver}/%{reltype}/en/sparc/static/%{name}-%{ver}-%{sparc_static_rel}-static-qt.sparc-en.tar.bz2
 # Source1-md5: 04976a6ace7a4345ce5e4cf763159939
 %else
 #Source101:    http://snapshot.opera.com/unix/%{ver}-%{reltype}/sparc-linux/en/%{name}-%{ver}-%{sparc_static_rel}-static-qt.sparc-en.tar.bz2
@@ -92,7 +100,7 @@ Source1020:  http://snapshot.opera.com/unix/%{ver}-%{reltype}/intel-linux/en/%{na
 %ifarch sparc sparc64
 %endif
 %if ! %{with snap}
-#Source21:     ftp://ftp.opera.com/pub/opera/linux/%{shver}/%{reltype}/en/sparc/shared/gcc-2.95/%{name}-%{ver}-%{sparc_shared_rel}-shared-qt.sparc-en.tar.bz2
+Source21:      ftp://ftp.opera.com/pub/opera/linux/%{shver}/%{reltype}/en/sparc/shared/gcc-2.95/%{name}-%{ver}-%{sparc_shared_rel}-shared-qt.sparc-en.tar.bz2
 # Source21-md5:        d8635013dac0c98c680997fcc9dd66c4
 %else
 #Source1021:   http://snapshot.opera.com/unix/%{ver}-%{reltype}/sparc-linux/en/%{name}-%{ver}-%{sparc_shared_rel}-shared-qt.sparc-en.tar.bz2
This page took 0.082923 seconds and 4 git commands to generate.