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 Name: elinks
Version: 0.13.20200906git Version: 0.14.0
Release: 1mamba Release: 2mamba
Summary: An advanced and well-established feature-rich text mode web browser Summary: An advanced and well-established feature-rich text mode web browser
Group: Applications/Web Group: Applications/Web
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://elinks.or.cz/ 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 Patch0: elinks-0.13-gcc-4.8.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig BuildRequires: ldconfig
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libbrotli-devel
BuildRequires: libbzip2-devel BuildRequires: libbzip2-devel
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
BuildRequires: libgpm-devel BuildRequires: libgpm-devel
BuildRequires: libidn-devel BuildRequires: libidn-devel
BuildRequires: liblua-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: libtre-devel BuildRequires: libtre-devel
BuildRequires: libz-devel BuildRequires: libz-devel
BuildRequires: libzstd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: bison BuildRequires: bison
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: libgpm-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -48,14 +46,17 @@ Below the most noteworthy features are listed.
%prep %prep
%setup -q %setup -q
%patch0 -p1 #%patch0 -p1
./autogen.sh ./autogen.sh
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config/config.sub
sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/elinks.desktop"
%build %build
#export LUA_LIBS=`pkg-config --libs lua5.1` #export LUA_LIBS=`pkg-config --libs lua5.1`
%configure \ %configure \
--with-xterm \ --with-xterm \
--with-x \ --with-x \
--with-zlib \
--enable-cgi \ --enable-cgi \
--enable-finger \ --enable-finger \
--enable-gopher \ --enable-gopher \
@ -63,8 +64,10 @@ Below the most noteworthy features are listed.
--enable-256-colors \ --enable-256-colors \
--enable-exmode \ --enable-exmode \
--enable-leds \ --enable-leds \
--enable-html-highlight \
--enable-no-root \ --enable-no-root \
--enable-fastmem --enable-fastmem \
--without-spidermonkey
%make %make
@ -89,6 +92,12 @@ rm -f %{buildroot}%{_datadir}/locale/locale.alias
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO %doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
%changelog %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 * Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.20200906git-1mamba
- update to 0.13.20200906git - update to 0.13.20200906git