]> git.pld-linux.org Git - packages/browser-plugins.git/blob - browser-plugins.spec
- also exists netscape.spec
[packages/browser-plugins.git] / browser-plugins.spec
1 # TODO
2 # - convert all plugin packages to store their plugins in this base
3 #   directory.
4 # known NPAPI compatible browsers from PLD CVS:
5 # - mozilla
6 # - mozilla-firefox
7 # - konqueror
8 # - opera (ix86 only)
9 # - galeon
10 # - skipstone
11 # - kazehakase
12 # - netscape (trigger on netscape-common)
13 Summary:        Base package for web browser plugins
14 Summary(pl):    Podstawowy pakiet dla wtyczek przegl±darek WWW
15 Name:           browser-plugins
16 Version:        1.0
17 Release:        2
18 License:        GPL
19 Group:          Base
20 Provides:       %{name}(%{_target_cpu}) = %{version}-%{release}
21 URL:            http://www.mozilla.org/projects/plugins/
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This package provides base directory for browser plugins complying to
26 Netscape Plugin API (NPAPI).
27
28 Browsers known to support NPAPI:
29 - Netscape Communicator/Navigator
30 - Mozilla/Mozilla Firefox
31 - Opera
32 - Konqueror
33
34 %description -l pl
35 Ten pakiet dostarcza podstawowy katalog dla wtyczek przegl±darek
36 zgodnych z Netscape Plugin API (NPAPI).
37
38 Przegl±darki obs³uguj±ce NPAPI to:
39 - Netscape Communicator/Navigator
40 - Mozilla/Mozilla Firefox
41 - Opera
42 - Konqueror
43
44 %prep
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{_libdir}/browser-plugins
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %{_libdir}/browser-plugins
This page took 0.083832 seconds and 4 git commands to generate.