]> git.pld-linux.org Git - packages/opera.git/blobdiff - opera.spec
- md5sums ;)
[packages/opera.git] / opera.spec
index 8498e1921cdbdced3fcea617e66e8b3d8e1443be..ff902881a60a53b68f01500801e951271daa92b9 100644 (file)
@@ -1,8 +1,9 @@
 #
 # There're some problems with "shared" version
 #
-%define ver    7.1.0
-%define        rel     20030408.1
+%define ver    7.21
+%define        rel     20031009.1
+%define        dirrel  20031009
 %define type   static
 Summary:       World fastest web browser
 Summary(pl):   Najszybsza przegl±darka WWW na Â¶wiecie
@@ -11,12 +12,27 @@ Version:    %{ver}.%{rel}
 Release:       1
 License:       Restricted, see file LICENSE
 Group:         X11/Applications/Networking
-Source0:       http://snapshot.opera.com/unix/intel-linux/385-20030408-7.1.0-TP4/%{name}-%{ver}-%{rel}-%{type}-qt.i386.tar.gz
+#Source0:      http://snapshot.opera.com/unix/intel-linux/447-%{dirrel}-%{ver}-B5/opera-%{ver}-%{rel}-%{type}-qt.i386.tar.bz2
+Source0:       http://snapshot.opera.com/unix/7.21-Preview-3/intel-linux/opera-%{ver}-%{rel}-%{type}-qt.i386.tar.bz2
+# Source0-md5: 8f1f1815c8625801295d4235fd6d0fb8
+#Source0:      ftp://ftp.opera.com/pub/opera/linux/711/final/en/i386/static/%{name}-%{ver}-%{rel}-%{type}-qt.i386.tar.bz2
+#Source0:      ftp://ftp.opera.com/pub/opera/linux/720/beta7/en/i386/static/%{name}-%{ver}-%{rel}-%{type}-qt.i386.tar.bz2
 %ifarch ppc
-Source1:       ftp://ftp.task.gda.pl/pub/opera/linux/611/final/en/ppc/%{type}/%{name}-%{ver}-%{rel}-%{type}-qt.ppc.tar.gz
+#Source1:      http://snapshot.opera.com/unix/ppc-linux/447-%{rel}-%{ver}-B5/opera-%{ver}-%{rel}-%{type}-qt.ppc.tar.bz2
+Source1:       http://snapshot.opera.com/unix/7.21-Preview-3/ppc-linux/opera-%{ver}-%{rel}-%{type}-qt.ppc.tar.bz2
+# Source1-md5: fff714debcd46ae7d6dea9b7f53e64b3
+#Source1:      ftp://ftp.opera.com/pub/opera/linux/711/final/en/ppc/static/%{name}-%{ver}-%{rel}-%{type}-qt.ppc.tar.bz2
+#Source0:      ftp://ftp.opera.com/pub/opera/linux/720/beta7/en/ppc/static/%{name}-%{ver}-%{rel}-%{type}-qt.ppc.tar.bz2
 %endif
-Source2:       http://web.opera.com/download/unix/locale/pl.qm.gz
-Source3:       opera.desktop
+%ifarch sparc
+#Source1:      http://snapshot.opera.com/unix/sparc-linux/447-%{rel}-%{ver}-B5/opera-%{ver}-%{rel}-%{type}-qt.sparc.tar.bz2
+Source1:       http://snapshot.opera.com/unix/7.21-Preview-3/sparc-linux/opera-%{ver}-%{rel}-%{type}-qt.sparc.tar.bz2
+# Source1-md5: 1c6cbef31c97f629dd4516155d5a5623
+#Source0:      ftp://ftp.opera.com/pub/opera/linux/720/beta7/en/sparc/static/%{name}-%{ver}-%{rel}-%{type}-qt.sparc.tar.bz2
+%endif
+# polish language file
+Source2:       %{name}-2887.lng
+Source3:       %{name}.desktop
 NoSource:      0
 URL:           http://www.opera.com/
 ExclusiveArch: %{ix86} ppc
@@ -46,10 +62,17 @@ linkowana z qt.
 %ifarch ppc
 %setup -q -T -b 1 -n %{name}-%{ver}-%{rel}-%{type}-qt.ppc
 %endif
+%ifarch sparc
+%setup -q -T -b 1 -n %{name}-%{ver}-%{rel}-%{type}-qt.sparc
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+cat install.sh | sed 's|/etc|$RPM_BUILD_ROOT%{_sysconfdir}|' > install2.sh
+mv install2.sh install.sh
+
+echo y |\
 sh install.sh \
   --prefix=$RPM_BUILD_ROOT%{_prefix} \
   --wrapperdir=$RPM_BUILD_ROOT%{_bindir} \
@@ -59,7 +82,7 @@ sh install.sh \
   --plugindir=$RPM_BUILD_ROOT%{_plugindir}
 
 # Polish locale
-gunzip -c %{SOURCE2} > $RPM_BUILD_ROOT%{_datadir}/opera/locale/pl.qm
+install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/opera/locale/
 
 # man install
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
@@ -90,7 +113,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/opera
 %dir %{_datadir}/opera/bin
 %attr(755,root,root) %{_datadir}/opera/bin/*
-%{_datadir}/opera/buttons
 %{_datadir}/opera/config
 %{_datadir}/opera/help
 %{_datadir}/opera/images
This page took 0.10477 seconds and 4 git commands to generate.