SPECS: browser-plugins.spec (NEW) - new

glen glen at pld-linux.org
Mon Jun 20 19:13:20 CEST 2005


Author: glen                         Date: Mon Jun 20 17:13:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   browser-plugins.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/browser-plugins.spec
diff -u /dev/null SPECS/browser-plugins.spec:1.1
--- /dev/null	Mon Jun 20 19:13:20 2005
+++ SPECS/browser-plugins.spec	Mon Jun 20 19:13:15 2005
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+# TODO
+# - convert all plugin packages to store their plugins in this base
+#   directory.
+# - is there need to create separate packages for different browsers
+#   (perhaps admin doesn't want all browsers have same plugins?)
+# - or, patch browsers to seek plugins in this packages base
+#   directory?
+Summary:	base package for browser plugins
+Name:		browser-plugins
+Version:	1.0
+Release:	0.1
+License:	GPL
+Group:		Base
+URL:		http://www.mozilla.org/projects/plugins/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides base directory for browser plugins complying to
+Netscape Plugin API (NPAPI).
+
+Browsers known to support NPAPI:
+- Netscape Communicator/Navigator
+- Mozilla/Mozilla Firefox
+- Opera
+- Konqueror
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/browser-plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/browser-plugins
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/20 17:13:15  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list