rebuilt with git tag [release 0.14.0-2mamba;Tue Jan 19 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 22:04:20 +01:00
parent ebbcfdf8f2
commit b82b611fa4

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.14.0-2mamba
- rebuilt with git tag
* Tue Jan 05 2021 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
- automatic version update by autodist
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.20200906git-1mamba
- update to 0.13.20200906git