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