]> git.pld-linux.org Git - packages/lynx.git/blobdiff - lynx.spec
- release 5
[packages/lynx.git] / lynx.spec
index daf2eb0351ad4cb386fe73add6db82776710f8f4..fe6a14785235edc58e08c93793a685fbc83d3571 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -4,65 +4,77 @@ 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.19
-Release:       1
-Copyright:     GPL
-URL:           http://lynx.browser.org
-Group:         Networking
-Group(pl):     Sieciowe
+Version:       2.8.3dev.18
+Release:       5
+License:       GPL
+Group:         Applications/Networking
+Group(pl):     Aplikacje/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
-Patch6:                %{name}-dev.19.patch
-Requires:      zlib
-Requires:      ncurses
-Buildroot:     /tmp/%{name}-%{version}-%{release}-root
+Source1:       lynx.desktop
+Patch0:                lynx-pld.patch
+Patch1:                lynx-overflow.patch
+Patch2:                lynx-config.patch
+Patch3:                lynx.cfg.patch
+Patch4:                lynx-helpdir.patch
+Patch5:                lynx-DESTDIR.patch
+Patch6:                lynx-283d16-ssl.patch
+Patch7:                lynx2-8-3-ipv6-20-02-00.patch.gz   
+URL:           http://lynx.browser.org/
+BuildRequires: zlib-devel
+BuildRequires: ncurses-devel >= 5.0
+Provides:      webclient
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _libdir         %{_datadir}/lynx
 
 %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.
+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 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.
+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 dzia³aj±c± w trybie tekstowym. Dobrze formatuje
+tekst w HTML, 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 %{name}2-8-2
+%setup  -q -n %{name}2-8-3
 %patch0 -p1 
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p0
+%patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
-CFLAGS="-w -D_USE_PLD" LDFLAGS="-s" \
-    ./configure \
-       --prefix=/usr \
-       --libdir=/etc \
+CFLAGS="-w -I/usr/include/ncurses"; export CFLAGS
+LDFLAGS="-s"; export LDFLAGS
+%configure \
        --with-screen=ncurses \
        --enable-nls \
        --without-included-gettext \
+       --enable-charset-choice \
+       --enable-cjk        \
+       --enable-default-colors \
+       --enable-file-upload \
+       --enable-justify-elts \
+       --enable-kbd-layout \
+       --enable-read-eta \
+       --enable-scrollbar \
        --enable-warnings \
        --enable-default-colors \
        --enable-externs \
@@ -72,104 +84,45 @@ CFLAGS="-w -D_USE_PLD" LDFLAGS="-s" \
        --enable-gzip-help \
        --enable-libjs \
        --enable-addrlist-page \
-       --with-zlib 
+       --enable-prettysrc \
+       --enable-source-cache \
+       --enable-color-style \
+       --enable-cgi-links \
+       --enable-exec-links \
+       --enable-exec-scripts \
+       --disable-cjk \
+       --with-zlib \
+       --without-socks \
+       --without-socks5 \
+       --with-ssl
+
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
 
-install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
-install -d $RPM_BUILD_ROOT/usr/share/lynx/help/keystrokes
+make install install-help \
+       DESTDIR=$RPM_BUILD_ROOT \
+       helpdir=%{_libdir}/help
 
-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%{_applnkdir}/Network/WWW/lynx.desktop
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/lynx
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
+       C[HO]* PROBLEMS README samples/* test/* docs/README*
 
-gzip -9fn $RPM_BUILD_ROOT/usr/man/man1/*
-gzip -9fn C[HO]* PROBLEMS README samples/* test/* docs/README*
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %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/*
-
-/usr/man/man1/*
-/usr/share/lynx
-
-%changelog
-* Thu Mar  4 1999 Artur Frysiak <wiget@usa.net> 
-  [2.8.2dev.19-1]
-- added new configure option: --enable-nls --without-included-gettext 
-  --enable-addrlist-page  --enable-libjs
-- added lynx-dev.19.patch (correct typo, included in next release)  
-  
-* Wed Feb 17 1999 Artur Frysiak <wiget@usa.net>
-  [2.8.2dev.17-1d]
-- gziped help files
-- change install metod
-
-* Tue Feb 16 1999 Artur Frysiak <wiget@usa.net>
-  [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 <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
+%{_applnkdir}/Network/WWW/lynx.desktop
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_mandir}/man1/*
+%{_datadir}/lynx
This page took 0.033593 seconds and 4 git commands to generate.