]> git.pld-linux.org Git - packages/lynx.git/blobdiff - lynx.spec
- removed bashizms,
[packages/lynx.git] / lynx.spec
index 2221d6ab214855e20b38adf71763c13398a716c7..d78ec0f487db73fcb943efeca99c47fc4454b438 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -4,18 +4,24 @@ 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.15
-Release:       2d
-Copyright:     GPL
+Version:       2.8.4dev.3
+Release:       1
+License:       GPL
 URL:           http://lynx.browser.org
-Group:         Networking
-Group(pl):     Sieciowe
-Source0:       ftp://www.slcc.edu/pub/lynx/current/%{name}%{version}.tar.bz2
-Source1:       %{name}.wmconfig
-Patch0:                %{name}-pld.patch
-Patch1:                %{name}-overflow.patch
-Patch2:                %{name}-config.patch
-Buildroot:     /tmp/%{name}-%{version}-root
+Group:         Applications/Networking
+Group(pl):     Aplikacje/Sieciowe
+Source0:       http://lynx.isc.org/current/%{name}%{version}.tar.bz2
+Source1:       lynx.wmconfig
+Patch0:                lynx-pld.patch
+Patch1:                lynx-config.patch
+Patch2:                lynx.cfg.patch
+Patch3:                http://www.moxienet.com/lynx/lynx-283-ssl.patch.bz2
+Patch4:                lynx-overflow.patch
+Patch5:                lynx-po_DESTDIR.patch
+BuildRequires: zlib-devel
+BuildRequires: slang-devel
+# BuildRequires:       socks5-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This a terminal based WWW browser. While it does not make any attempt
@@ -23,114 +29,84 @@ 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.
+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. 
+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.
+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.
+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
+%setup  -q -n %{name}2-8-4
 %patch0 -p1 
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
-CFLAGS="-w" LDFLAGS=-s \
-    ./configure \
-       --prefix=/usr \
-       --libdir=/etc \
+LDFLAGS="-s"; export LDFLAGS
+%configure \
        --with-screen=slang \
-       --enable-warnings \
+       --without-included-gettext \
+       --with-zlib \
+       --with-ssl \
+       --enable-addrlist-page \
+       --enable-cgi-links \
        --enable-default-colors \
+       --enable-exec-links \
+       --enable-exec-scripts \
        --enable-externs \
+       --enable-gzip-help \
        --enable-internal-links \
+       --enable-libjs \
+       --enable-nls \
        --enable-nsl-fork \
        --enable-persistent-cookies \
-       --with-zlib 
-make
+       --enable-prettysrc \
+       --enable-source-cache \
+       --enable-warnings 
+#      --with-socks5=%{_prefix} \
+#      --enable-color-style \
+
+make   SSL_LIBS= "-lssl -lsslcrypto " \
+       SSL_DEFINES= "-I%{_includedir}/ssl -DUSE_SSL"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/wmconfig \
+       $RPM_BUILD_ROOT%{_datadir}/lynx/help/keystrokes
 
-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
+make install install-help \
+       DESTDIR=$RPM_BUILD_ROOT
 
-strip $RPM_BUILD_ROOT/usr/bin/lynx
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/wmconfig/lynx
 
-gzip -9fn $RPM_BUILD_ROOT/usr/man/man1/*
-bzip2 -9 docs/* README lynx.hlp 
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
+       C[HO]* PROBLEMS README samples/* test/* docs/README*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc docs/* README.bz2 
-%doc test lynx.hlp.bz2 lynx_help
-
-%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/*
-
-%changelog
-* Fri Feb 05 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-  [2.8.2dev15-2d]
-- changed group,
-- compressed documentation.
-
-* 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 -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 <bugs@redhat.com>
-- translations modified for de, fr, tr
-
-* Mon May 04 1998 Cristian Gafton <gafton@redhat.com>
-- upgraded to 2.8rel3
-- fixed mailto: buffer overflow (used Alan's patch)
-
-* Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
-- updated to 2.8
-- added buildroot
-
-* Tue Jan 13 1998 Erik Troan <ewt@redhat.com>
-- updated to 2.7.2
-- enabled lynxcgi
-
-* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
-- 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
+%doc C[HO]* PROBLEMS.gz README.gz samples test docs/README*
+
+%config %verify(not size mtime md5) %{_libdir}/lynx.cfg
+%config(missingok) %{_sysconfdir}/X11/wmconfig/lynx
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_mandir}/man1/*
+%{_datadir}/lynx
This page took 0.060246 seconds and 4 git commands to generate.