rpms/nspluginwrapper/devel nspluginwrapper.spec,1.83,1.84

Martin Stransky stransky at fedoraproject.org
Wed Jan 6 11:27:53 UTC 2010


Author: stransky

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

Modified Files:
	nspluginwrapper.spec 
Log Message:
Fixed rpmlint complains


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- nspluginwrapper.spec	4 Dec 2009 15:21:31 -0000	1.83
+++ nspluginwrapper.spec	6 Jan 2010 11:27:53 -0000	1.84
@@ -2,7 +2,7 @@
 %define make_debug_package 	0
 
 # What gecko we use
-%define gecko_flavour 		"mozilla"
+%define gecko_flavour		"mozilla"
 
 %define plugin_config_version 1.9
 %define plugin_config_name plugin-config-%{plugin_config_version}
@@ -57,7 +57,7 @@
 %define build_dir 		objs-%{target_bits}
 
 %if "%{target_bits}" == "32"
-%define lib	  	%{lib32}
+%define lib		%{lib32}
 %define libdir  	%{libdir32}
 %define pkgdir  	%{pkgdir32}
 %define plugindir	%{plugindir32}
@@ -73,23 +73,23 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	1.3.0
-Release:	10%{?dist}
+Release:	11%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
-Source1:        %{plugin_config_name}.tar.gz
-Source2:        plugin-config.sh.in
-Source3:        %{name}.sh.in
-Patch1:         nspluginwrapper-1.3.0-make.patch
-Patch2:         nspluginwrapper-1.3.0-configure.patch
-Patch3:         nspluginwrapper-1.3.0-directory.patch
-Patch4:         nspluginwrapper-20090625-fix-npident-array-sending.patch
-Patch5:         nspluginwrapper-1.3.0-inst.patch
-Patch6:         nspluginwrapper-1.3.0-compiz.patch
-Patch100:       plugin-config-setuid.patch
-Patch101:       plugin-config-umask.patch
-Patch102:       plugin-config-print.patch
-Patch103:       plugin-config-native.patch
+Source1:	%{plugin_config_name}.tar.gz
+Source2:	plugin-config.sh.in
+Source3:	%{name}.sh.in
+Patch1:		nspluginwrapper-1.3.0-make.patch
+Patch2:		nspluginwrapper-1.3.0-configure.patch
+Patch3:		nspluginwrapper-1.3.0-directory.patch
+Patch4:		nspluginwrapper-20090625-fix-npident-array-sending.patch
+Patch5:		nspluginwrapper-1.3.0-inst.patch
+Patch6:		nspluginwrapper-1.3.0-compiz.patch
+Patch100:	plugin-config-setuid.patch
+Patch101:	plugin-config-umask.patch
+Patch102:	plugin-config-print.patch
+Patch103:	plugin-config-native.patch
 License:	GPLv2+
-Group:		Networking/WWW
+Group:		Applications/Internet
 Url:		http://gwenole.beauchesne.info/projects/nspluginwrapper/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Provides:	%{name} = %{version}-%{release}
@@ -172,7 +172,7 @@ popd
 
 #Build plugin configuration utility
 pushd %{plugin_config_name}
-./configure --prefix=/usr CFLAGS="$RPM_OPT_FLAGS"
+./configure --prefix=%{_prefix} --libdir=%{_libdir} CFLAGS="$RPM_OPT_FLAGS"
 make
 popd
 
@@ -250,6 +250,9 @@ fi;
 
 
 %changelog
+* Wed Jan 6 2010 Martin Stransky <stransky at redhat.com> 1.3.0-11
+- Fixed rpmlint complains
+
 * Fri Dec 4 2009 Martin Stransky <stransky at redhat.com> 1.3.0-10
 - added Compiz workaround (#542424)
 




More information about the fedora-extras-commits mailing list