auto-import changelog data from lynx-2.8.5-13.src.rpm
Fri Jun 06 2003 Adrian Havill <havill@redhat.com> 2.8.5-13 - use wide version of ncurses for UTF-8 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
6d56cc093a
commit
33a7fe9ca3
12
lynx.spec
12
lynx.spec
@ -1,7 +1,7 @@
|
||||
Summary: A text-based Web browser.
|
||||
Name: lynx
|
||||
Version: 2.8.5
|
||||
Release: 11
|
||||
Release: 13
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source: http://lynx.isc.org/current/lynx2.8.5dev.7.tar.bz2
|
||||
@ -17,7 +17,7 @@ Patch3: lynx-284-ipv6-salen.patch
|
||||
Patch4: lynx2.8.4rel.1c.patch
|
||||
Requires: indexhtml
|
||||
Provides: webclient
|
||||
BuildRequires: openssl-devel, pkgconfig, ncurses-devel, slang-devel, zlib-devel
|
||||
BuildRequires: openssl-devel, pkgconfig, ncurses-devel >= 5.3-5, slang-devel, zlib-devel
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
@ -57,7 +57,7 @@ if pkg-config openssl ; then
|
||||
LDFLAGS=`pkg-config --libs-only-L openssl` ; export LDFLAGS
|
||||
fi
|
||||
%configure --libdir=/etc \
|
||||
--with-screen=ncurses --enable-warnings \
|
||||
--with-screen=ncursesw --enable-warnings \
|
||||
--enable-default-colors --enable-externs \
|
||||
--enable-internal-links --enable-nsl-fork \
|
||||
--enable-persistent-cookies --enable-prettysrc \
|
||||
@ -114,6 +114,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%lang(sk) %config %{_sysconfdir}/lynx.cfg.sk
|
||||
|
||||
%changelog
|
||||
* Fri Jun 06 2003 Adrian Havill <havill@redhat.com> 2.8.5-13
|
||||
- use wide version of ncurses for UTF-8
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user