rpms/nspluginwrapper/devel nspluginwrapper.spec,1.53,1.54

Martin Stransky stransky at fedoraproject.org
Wed Sep 17 07:57:06 UTC 2008


Author: stransky

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

Modified Files:
	nspluginwrapper.spec 
Log Message:
Added libcurl to requires (#460988)


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- nspluginwrapper.spec	11 Aug 2008 20:22:32 -0000	1.53
+++ nspluginwrapper.spec	17 Sep 2008 07:56:36 -0000	1.54
@@ -70,7 +70,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	1.1.0
-Release:	6%{?dist}
+Release:	7%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz 
 Source2:        plugin-config.sh.in
@@ -87,7 +87,7 @@
 Url:		http://gwenole.beauchesne.info/projects/nspluginwrapper/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Provides:	%{name} = %{version}-%{release}
-Requires:	mozilla-filesystem
+Requires:	mozilla-filesystem libcurl
 BuildRequires:	pkgconfig gtk2-devel glib2-devel nspr-devel
 BuildRequires:	libX11-devel libXt-devel cairo-devel pango-devel libcurl-devel
 BuildRequires:	gecko-devel >= %{gecko_ver}
@@ -100,6 +100,7 @@
 This package consists in:
   * npviewer: the plugin viewer
   * npwrapper.so: the browser-side plugin
+  * nspluginplayer: stand-alone NPAPI plugin player
   * mozilla-plugin-config: a tool to manage plugins installation and update
 
 %prep
@@ -240,6 +241,9 @@
 %config %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Wed Sep 17 2008 Martin Stransky <stransky at redhat.com> 1.1.0-7
+- Added libcurl to requires (#460988)
+
 * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.1.0-6
 - fix license tag
 




More information about the fedora-extras-commits mailing list