Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37401373
en ru br
Репозитории ALT
S:0.15.1-alt2
5.1: 0.12-alt0.9
4.1: 0.12-alt0.1
4.0: 0.11.4-alt1.M40.1
3.0: 0.10.5-alt1
www.altlinux.org/Changes

Группа :: Сети/WWW
Пакет: elinks

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%def_with gpm
%def_with lua
%def_with doc

Name: elinks
Version: 0.15.1
Release: alt2

Summary: Lynx-like text WWW browser with many features
License: GPLv2
Group: Networking/WWW

URL: http://elinks.cz
# https://github.com/rkd77/elinks
Source: %name-%version.tar
Source1: elinks.conf
Patch0: 0001-Make-gcc-happy.patch
Patch1: 0002-less-info-in-user-ag-header.patch
Patch2: 0003-Fix-OpenSSL-1.1-compat.patch
Patch3: 0004-fix-dereference-error.patch
Patch4: 0006-fix-address-always-true-error.patch
Patch5: 0007-fix-address-always-true-error.patch

# alternatives

%set_compress_method gzip
%define weight 30
Requires(pre,postun): alternatives >= 0.2.0
BuildPreReq: alternatives >= 0.2.0

Provides: webclient, links
Provides: %_bindir/links
Obsoletes: links

# Automatically added by buildreq on Wed Sep 30 2009

BuildRequires: bzlib-devel libexpat-devel libssl-devel zlib-devel
BuildRequires: gcc-c++
%if_with gpm
BuildRequires: libgpm-devel
%endif
%if_with doc
BuildRequires: docbook-utils python-modules-encodings xmlto python3
%endif
%if_with lua
BuildRequires: lua-devel
%endif

Requires: /proc
BuildRequires: /proc

%description
ELinks is advanced text-mode web browser with wide scale of additional
features and extensibility by possibility to plug in own scripts in Lua
language. This project aims to provide feature-rich version of Links,
with more open patches/features inclusion policy.

%prep
%setup
%patch0 -p2
%patch1 -p2
%patch2 -p2
%patch3 -p2
%patch4 -p2
%patch5 -p2

# fix shebang

sed -i 's,/usr/bin/env python,%_bindir/python,' doc/tools/asciidoc/asciidoc.py

# fix old bison behaivour

sed -i '/rm -f \$\*.h/s/^/# /' src/intl/gettext/Makefile

%build
cat config/m4/*.m4 >acinclude.m4
%autoreconf
export ac_cv_prog_HAVE_SMBCLIENT=no
%configure %{subst_enable debug} \
--sysconfdir=/etc/elinks \
--without-x \
--enable-utf-8 \
--enable-256-colors \
--enable-cgi \
--enable-finger \
--enable-gopher \
--enable-nntp \
--disable-smb \
--disable-leds \
--without-spidermonkey \
--without-idn \
--without-lzma \
#
touch src/intl/gettext/plural.y
make -C src/intl/gettext V=1 plural.c

%add_optflags -Wno-error=builtin-declaration-mismatch
%add_optflags -fno-strict-aliasing -Wno-pointer-sign -Werror
%ifarch %e2k
# elinks-0.12/src/util/error.h:189 (#define if_assert_failed) => ftbfs on e2k
%add_optflags  -Wno-error=assign-where-compare-meant
# textarea.c:46 (int split_prev:1) => error #108: signed bit field of length 1
%add_optflags -Wno-error=signed-one-bit-field
%endif

make -C src V=1 CFLAGS="%optflags"
%if_with doc
make -C doc V=1 features.txt manual.html
%endif

%install
%makeinstall_std V=1

mkdir -p %buildroot%_altdir
cat <<__EOF__ >%buildroot%_altdir/elinks
%_bindir/links %_bindir/elinks %weight
%_man1dir/links.1.gz %_man1dir/elinks.1.gz %_bindir/elinks
__EOF__

install -pD -m644 %SOURCE1 %buildroot/etc/elinks/elinks.conf

%find_lang elinks

%check
echo '<html><body>TEST</body></html>' | %buildroot%_bindir/elinks -no-numbering -no-references -dump

%files -f elinks.lang
%_bindir/elinks
%dir /etc/elinks
%config(noreplace) /etc/elinks/elinks.conf
%_man1dir/elinks.*
%_man5dir/elinks*
%_altdir/elinks
%doc AUTHORS COPYING NEWS README THANKS
%if_with doc
%doc doc/manual.html
%endif

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin