From b82b611fa49de97b117a789f4364400a72ea26a8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:04:20 +0100 Subject: [PATCH] rebuilt with git tag [release 0.14.0-2mamba;Tue Jan 19 2021] --- elinks.spec | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/elinks.spec b/elinks.spec index 06fed68..e360c04 100644 --- a/elinks.spec +++ b/elinks.spec @@ -1,32 +1,30 @@ Name: elinks -Version: 0.13.20200906git -Release: 1mamba +Version: 0.14.0 +Release: 2mamba Summary: An advanced and well-established feature-rich text mode web browser Group: Applications/Web Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://elinks.or.cz/ -Source: http://elinks.cz/elinks.git/master/elinks-%{version}.tar.bz2 +Source: https://github.com/rkd77/elinks.git/v%{version}/elinks-%{version}.tar.bz2 Patch0: elinks-0.13-gcc-4.8.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: ldconfig BuildRequires: libX11-devel -BuildRequires: libbrotli-devel BuildRequires: libbzip2-devel BuildRequires: libexpat-devel BuildRequires: libgpm-devel BuildRequires: libidn-devel -BuildRequires: liblua-devel BuildRequires: libopenssl-devel BuildRequires: libtre-devel BuildRequires: libz-devel +BuildRequires: libzstd-devel ## AUTOBUILDREQ-END BuildRequires: bison BuildRequires: gettext-devel -BuildRequires: libgpm-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -48,14 +46,17 @@ Below the most noteworthy features are listed. %prep %setup -q -%patch0 -p1 +#%patch0 -p1 ./autogen.sh +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config/config.sub +sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/elinks.desktop" %build #export LUA_LIBS=`pkg-config --libs lua5.1` %configure \ --with-xterm \ --with-x \ + --with-zlib \ --enable-cgi \ --enable-finger \ --enable-gopher \ @@ -63,8 +64,10 @@ Below the most noteworthy features are listed. --enable-256-colors \ --enable-exmode \ --enable-leds \ + --enable-html-highlight \ --enable-no-root \ - --enable-fastmem + --enable-fastmem \ + --without-spidermonkey %make @@ -89,6 +92,12 @@ rm -f %{buildroot}%{_datadir}/locale/locale.alias %doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO %changelog +* Tue Jan 19 2021 Silvan Calarco 0.14.0-2mamba +- rebuilt with git tag + +* Tue Jan 05 2021 Automatic Build System 0.14.0-1mamba +- automatic version update by autodist + * Sun Sep 06 2020 Silvan Calarco 0.13.20200906git-1mamba - update to 0.13.20200906git