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