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