]> git.pld-linux.org Git - packages/browser-plugins.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 20 Jun 2005 17:13:15 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    browser-plugins.spec -> 1.1

browser-plugins.spec [new file with mode: 0644]

diff --git a/browser-plugins.spec b/browser-plugins.spec
new file mode 100644 (file)
index 0000000..6136ae0
--- /dev/null
@@ -0,0 +1,39 @@
+# 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
This page took 0.09059 seconds and 4 git commands to generate.