SPECS: nspluginwrapper.spec - exclude plugins which have 64bit ver...

glen glen at pld-linux.org
Wed Jan 10 03:02:32 CET 2007


Author: glen                         Date: Wed Jan 10 02:02:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- exclude plugins which have 64bit version

---- Files affected:
SPECS:
   nspluginwrapper.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/nspluginwrapper.spec
diff -u SPECS/nspluginwrapper.spec:1.14 SPECS/nspluginwrapper.spec:1.15
--- SPECS/nspluginwrapper.spec:1.14	Wed Jan 10 02:58:09 2007
+++ SPECS/nspluginwrapper.spec	Wed Jan 10 03:02:27 2007
@@ -46,7 +46,11 @@
 
 # we pretend we're browser for x86 ;)
 install -d $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/plugins
-%browser_plugins_add_browser %{name} -p %{_prefix}/lib/%{name}/plugins -a i386
+%browser_plugins_add_browser %{name} -p %{_prefix}/lib/%{name}/plugins -a i386 -b <<'EOF'
+# use 64bit version
+mplayerplug-in*
+libcult3dplugin.so
+EOF
 
 %{__make} install \
 	DONT_STRIP=yes \
@@ -100,6 +104,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2007/01/10 02:02:27  glen
+- exclude plugins which have 64bit version
+
 Revision 1.14  2007/01/10 01:58:09  glen
 - works for me; rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nspluginwrapper.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list