summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2007-01-10 02:02:27 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit66e5db89166d54483e491d2444ed1aa0c7c99eb2 (patch)
treeb1137e1a26e9f3aab53b5e947d27f2ca03805237
parent72e7128c580d61791b04ff088ea204bc3c4e5039 (diff)
downloadnspluginwrapper-66e5db89166d54483e491d2444ed1aa0c7c99eb2.zip
nspluginwrapper-66e5db89166d54483e491d2444ed1aa0c7c99eb2.tar.gz
- exclude plugins which have 64bit version
Changed files: nspluginwrapper.spec -> 1.15
-rw-r--r--nspluginwrapper.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/nspluginwrapper.spec b/nspluginwrapper.spec
index ff40817..00ddac2 100644
--- a/nspluginwrapper.spec
+++ b/nspluginwrapper.spec
@@ -45,7 +45,11 @@ rm -rf $RPM_BUILD_ROOT
# 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 \