]> git.pld-linux.org Git - packages/opera.git/commitdiff
- added polish locale
authorKarol Krenski <charles@pld-linux.org>
Fri, 13 May 2005 08:19:20 +0000 (08:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed %files
- rel. 2

Changed files:
    opera.spec -> 1.135

opera.spec

index a83a74c7234e153babc4b4aa339675ea664992bf..71366f47a5d8cccc72e66a869c31fffff61594d1 100644 (file)
@@ -1,6 +1,5 @@
 # TODO:
 # - move translations into a separate, noarch package
-# - duplicate files
 #
 %bcond_without shared          # static or shared version
 %bcond_without distributable   # distributable or not
@@ -184,7 +183,7 @@ Summary:    World fastest web browser
 Summary(pl):   Najszybsza przegl±darka WWW na Â¶wiecie
 Name:          opera
 Version:       %{ver}%{fix}%{?with_snap:.%{rel}}
-Release:       1.1
+Release:       2
 Epoch:         2
 License:       Distributable for PLD until 31 Dec 2006 - http://distribute.opera.com/ (otherwise restricted, see file LICENSE)
 Group:         X11/Applications/Networking
@@ -259,8 +258,12 @@ Source1022:        http://snapshot.opera.com/unix/%{ver}-%{reltype}/ppc-linux/en/%{name
 %{!?with_distributable:NoSource:       1022}
 %endif
 
+Source3:       http://starzaki.eu.org/~hclan/operapl/download/ou800_1095pl.tar.gz
+# Source3-md5: 3d377634dc271d16d9041ed583077c44
+
 Source4:       %{name}.desktop
 
+
 URL:           http://www.opera.com/
 ExclusiveArch: %{ix86} ppc sparc sparc64
 Requires:      freetype >= 2
@@ -294,6 +297,7 @@ statycznie skonsolidowana z qt.
 %ifarch ppc
 %setup -q -T -b %{?with_snap:10}%{?with_shared:2}2 -n %{name}-%{sver}-%{rel}-%{type}-qt.ppc-en
 %endif
+tar -xzf %{SOURCE3} -C locale
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -352,13 +356,17 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/opera/bin/*
 %dir %{_plugindir}
 %attr(755,root,root) %{_plugindir}/*
-
-# XXX duplicate files
-%{_datadir}/opera
+%dir %{_datadir}/opera
+%{_datadir}/opera/*.*
+%{_datadir}/opera/images
+%{_datadir}/opera/ini
+%{_datadir}/opera/java
+%{_datadir}/opera/skin
+%{_datadir}/opera/styles
 %dir %{_datadir}/opera/locale
 %{_datadir}/opera/locale/en
 %{_datadir}/opera/locale/english.lng
-
+%lang(pl) %{_datadir}/opera/locale/pl.lng
 %{_pixmapsdir}/opera.xpm
 %{_desktopdir}/*.desktop
 
This page took 0.361699 seconds and 4 git commands to generate.