rpms/mozplugger/devel mozplugger.spec,1.34,1.35

Than Ngo than at fedoraproject.org
Fri Aug 21 09:29:19 UTC 2009


Author: than

Update of /cvs/extras/rpms/mozplugger/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15871

Modified Files:
	mozplugger.spec 
Log Message:
fix #226159, merge review



Index: mozplugger.spec
===================================================================
RCS file: /cvs/extras/rpms/mozplugger/devel/mozplugger.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- mozplugger.spec	20 Aug 2009 15:37:53 -0000	1.34
+++ mozplugger.spec	21 Aug 2009 09:29:19 -0000	1.35
@@ -1,12 +1,12 @@
 Summary: A generic mozilla plug-in
 Name: mozplugger
 Version: 1.12.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Url: http://mozplugger.mozdev.org/
 
-Source0: http://mozplugger.mozdev.org/mozplugger/%{name}-%{version}.tar.gz
+Source0: http://mozplugger.mozdev.org/files/%{name}-%{version}.tar.gz
 Patch1: mozplugger-1.12.1-lib64.patch
 Patch2: mozplugger-1.12.1-path.patch
 
@@ -16,8 +16,9 @@ Requires: mozilla-filesystem
 
 BuildRequires: libX11-devel
 BuildRequires: libXt-devel
+BuildRequires: coreutils
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Obsoletes: plugger
 
 %description
@@ -29,6 +30,8 @@ programs as plug-ins for media types on 
 %patch1 -p1 -b .lib64
 %patch2 -p1 -b .path
 
+chmod 644 npapi/common/npunix.c
+
 %build
 make linux lib=%{_lib}
 
@@ -52,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/mozplugger.7*
 
 %changelog
+* Fri Aug 21 2009 Than Ngo <than at redhat.com> - 1.12.1-6
+- fix #226159, merge review
+
 * Thu Aug 20 2009 Than Ngo <than at redhat.com> - 1.12.1-5
 - fix #513470, using a wrong path for executable
 




More information about the scm-commits mailing list