]> git.pld-linux.org Git - packages/arachne.git/blob - arachne.spec
- adapterized.
[packages/arachne.git] / arachne.spec
1 Summary:        Arachne - web browser
2 Summary(es):    Navegador de Internet Arachne
3 Summary(pl):    Arachne - przegl±darka WWW
4 Summary(pt_BR): Navegador Arachne
5 Name:           arachne
6 Version:        1.66b
7 Release:        1
8 License:        distributable - see LICENSE
9 Group:          Applications/Networking
10 Source0:        http://browser.arachne.cz/%{name}-%{version}.tar.gz
11 URL:            http://browser.arachne.cz/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 ExclusiveOS:    Linux
14 ExclusiveArch:  %{ix86}
15
16 %description
17 Small and fast web browser.
18
19 %description -l pl
20 Szybka, ma³a, nie¼le siê prezentuj±ca przegl±darka www.
21
22 %package common
23 Summary:        Configuration files for Arachne
24 Summary(pl):    Pliki konfiguracyjne u¿ywane przez Arachne
25 Group:          Applications/Networking
26 Requires:       glibc >= 2.1
27
28 %description common
29 Files shared between svgalib and ggi versions of Arachne.
30
31 %description common -l pl
32 Pliki konfiguracyjne u¿ywane przez obie wersje Arachne.
33
34 %package svga
35 Summary:        Arachne web browser for svgalib
36 Summary(pl):    Wersja przegl±darki Arachne korzystaj±ca z svgalib
37 Group:          Applications/Networking
38 Requires:       arachne-common
39
40 %description svga
41 Arachne is web browser. This is beta release for svgalib. Arachne uses
42 external programs to convert JPEGs (djpeg) and PNGs(convert) to BMPs,
43 because BMP are faster to display. Few interesting ideas are
44 introduced by Arachne.
45
46 Information on the license may be found in the file
47 %{_docdir}/%{name}-common-%{version}/LICENSE.
48
49 %description svga -l pl
50 To jest wersja beta przegl±darki www - Arachne, która korzysta z
51 biblioteki svgalib. Arachne jest szybka i ma³a, niestety nie obs³uguje
52 jeszcze protoko³u https ani JavaScriptu, ani CSS.
53
54 Informacje na temat licencji mo¿na znale¼æ w pliku
55 %{_docdir}/%{name}-common-%{version}/LICENSE.
56
57 %package ggi
58 Summary:        Arachne web browser for ggi
59 Summary(pl):    Wersja przegl±darki Arachne korzystaj±ca z biblioteki ggi
60 Group:          X11/Applications/Networking
61 Requires:       arachne-common
62
63 %description ggi
64 Arachne is web browser. This is beta release for ggi. Arachne uses
65 external programs to convert JPEGs (djpeg) and PNGs(convert) to BMPs,
66 because BMP are faster to display. Few interesting ideas are
67 introduced by Arachne.
68
69 Information on the license may be found in the file
70 %{_docdir}/%{name}-common-%{version}/LICENSE.
71
72 %description ggi -l pl
73 To jest wersja beta przegl±darki www - Arachne, która korzysta z
74 biblioteki ggi. Arachne jest szybka i ma³a, niestety nie obs³uguje
75 jeszcze protoko³u https ani JavaScriptu, ani CSS.
76
77 Informacje na temat licencji mo¿na znale¼æ w pliku
78 %{_docdir}/%{name}-common-%{version}/LICENSE.
79
80 %prep
81 %setup -q
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/arachne,%{_prefix}/doc}
86
87 install bin/* $RPM_BUILD_ROOT%{_bindir}
88 install man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
89 cp -rf share/arachne/* $RPM_BUILD_ROOT%{_datadir}/arachne
90
91 ln -sf %{_docdir}/arachne-common-%{version} $RPM_BUILD_ROOT%{_prefix}/doc/arachne
92
93 cat > $RPM_BUILD_ROOT%{_bindir}/arachne << EOF
94 #!/bin/sh
95 if [ "\$TERM" = "linux" ]; then
96 %{_bindir}/arachne-svgalib $@
97 else
98 %{_bindir}/arachne-ggi $@
99 fi
100 EOF
101
102 gzip -9nf doc/arachne/{CHANGES,KEYWORDS,LICENSE,README,*.txt}
103
104 %clean
105 rm -rf $RPM_BUILD_ROOT
106
107 %files common
108 %defattr(644,root,root,755)
109 %attr(755,root,root) %{_bindir}/arachne
110 %{_mandir}/man1/*
111 %dir %{_prefix}/doc
112 %{_prefix}/doc/arachne
113 %doc doc/arachne/*
114 %dir %{_datadir}/arachne
115 %{_datadir}/arachne/[g-t]*
116 %attr(755,root,root) %{_datadir}/arachne/arachne-install
117
118 %files ggi
119 %defattr(644,root,root,755)
120 %attr(755,root,root) %{_bindir}/arachne-ggi
121
122 %files svga
123 %defattr(644,root,root,755)
124 %attr(755,root,root) %{_bindir}/arachne-svgalib
This page took 0.068275 seconds and 3 git commands to generate.