]> git.pld-linux.org Git - packages/lynx.git/commitdiff
- updated to 2.8.2dev.14.
authorArtur Frysiak <artur@frysiak.net>
Thu, 21 Jan 1999 20:39:29 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lynx.spec -> 1.8

lynx.spec

index de7cc4059c09e69de00485f40f1310f567af4a25..c5f879d717db6579e9893881aedd478e276b5606 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -1,18 +1,19 @@
 Summary:     Text based browser for the world wide web
 Name:        lynx
-Version:     2.8.1
-Release:     1
+Version:     2.8.2dev.14
+Release:     1d
 Copyright:   GPL
+URL:         http://lynx.browser.org
 Group:       Applications/Networking
 Group(pl):   Aplikacje/Sieæ
-Source0:     ftp://www.slcc.edu/pub/lynx/release2-8-1/%{name}2-8-1.tar.bz2
-Source1:     lynx.wmconfig
-Patch0:      lynx-config.patch
-Requires:    indexhtml
+Source:      ftp://www.slcc.edu/pub/lynx/current/%{name}%{version}.tar.bz2
+Source1:     %{name}.wmconfig
+Patch:       %{name}-pld.patch
+Patch1:      %{name}-overflow.patch
 Buildroot:   /tmp/%{name}-%{version}-root
 Summary(de): Text-Browser für das WWW 
 Summary(fr): Navigateur en mode texte pour le world wide web
-Summary(pl): Przegl±darka WWW w trybie tekstowym
+Summary(pl): Przegl±darka WWW pracuj±ca w trybie tekstowym
 Summary(tr): Metin ekranda WWW tarayýcý
 
 %description
@@ -20,6 +21,10 @@ 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 
@@ -29,60 +34,69 @@ Support f
 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 pl
-Lynx jest przegl±dark± WWW w trybie tekstowym. Dobrze formatuje HTML
-w³±cznie z formami i tabelami ale nie pozwala na wy¶wietlanie grafiki.
-
 %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 lynx2-8-1
-%patch0 -p1
-
+%setup -q -n %{name}2-8-2
+%patch  -p1 
+%patch1 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=/etc \
+CFLAGS="-w" LDFLAGS=-s ./configure --prefix=/usr --libdir=/etc \
        --with-screen=slang --enable-warnings \
        --enable-default-colors --enable-externs \
-       --enable-internal-links --enable-nsl-fork --with-zlib
+       --enable-internal-links --enable-nsl-fork \
+       --enable-persistent-cookies --with-zlib 
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
+
 make install prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/etc
+
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/lynx
 
-sed -e "s/HELPFILE:http:\/\/www.crl.com\/\~subir\/lynx\/lynx_help\/lynx_help_main.html/HELPFILE\:file:\/\/localhost\/\/usr\/doc\/%{name}-%{version}\/lynx_help\/lynx_help_main.html/" \
-       lynx.cfg > $RPM_BUILD_ROOT/etc/lynx.cfg
+strip $RPM_BUILD_ROOT/usr/bin/lynx
+
+bzip2 -9 $RPM_BUILD_ROOT/usr/man/man1/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%doc docs README samples test lynx.hlp lynx_help
-%config /etc/lynx.cfg
+%defattr(644,root,root,755)
+%doc docs README samples
+%doc test lynx.hlp lynx_help
+
+%config %verify(not size mtime md5) /etc/lynx.cfg
 %config(missingok) /etc/X11/wmconfig/lynx
-%attr(755, root, root) /usr/bin/*
-%attr(755, root,  man) /usr/man/man1/*
+
+%attr(711,root,root) /usr/bin/*
+%attr(644,root, man) /usr/man/man1/*
 
 %changelog
-* Sun Nov  8 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [2.8.1-1]
-- now lynx is builded from tar.bz2.
+* Sun Jan 10 1999 Artur Frysiak <wiget@usa.net>
+[2.8.2dev.12-1d]
+- added URL and Group(pl) tags
+
+* Mon Sep 01 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+[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 <kloczek@rudy.mif.pg.gda.pl>
-  [2.8-5]
-- added Group(pl),
+[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 pl translation (Wojtek Slusarczyk <wojtek@SHADOW.EU.ORG>),
-- added %attr and %defattr macros in %files (allows build package from
+- added %attr and %defattr macros in %files (allow build package from
   non-root account).
 
 * Fri May 08 1998 Prospector System <bugs@redhat.com>
This page took 0.06001 seconds and 4 git commands to generate.