]> git.pld-linux.org Git - packages/opera.git/commitdiff
- Builds and works on intel (if only athlon may be called intel) ;)
authorjack <jack@pld-linux.org>
Sun, 29 Feb 2004 18:05:40 +0000 (18:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 7.50 Preview 2 looks fantastic! ;)

Changed files:
    opera.spec -> 1.76

opera.spec

index 5c65cbb354eaa7c7993ad19d190a50ee45bcfa29..b44d7acc4e6af51baafedd76d60415acd43ea5cf 100644 (file)
@@ -3,9 +3,9 @@
 #
 %bcond_with    shared
 
-%define        ver             7.23
-%define        dirrel          20031119
-%define        shared_rel      %{dirrel}.5
+%define        ver             7.50
+%define        dirrel          20040218.5
+%define        shared_rel      %{dirrel}.2
 %define        static_rel      %{dirrel}.1
 %if %{with shared}
 %define        rel             %{shared_rel}
@@ -18,18 +18,24 @@ Summary:    World fastest web browser
 Summary(pl):   Najszybsza przegl±darka WWW na Â¶wiecie
 Name:          opera
 Version:       %{ver}.%{rel}
-Release:       2
+Release:       0.1
 License:       Restricted, see file LICENSE
 Group:         X11/Applications/Networking
-Source0:       ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/static/%{name}-%{ver}-%{static_rel}-static-qt.i386-en.tar.bz2
-Source1:       ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/static/%{name}-%{ver}-%{static_rel}-static-qt.sparc-en.tar.bz2
-Source2:       ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/static/%{name}-%{ver}-%{static_rel}-static-qt.ppc-en.tar.bz2
+# Source0:     ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/static/%{name}-%{ver}-%{static_rel}-static-qt.i386-en.tar.bz2
+Source0:       http://snapshot.opera.com/unix/7.50-Preview-2/intel-linux/en/%{name}-%{ver}-%{static_rel}-static-qt.i386-en.tar.bz2
+# Source1:     ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/static/%{name}-%{ver}-%{static_rel}-static-qt.sparc-en.tar.bz2
+Source1:       http://snapshot.opera.com/unix/7.50-Preview-2/sparc-linux/en/%{name}-%{ver}-%{static_rel}-static-qt.sparc-en.tar.bz2
+# Source2:     ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/static/%{name}-%{ver}-%{static_rel}-static-qt.ppc-en.tar.bz2
+Source2:        http://snapshot.opera.com/unix/7.50-Preview-2/ppc-linux/en/%{name}-%{ver}-%{static_rel}-static-qt.ppc-en.tar.bz2
 # polish language file (taken from where?)
 Source3:       %{name}-2887.lng
 Source4:       %{name}.desktop
-Source20:      ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/shared/%{name}-%{ver}-%{shared_rel}-shared-qt.i386-en.tar.bz2
-Source21:      ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/shared/gcc-2.95/%{name}-%{ver}-%{dirrel}.2-shared-qt.sparc-en.tar.bz2
-Source22:      ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/shared/gcc-2.95/%{name}-%{ver}-%{dirrel}.2-shared-qt.ppc-en.tar.bz2
+# Source20:    ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/shared/%{name}-%{ver}-%{shared_rel}-shared-qt.i386-en.tar.bz2
+Source20:      http://snapshot.opera.com/unix/7.50-Preview-2/intel-linux/en/%{name}-%{ver}-%{shared_rel}-shared-qt.i386-en.tar.bz2
+# Source21:    ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/shared/gcc-2.95/%{name}-%{ver}-%{dirrel}.2-shared-qt.sparc-en.tar.bz2
+Source21:      http://snapshot.opera.com/unix/7.50-Preview-2/sparc-linux/en/%{name}-%{ver}-%{dirrel}.2-shared-qt.sparc-en.tar.bz2
+# Source22:    ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/shared/gcc-2.95/%{name}-%{ver}-%{dirrel}.2-shared-qt.ppc-en.tar.bz2
+Source22:      http://snapshot.opera.com/unix/7.50-Preview-2/ppc-linux/en/%{name}-%{ver}-%{dirrel}.2-shared-qt.ppc-en.tar.bz2
 NoSource:      0
 NoSource:      1
 NoSource:      2
@@ -108,8 +114,8 @@ install %{SOURCE4} $RPM_BUILD_ROOT%{_desktopdir}
 sed -i -e "s#$RPM_BUILD_ROOT##g" $RPM_BUILD_ROOT%{_datadir}/opera/java/*.policy
 
 # always use wrapper linked with libXm.so.3
-rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/operamotifwrapper
-ln -sf operamotifwrapper-3 $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/operamotifwrapper
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/operamotifwrapper-3
+ln -sf operamotifwrapper $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/operamotifwrapper
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.300101 seconds and 4 git commands to generate.