]> git.pld-linux.org Git - packages/browser-plugins.git/blob - browser-plugins.spec
- rel.5 - provide also _target_cpu - allow to mix just build plugins and
[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 # - seamonkey
14 Summary:        Base package for web browser plugins
15 Summary(pl):    Podstawowy pakiet dla wtyczek przegl±darek WWW
16 Name:           browser-plugins
17 Version:        1.0
18 Release:        5
19 License:        GPL
20 Group:          Base
21 Provides:       %{name}(%{_target_cpu}) = %{version}-%{release}
22 Provides:       %{name}(%{_target_base_arch}) = %{version}-%{release}
23 URL:            http://www.mozilla.org/projects/plugins/
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 This package provides base directory for browser plugins complying to
28 Netscape Plugin API (NPAPI).
29
30 Browsers known to support NPAPI:
31 - Netscape Communicator/Navigator
32 - Mozilla/Mozilla Firefox/Seamonkey
33 - Opera
34 - Konqueror
35
36 %description -l pl
37 Ten pakiet dostarcza podstawowy katalog dla wtyczek przegl±darek
38 zgodnych z Netscape Plugin API (NPAPI).
39
40 Przegl±darki obs³uguj±ce NPAPI to:
41 - Netscape Communicator/Navigator
42 - Mozilla/Mozilla Firefox/Seamonkey
43 - Opera
44 - Konqueror
45
46 %prep
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{_libdir}/browser-plugins
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %{_libdir}/browser-plugins
This page took 0.060014 seconds and 4 git commands to generate.