Summary: Text based browser for the world wide web Summary(de): Text-Browser für das WWW Summary(fr): Navigateur en mode texte pour le world wide web Summary(pl): Przegl±darka WWW pracuj±ca w trybie tekstowym Summary(tr): Metin ekranda WWW tarayıcı Name: lynx Version: 2.8.2dev.17 Release: 1d Copyright: GPL URL: http://lynx.browser.org Group: Networking Group(pl): Sieciowe Source0: http://sol.slcc.edu/lynx/current/%{name}%{version}.tar.bz2 Source1: %{name}.wmconfig Patch0: %{name}-pld.patch Patch1: %{name}-overflow.patch Patch2: %{name}-config.patch Patch3: %{name}-not_for_root.patch Patch4: %{name}.cfg.patch Patch5: %{name}-TEMP_SPACE.patch Requires: zlib Requires: ncurses Buildroot: /tmp/%{name}-%{version}-%{release}-root %description This a terminal based WWW browser. While it does not make any attempt at displaying graphics, it has good support for HTML text formatting, forms, and tables. %description -l pl Lynx jest przegl±dark± WWW dzia³aj±c± w trybie tekstowym. Dobrze formatuje tekst w HTML ale nie pozwala na wy¶wietlanie grafiki. %description -l de Dies ist ein WWW-Browser auf Terminal-Basis. Während kein Versuch unternommen wird, Grafiken darzustellen, so bietet er doch guten Support für HTML-Textformatierung, Formulare und Tabellen. %description -l fr Navigateur WWW en mode texte. Bien qu'il n'affiche aucun graphique, il sait bien gérer le formatage HTML du texte, les formulaires et les tableaux. %description -l tr Metin ekranda çalışan bir WWW tarayıcıdır. Şekil gösteremese de, formlar ve tablolar için desteği vardır. %prep %setup -q -n %{name}2-8-2 %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p0 %build CFLAGS="-w -D_USE_PLD" LDFLAGS="-s" \ ./configure \ --prefix=/usr \ --libdir=/etc \ --with-screen=ncurses \ --enable-warnings \ --enable-default-colors \ --enable-externs \ --enable-internal-links \ --enable-nsl-fork \ --enable-persistent-cookies \ --enable-gzip-help \ --with-zlib make %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/X11/wmconfig install -d $RPM_BUILD_ROOT/usr/share/lynx/help/keystrokes make prefix=$RPM_BUILD_ROOT/usr \ libdir=$RPM_BUILD_ROOT/etc \ helpdir=$RPM_BUILD_ROOT/usr/share/lynx/help \ install \ install-help install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/lynx gzip -9fn $RPM_BUILD_ROOT/usr/man/man1/* gzip -9fn C[HO]* PROBLEMS README samples/* test/* docs/README* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc C[HO]* PROBLEMS.gz README.gz samples test docs/README* %config %verify(not size mtime md5) /etc/lynx.cfg %config(missingok) /etc/X11/wmconfig/lynx %attr(755,root,root) /usr/bin/* %attr(644,root, man) /usr/man/man1/* /usr/share/lynx %changelog * Wed Feb 17 1999 Artur Frysiak [2.8.2dev.17-1d] - gziped help files - change install metod * Tue Feb 16 1999 Artur Frysiak [2.8.2dev.16-1d] - moved help and test files to /usr/share/lynx - added not_for_root patch (this is bugi software, run from root account is dangerus) - changed default color scheme - added TEMP_SPACE patch ( now lynx save temp file in ~/tmp ) * Fri Feb 05 1999 Wojtek ¦lusarczyk [2.8.2dev15-2d] - changed group, - compressed documentation. * Sun Jan 10 1999 Artur Frysiak [2.8.2dev.12-1d] - added URL and Group(pl) tags * Mon Sep 01 1998 Wojtek ¦lusarczyk [2.8-5d] - build against glibc-2.1, - changed Buildroot to /var/tmp/%%{name}-%%{version}-%%{release}-root, - changed permission of lynx to 711, - translation modified for pl. * Sun Aug 30 1998 Tomasz K³oczko [2.8-5] - added -q %setup parameter, - changed Buildroot to /tmp/%%{name}-%%{version}-root, - URL in HELPFILE in /etc/lynx.cfh changed to localhost, - removed INSTALLATION from %doc, - added %attr and %defattr macros in %files (allow build package from non-root account). * Fri May 08 1998 Prospector System - translations modified for de, fr, tr * Mon May 04 1998 Cristian Gafton - upgraded to 2.8rel3 - fixed mailto: buffer overflow (used Alan's patch) * Fri Mar 20 1998 Cristian Gafton - updated to 2.8 - added buildroot * Tue Jan 13 1998 Erik Troan - updated to 2.7.2 - enabled lynxcgi * Thu Oct 23 1997 Donnie Barnes - updated from 2.6 to 2.7.1 - moved /usr/lib/lynx.cfg to /etc/lynx.cfg - build with slang instead of ncurses - made default startup file be file:/usr/doc/HTML/index.html