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