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