Author: glen                         Date: Mon Sep 22 16:53:24 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merge changes from AC-branch

---- Files affected:
SPECS:
   nspluginwrapper.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/nspluginwrapper.spec
diff -u SPECS/nspluginwrapper.spec:1.37 SPECS/nspluginwrapper.spec:1.38
--- SPECS/nspluginwrapper.spec:1.37     Tue Sep 16 20:19:44 2008
+++ SPECS/nspluginwrapper.spec  Mon Sep 22 18:53:19 2008
@@ -27,6 +27,8 @@
 BuildRequires: xorg-lib-libXt-devel
 Requires:      browser-plugins >= 3.0
 Requires:      linux32
+# to have sound in flash player install 32bit alsa-lib
+Requires:      libasound.so.2
 ExclusiveArch: %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -95,11 +97,19 @@
 # then we call update-browser-plugins once again to create links to 64bit 
browser plugins dir
 
 %post
+umask 022
+%update_browser_plugins
+if [ "$1" = 1 ]; then
+       %{_bindir}/%{name} -v -a -i
+else
+       %{_bindir}/%{name} -v -a -u
+fi
 %update_browser_plugins
 
 %preun
 if [ "$1" = 0 ]; then
        rm -f %{_browserpluginsdir}/npwrapper.*.so
+       %{_bindir}/%{name} -v -a -r
        %update_browser_plugins
 fi
 
@@ -132,6 +142,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2008/09/22 16:53:19  glen
+- merge changes from AC-branch
+
 Revision 1.37  2008/09/16 18:19:44  arvenil
 - up to 1.0.0
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nspluginwrapper.spec?r1=1.37&r2=1.38&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to