rpms/nspluginwrapper/devel nspluginwrapper.spec,1.77,1.78

Warren Togami 砥上勇 wtogami at fedoraproject.org
Tue Mar 3 18:38:22 UTC 2009


Author: wtogami

Update of /cvs/pkgs/rpms/nspluginwrapper/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28727

Modified Files:
	nspluginwrapper.spec 
Log Message:
Really Fix x86 32bit build (#488308)



Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- nspluginwrapper.spec	2 Mar 2009 02:51:38 -0000	1.77
+++ nspluginwrapper.spec	3 Mar 2009 18:37:52 -0000	1.78
@@ -16,6 +16,14 @@
 %define target_bits	32
 %endif
 
+%if "%{_target_cpu}" == "i586"
+%define target_bits	32
+%endif
+
+%if "%{_target_cpu}" == "i686"
+%define target_bits	32
+%endif
+
 %if "%{_target_cpu}" == "ppc"
 %define target_bits	32
 %endif
@@ -65,7 +73,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	1.3.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz
 Source2:        plugin-config.sh.in
@@ -236,6 +244,9 @@
 
 
 %changelog
+* Tue Mar 03 2009 Warren Togami <wtogami at redhat.com> - 1.3.0-5
+- Really Fix x86 32bit build (#488308)
+
 * Sun Mar 01 2009 Warren Togami <wtogami at redhat.com> - 1.3.0-4
 - Fix x86 32bit build
 




More information about the fedora-extras-commits mailing list