]> git.pld-linux.org Git - packages/opera.git/commitdiff
- add agent patch for qt4 version auto/ti/opera-10_00-3
authorshadzik <shadzik@pld-linux.org>
Fri, 4 Sep 2009 17:01:13 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    opera.spec -> 1.295

opera.spec

index b474d35a510a5ad5b374b0888a9e16c8ee4f8ede..96626933429d098105deb95f54c80aac9ea1eb29 100644 (file)
@@ -18,7 +18,7 @@ Summary:      World fastest web browser
 Summary(pl.UTF-8):     Najszybsza przeglądarka WWW na świecie
 Name:          opera
 Version:       %{ver}
-Release:       2
+Release:       3
 Epoch:         2
 License:       Distributable
 Group:         X11/Applications/Networking
@@ -32,7 +32,8 @@ Source13:     ftp://ftp.opera.com/pub/opera/linux/%{shver}/final/en/i386/%{name}-%{v
 # Source13-md5:        0b484b74ee07e5ac93f153dd33e25437
 Source0:       %{name}.desktop
 Patch0:                %{name}-wrapper.patch
-Patch1:                %{name}-agent.patch
+Patch1:                %{name}-agent-qt4.patch
+Patch2:                %{name}-agent.patch
 URL:           http://www.opera.com/
 BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpmbuild(macros) >= 1.356
@@ -88,7 +89,11 @@ Obsługa 32-bitowych wtyczek Opery.
 %setup -q -T -b 12 -n %{name}-%{version}-%{buildid}.gcc4-shared-qt3.ppc
 %endif
 %patch0 -p1
+%if %{with qt4}
 %patch1 -p0
+%else
+%patch2 -p0
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.312207 seconds and 4 git commands to generate.