SPECS (DEVEL): opera.spec - separate 32bit plugin support to subpa...

arekm arekm at pld-linux.org
Mon Jan 7 11:04:06 CET 2008


Author: arekm                        Date: Mon Jan  7 10:04:06 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- separate 32bit plugin support to subpackage (on x86_64)

---- Files affected:
SPECS:
   opera.spec (1.246.2.17 -> 1.246.2.18) 

---- Diffs:

================================================================
Index: SPECS/opera.spec
diff -u SPECS/opera.spec:1.246.2.17 SPECS/opera.spec:1.246.2.18
--- SPECS/opera.spec:1.246.2.17	Fri Jan  4 18:04:24 2008
+++ SPECS/opera.spec	Mon Jan  7 11:04:01 2008
@@ -124,13 +124,22 @@
 
 %description
 Opera is world fastest web browser. It supports most of nowaday
-extensions of HTML. And it is quite stable. This version is %{?with_shared:shared}%{!?with_shared:statically}
-linked with Qt.
+extensions of HTML. And it is quite stable. This version is
+%{?with_shared:shared}%{!?with_shared:statically} linked with Qt.
 
 %description -l pl.UTF-8
 Opera jest najszybszÄ
 przeglÄ
darkÄ
 WWW na świecie. Obsługuje większość
 dzisiejszych rozszerzeń HTML-a. Dodatkowo jest w miarę stabilna. Ta
-wersja jest skonsolidowana %{?with_shared:dynamicznie}%{!?with_shared:statycznie} z Qt.
+wersja jest skonsolidowana
+%{?with_shared:dynamicznie}%{!?with_shared:statycznie} z Qt.
+
+%package plugin32
+Summary:	Opera 32 bit plugins support
+Group:		X11/Applications/Networking
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description plugin32
+Opera 32 bit plugins support.
 
 %prep
 %ifarch %{ix86}
@@ -203,6 +212,9 @@
 %dir %{_libdir}/opera
 %dir %{_libdir}/opera/bin
 %attr(755,root,root) %{_libdir}/opera/bin/*
+%ifarch %{x8664}
+%exclude %{_libdir}/opera/bin/*-ia32-*
+%endif
 %dir %{_plugindir}
 %dir %{_datadir}/opera
 %{_datadir}/opera/*.*
@@ -217,12 +229,21 @@
 %{_mandir}/man1/opera.1*
 %{_pixmapsdir}/opera.xpm
 
+%ifarch %{x8664}
+%files plugin32
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/opera/bin/*-ia32-*
+%endif
+
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.246.2.18  2008-01-07 10:04:01  arekm
+- separate 32bit plugin support to subpackage (on x86_64)
+
 Revision 1.246.2.17  2008-01-04 17:04:24  arekm
 - up to 1737
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/opera.spec?r1=1.246.2.17&r2=1.246.2.18&f=u



More information about the pld-cvs-commit mailing list