]> git.pld-linux.org Git - packages/lynx.git/commitdiff
- upgraded to 2.8.5dev.15,
authorTomasz Pala <gotar@pld-linux.org>
Thu, 1 May 2003 12:17:06 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use ncurses instead of slang,
- added --with-gnutls.

Changed files:
    lynx.spec -> 1.97

lynx.spec

index 279a4b33c159f1e14e7e5f48f31a0ed127bc56c3..5f5169b0f6ad6254625fece2bc05221d4d3b3a58 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -7,8 +7,8 @@ Summary(pl):    Przegl
 Summary(pt_BR):        Navegador web modo texto
 Summary(tr):   Metin ekranda WWW tarayýcý
 Name:          lynx
-Version:       2.8.5dev.12
-Release:       2
+Version:       2.8.5dev.15
+Release:       1
 License:       GPL
 Group:         Applications/Networking
 Source0:       http://lynx.isc.org/current/%{name}%{version}.tar.bz2
@@ -27,8 +27,8 @@ Patch8:               %{name}-etc_dir.patch
 URL:           http://lynx.browser.org/
 BuildRequires: autoconf
 BuildRequires: gettext-devel
+BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7
-BuildRequires: slang-devel
 #BuildRequires:        socks5-devel
 BuildRequires: zlib-devel
 Provides:      webclient
@@ -92,10 +92,11 @@ formlar ve tablolar i
 %build
 %{__autoconf}
 %configure \
-       --with-screen=slang \
+       --with-screen=ncurses \
        --without-included-gettext \
        --with-zlib \
        --with-ssl \
+       --with-gnutls \
        --enable-justify-elts \
        --enable-nested-tables \
        --enable-read-eta \
This page took 0.044841 seconds and 4 git commands to generate.