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