From ebbcfdf8f256b1ab0d38908456e40cde5569d34d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:04:20 +0100 Subject: [PATCH] update to 0.13.20200906git [release 0.13.20200906git-1mamba;Sun Sep 06 2020] --- elinks.spec | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/elinks.spec b/elinks.spec index 40bd102..06fed68 100644 --- a/elinks.spec +++ b/elinks.spec @@ -1,5 +1,5 @@ Name: elinks -Version: 0.13 +Version: 0.13.20200906git Release: 1mamba Summary: An advanced and well-established feature-rich text mode web browser Group: Applications/Web @@ -7,22 +7,26 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://elinks.or.cz/ -Source: http://elinks.or.cz/download/elinks-current-%{version}.tar.gz -#Source: http://elinks.or.cz/download/%{name}-%{version}.tar.bz2 +Source: http://elinks.cz/elinks.git/master/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 +## AUTOBUILDREQ-END BuildRequires: bison BuildRequires: gettext-devel BuildRequires: libgpm-devel -## AUTOBUILDREQ-BEGIN -BuildRequires: glibc-devel -BuildRequires: libbzip2-devel -BuildRequires: libexpat-devel -BuildRequires: libidn-devel -BuildRequires: libopenssl-devel -BuildRequires: libX11-devel -BuildRequires: libz-devel -## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -40,13 +44,15 @@ Below the most noteworthy features are listed. - Colors - Background (non-blocking) downloads +%debug_package + %prep -%setup -q -c -mv elinks-%{version}*/* . +%setup -q %patch0 -p1 +./autogen.sh %build -export LUA_LIBS=`pkg-config --libs lua5.1` +#export LUA_LIBS=`pkg-config --libs lua5.1` %configure \ --with-xterm \ --with-x \ @@ -59,6 +65,7 @@ export LUA_LIBS=`pkg-config --libs lua5.1` --enable-leds \ --enable-no-root \ --enable-fastmem + %make %install @@ -82,6 +89,9 @@ rm -f %{buildroot}%{_datadir}/locale/locale.alias %doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO %changelog +* Sun Sep 06 2020 Silvan Calarco 0.13.20200906git-1mamba +- update to 0.13.20200906git + * Tue Jan 29 2013 Automatic Build System 0.13-1mamba - update to 0.13