diff --git a/.cvsignore b/.cvsignore index e69de29..83aecb1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +lynx2.8.4dev.7.tar.bz2 diff --git a/lynx.spec b/lynx.spec new file mode 100644 index 0000000..de3940e --- /dev/null +++ b/lynx.spec @@ -0,0 +1,172 @@ +Summary: A text-based Web browser. +Name: lynx +Version: 2.8.4 +Release: 3 +Copyright: GPL +Group: Applications/Internet +Source0: http://sol.slcc.edu/lynx/current/lynx%{version}dev.7.tar.bz2 +URL: http://lynx.isc.org/ +Patch0: lynx2-8-3-redhat.patch +Patch1: lynx2-8-2-telnet.patch +Requires: indexhtml +Provides: webclient +Buildroot: %{_tmppath}/%{name}-root + +%description +Lynx is a text-based Web browser. Lynx does not display any images, +but it does support frames, tables and most other HTML tags. Lynx's +advantage over graphical browsers is its speed--Lynx starts and exits +quickly and swiftly displays Web pages. + +Install lynx if you would like to try this fast, non-graphical browser +(you may learn to appreciate its strengths). + +%prep +%setup -q -n lynx2-8-4 +%patch0 -p0 +%patch1 -p1 -b .telnet + +%build +%configure --libdir=/etc \ + --with-screen=slang --enable-warnings \ + --enable-default-colors --enable-externs \ + --enable-internal-links --enable-nsl-fork \ + --enable-persistent-cookies --enable-prettysrc \ + --disable-font-switch --enable-source-cache \ + --enable-kbd-layout --with-zlib \ + --enable-charset-choice --enable-file-upload \ + --enable-cgi-links --enable-read-eta +make + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1 libdir=$RPM_BUILD_ROOT/etc + +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Internet +cat > $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Internet/lynx.desktop < +- Add Swedish and German translations to desktop file, Bug 15322 + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Tue Jul 11 2000 Bernhard Rosenkraenzer +- 2.8.4.dev.4 + +* Mon Jul 10 2000 Bernhard Rosenkraenzer +- Fix up location of standard page and help page in lynx.cfg (still + pointed at /usr/doc instead of /usr/share/doc, Bug #13227) + +* Thu Jun 8 2000 Tim Powers +- fixed man page lolcation to be FHS compliant +- use predefined RPM macros wherever possible +- use %%makeinstall +- cleaned up files list + +* Wed Apr 26 2000 Florian La Roche +- 2.8.3rel.1 + +* Tue Mar 28 2000 Bernhard Rosenkraenzer +- 2.8.3dev23 +- add URL header + +* Mon Feb 07 2000 Preston Brown +- wmconfig -> desktop + +* Sat Feb 05 2000 Cristian Gafton +- version 2.8.3dev18 +- drop the RFC compliance patch - they seemed to have done theiir own +- pray that ported patches are okay + +* Mon Jan 31 2000 Bernhard Rosenkraenzer +- Add "passive mode ftp" option, activated by PASSIVE:TRUE in /etc/lynx.cfg +- turn on "PASSIVE:TRUE" by default +- deal with the fact that RPM compresses man pages. + +* Sun Jan 16 2000 Bernhard Rosenkraenzer +- Add "view with less" download option + +* Wed Nov 3 1999 Bernhard Rosenkraenzer +- Fix compliance with RFCs describing FTP. + We can now connect to wu-ftpd >= 2.6.0 based servers. + +* Wed Aug 25 1999 Bill Nottingham +- fix path to help file. +- turn off font switching +- disable args to telnet. + +* Tue Jun 15 1999 Bill Nottingham +- update to 2.8.2 + +* Mon Mar 29 1999 Bill Nottingham +- apply some update patches from the lynx folks +- set user's TEMP dir to their home dir to avoid /tmp races + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 10) + +* Wed Feb 24 1999 Bill Nottingham +- return of wmconfig + +* Mon Nov 30 1998 Bill Nottingham +- create cookie file 0600 + +* Fri Nov 6 1998 Bill Nottingham +- update to 2.8.1rel2 + +* Thu Oct 29 1998 Bill Nottingham +- build for Raw Hide (slang-1.2.2) + +* Sat Oct 10 1998 Cristian Gafton +- 2.8.1pre9 +- strip binaries + +* Mon Oct 05 1998 Cristian Gafton +- updated to lynx2.8.1pre.7.tar.gz + +* 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 + diff --git a/sources b/sources index e69de29..48bb27c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +bb44496c4ba2d90958a0548054c8b529 lynx2.8.4dev.7.tar.bz2