]> git.pld-linux.org Git - packages/opera.git/blobdiff - opera.spec
- md5sums ;)
[packages/opera.git] / opera.spec
index 26a6536ef906cc3a25e4c5be5684442eada8a03b..ff902881a60a53b68f01500801e951271daa92b9 100644 (file)
@@ -1,8 +1,10 @@
 #
 # There're some problems with "shared" version
 #
-%define ver    6.0
-%define        rel     20020510.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
 Name:          opera
@@ -10,15 +12,37 @@ Version:    %{ver}.%{rel}
 Release:       1
 License:       Restricted, see file LICENSE
 Group:         X11/Applications/Networking
-Source0:       ftp://ftp.opera.com/pub/opera/linux/600/final/en/qt_static/%{name}-%{ver}-%{rel}-static-qt.i386.tar.bz2
+#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:      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
+%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}
+ExclusiveArch: %{ix86} ppc
 Requires:      freetype >= 2
-Requires:      qt
+Requires:      openmotif >= 2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-NoSource:      0
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
+
+%define                _plugindir      %{_libdir}/opera/plugins
+%define                _operadocdir    %{_docdir}/%{name}-%{ver}.%{rel}
+%define                configfile      %{_datadir}/opera/config/opera6rc
 
 %description
 Opera is world fastest web browser. It supports most of nowaday
@@ -32,47 +56,85 @@ niedogodno
 linkowana z qt.
 
 %prep
-%setup -q -n %{name}-%{ver}-%{rel}-static-qt.i386
+%ifarch %{ix86}
+%setup -q  -n %{name}-%{ver}-%{rel}-%{type}-qt.i386
+%endif
+%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
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_datadir}
-install -d $RPM_BUILD_ROOT%{_prefix}/opera
-install -d $RPM_BUILD_ROOT%{_datadir}/opera/{buttons,config,help,images,locale,skin,styles}
-install -d $RPM_BUILD_ROOT%{_pixmapsdir}
-install -d $RPM_BUILD_ROOT%{_libdir}/{%{version},plugins}
-install -d $RPM_BUILD_ROOT%{_mandir}/man1/
-install -d $RPM_BUILD_ROOT/usr/share
 
-for i in buttons config help images locale skin styles;
-do cp -r $i $RPM_BUILD_ROOT%{_datadir}/opera;
-done
+cat install.sh | sed 's|/etc|$RPM_BUILD_ROOT%{_sysconfdir}|' > install2.sh
+mv install2.sh install.sh
 
-cp man/opera.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+echo y |\
+sh install.sh \
+  --prefix=$RPM_BUILD_ROOT%{_prefix} \
+  --wrapperdir=$RPM_BUILD_ROOT%{_bindir} \
+  --docdir=$RPM_BUILD_ROOT%{_operadocdir} \
+  --sharedir=$RPM_BUILD_ROOT%{_datadir}/opera \
+  --exec_prefix=$RPM_BUILD_ROOT%{_datadir}/opera/bin \
+  --plugindir=$RPM_BUILD_ROOT%{_plugindir}
 
-cp -r plugins $RPM_BUILD_ROOT%{_libdir}
-cp opera $RPM_BUILD_ROOT%{_libdir}/%{version}
+# Polish locale
+install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/opera/locale/
 
-cp opera6.adr $RPM_BUILD_ROOT%{_datadir}/opera
-cp chartables.bin $RPM_BUILD_ROOT%{_datadir}/opera
-cp unicode.dat $RPM_BUILD_ROOT%{_datadir}/opera
+# man install
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install man/opera.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-# niech ktos wymysli jak wygenerowac wrappera z install.sh albo czysto opera bedzie odpalana
-# sh install.sh --jakiesopcje $RPM_BUILD_ROOT%{_bindir}/opera
-cp opera $RPM_BUILD_ROOT%{_bindir}/opera
-cp images/opera.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
+# wrapper correction
+sed s#$RPM_BUILD_ROOT## > $RPM_BUILD_ROOT%{_bindir}/opera2 $RPM_BUILD_ROOT%{_bindir}/opera
+mv $RPM_BUILD_ROOT%{_bindir}/opera2 $RPM_BUILD_ROOT%{_bindir}/opera
+
+# install in kde etc.
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
+install images/opera.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
+
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
+install %{SOURCE3} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
 
 # symlink który niweluje burkanie siê opery :>
-ln -sf %{_datadir}/opera/ $RPM_BUILD_ROOT/usr/share/
+#ln -sf %{_datadir}/opera/ $RPM_BUILD_ROOT/usr/share/
+#ln -sf %{_libdir}/opera $RPM_BUILD_ROOT/usr/lib/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE bugreport
+%doc LICENSE bugreport help
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/opera
+%dir %{_datadir}/opera
+%dir %{_datadir}/opera/bin
+%attr(755,root,root) %{_datadir}/opera/bin/*
+%{_datadir}/opera/config
+%{_datadir}/opera/help
+%{_datadir}/opera/images
+%{_datadir}/opera/java
+%{_datadir}/opera/locale
+%{_datadir}/opera/skin
+%{_datadir}/opera/styles
+%{_datadir}/opera/ini
+%{_datadir}/opera/search.ini
+%{_datadir}/opera/*.html
+%ifarch %{ix86}
+%attr(755,root,root) %{_datadir}/opera/chartables.bin
+%endif
+%ifarch ppc
+%attr(755,root,root) %{_datadir}/opera/chartables-be.bin
+%endif
+%attr(755,root,root) %{_datadir}/opera/opera6.adr
+%dir %{_libdir}/opera
+%dir %{_plugindir}
+%attr(755,root,root) %{_plugindir}/*
+
 %{_pixmapsdir}/opera.xpm
-/usr/share/
+%{_applnkdir}/Network/WWW/*.desktop
+
+%{_mandir}/man1/opera.1*
This page took 0.08804 seconds and 4 git commands to generate.