]> git.pld-linux.org Git - packages/browser-plugins.git/blob - browser-plugins.spec
- pl
[packages/browser-plugins.git] / browser-plugins.spec
1 # TODO
2 # - convert all plugin packages to store their plugins in this base
3 #   directory.
4 # - is there need to create separate packages for different browsers
5 #   (perhaps admin doesn't want all browsers have same plugins?)
6 # - or, patch browsers to seek plugins in this packages base
7 #   directory?
8 Summary:        Base package for web browser plugins
9 Summary(pl):    Podstawowy pakiet dla wtyczek przegl±darek WWW
10 Name:           browser-plugins
11 Version:        1.0
12 Release:        0.1
13 License:        GPL
14 Group:          Base
15 URL:            http://www.mozilla.org/projects/plugins/
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This package provides base directory for browser plugins complying to
21 Netscape Plugin API (NPAPI).
22
23 Browsers known to support NPAPI:
24 - Netscape Communicator/Navigator
25 - Mozilla/Mozilla Firefox
26 - Opera
27 - Konqueror
28
29 %description -l pl
30 Ten pakiet dostarcza podstawowy katalog dla wtyczek przegl±darek
31 zgodnych z Netscape Plugin API (NPAPI).
32
33 Przegl±darki obs³uguj±ce NPAPI to:
34 - Netscape Communicator/Navigator
35 - Mozilla/Mozilla Firefox
36 - Opera
37 - Konqueror
38
39 %prep
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_libdir}/browser-plugins
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %{_libdir}/browser-plugins
This page took 0.093045 seconds and 3 git commands to generate.