Hi,
In attachment I've included arachne.spec for PLD.
Can we (PLD) distribute arachne-1.66b?

I play with dosemu+dosnet+arachne and it works, but slow.
I have no DNS server on my Linux machine.
I don't know how to configure DNS and arachne.

NCSA telnet works fast (much faster than arachne).
On Linux side I type:
# insmod dosnet
# ifconfig dsn0 192.168.0.3 up
apache is running on Linux

On dosemu side:
C:\>telnet>
ALT + A
192.168.0.3 80
GET /
and works

but telnet doesn't need DNS.

arachne:
my_ip 192.168.0.5
netmask 255.255.255.0
nameserver - ?
gateway - ?

In URL I wrote:
http://192.168.0.3
and works, but very slow.

How to speed it up?

Witold Filipczyk
Summary:        Arachne - web browser
Summary(es):    Navegador de Internet Arachne
Summary(pl):    Arachne - przeglądarka WWW
Summary(pt_BR): Navegador Arachne
Name:           arachne
Version:        1.66b
Release:        1
License:        distributable
Group:          Applications/Networking
Group(de):      Applikationen/Netzwerkwesen
Group(pl):      Aplikacje/Sieciowe
Source0:        http://storage.prog.cz/xchaos/arachne-1.66b.tar.gz
URL:            http://browser.arachne.cz
BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
ExclusiveOS:    Linux
ExclusiveArch:  %{ix86}


%description
Small and fast web browser.

%description -l pl
Szybka, mała, nieźle się prezentująca przeglądarka www.

%package common
Summary:        Configuration files for Arachne
Summary(pl):    Pliki konfiguracyjne używane przez Arachne
Group:          Applications/Networking
Group(de):      Applikationen/Netzwerkwesen
Group(pl):      Aplikacje/Sieciowe
Requires:       glibc >= 2.1

%description common
Files shared beetwen svgalib and ggi versions of Arachne.

%description common -l pl
Pliki konfiguracyjne używane przez obie wersje Arachne.

%package svga
Summary:        Arachne web browser for svgalib
Summary(pl):    Wersja przeglądarki Arachne korzystająca z svgalib
Group:          Applications/Networking
Group(de):      Applikationen/Netzwerkwesen
Group(pl):      Aplikacje/Sieciowe
Requires:       arachne-common

%description svga
Arachne is web browser. This is beta release for svgalib.
Arachne uses external programs to convert JPEGs (djpeg) and PNGs(convert)
to BMPs, because BMP are faster to display. Few interesting ideas are
introduced by Arachne.

Information on the license may be found in the
file %{_docdir}/%{name}-common-%{version}/LICENSE.

%descripion svga -l pl
To jest wersja beta przeglądarki www - Arachne, która korzysta z biblioteki
svgalib. Arachne jest szybka i mała, niestety nie obsługuje jeszcze
protokołu https ani JavaScriptu, ani CSS.

Informacje na temat licencji można znaleźć w pliku
%{_docdir}/%{name}-common-%{version}/LICENSE.

%package ggi
Summary:        Arachne web browser for ggi
Summary(pl):    Wersja przeglądarki Arachne korzystająca z biblioteki ggi
Group:          X11/Applications/Networking
Group(de):      X11/Applikationen/Netzwerkwesen
Group(pl):      X11/Aplikacje/Sieciowe
Requires:       arachne-common

%description ggi
Arachne is web browser. This is beta release for ggi.
Arachne uses external programs to convert JPEGs (djpeg) and PNGs(convert)
to BMPs, because BMP are faster to display. Few interesting ideas are
introduced by Arachne.

Information on the license may be found in the
file %{_docdir}/%{name}-common-%{version}/LICENSE.

%descripion ggi -l pl
To jest wersja beta przeglądarki www - Arachne, która korzysta z biblioteki
ggi. Arachne jest szybka i mała, niestety nie obsługuje jeszcze
protokołu https ani JavaScriptu, ani CSS.

Informacje na temat licencji można znaleźć w pliku
%{_docdir}/%{name}-common-%{version}/LICENSE.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,\
%{_datadir}/arachne/{templates,iso-8859-1/codepage,iso-8859-2/codepage,\
gui,ikons},/usr/doc}

install bin/* $RPM_BUILD_ROOT%{_bindir}
install share/arachne/arachne-install $RPM_BUILD_ROOT%{_bindir}
install man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
cp -r share/arachne/* $RPM_BUILD_ROOT%{_datadir}/arachne

ln -sf %{_docdir}/arachne-%{version} $RPM_BUILD_ROOT/usr/doc/arachne


cat > $RPM_BUILD_ROOT%{_bindir}/arachne << EOF
#!/bin/sh
if [ "\$TERM" = "linux" ]
then
/usr/bin/arachne-svgalib $@
else
/usr/bin/arachne-ggi $@
fi
EOF

%files common
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/arachne
%{_mandir}/man1/*
/usr/doc/arachne
%doc doc/arachne/*
%dir %{_datadir}/arachne
%{_datadir}/arachne/*

%files ggi
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/arachne-ggi

%files svga
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/arachne-svgalib

%clean
rm -rf $RPM_BUILD_ROOT

%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <[EMAIL PROTECTED]>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: arachne.spec,v $
Revision 1.1  2002/02/01 16:28:08  juandon
- Release 1

Reply via email to