rpms/nspluginwrapper/devel nspluginwrapper.spec,1.27,1.28

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Thu Dec 6 12:32:21 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23658

Modified Files:
	nspluginwrapper.spec 
Log Message:
enabled xpcom support, added fix for #393541 - scripts will never fail


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- nspluginwrapper.spec	23 Nov 2007 14:17:03 -0000	1.27
+++ nspluginwrapper.spec	6 Dec 2007 12:31:48 -0000	1.28
@@ -8,7 +8,7 @@
 %define plugin_config_binary plugin-config
 
 # Compile with XPCOM support?
-%define xpcom_support 		0
+%define xpcom_support 		1
 
 # Compile as a debug package?
 %define make_debug_package 	0
@@ -70,7 +70,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	0.9.91.5
-Release:	13%{?dist}
+Release:	14%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz 
 Source2:        plugin-config.sh.in
@@ -208,11 +208,11 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/usr/bin/mozilla-plugin-config -i -f > /dev/null 2>&1
+/usr/bin/mozilla-plugin-config -i -f > /dev/null 2>&1 || :
 
 %preun
 if [ "$1" == "0" ]; then
-    /usr/bin/mozilla-plugin-config -r > /dev/null 2>&1
+    /usr/bin/mozilla-plugin-config -r > /dev/null 2>&1 || :
 fi;
 
 %files
@@ -232,6 +232,10 @@
 %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Thu Dec 06 2007 Martin Stransky <stransky at redhat.com> 0.9.91.5-14
+- enabled xpcom support
+- added fix for #393541 - scripts will never fail
+
 * Fri Nov 23 2007 Martin Stransky <stransky at redhat.com> 0.9.91.5-13
 - rebuilt against xulrunner
 




More information about the fedora-extras-commits mailing list