update to 0.13.20200906git [release 0.13.20200906git-1mamba;Sun Sep 06 2020]
This commit is contained in:
parent
87a6689b52
commit
ebbcfdf8f2
40
elinks.spec
40
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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 0.13.20200906git-1mamba
|
||||
- update to 0.13.20200906git
|
||||
|
||||
* Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 0.13-1mamba
|
||||
- update to 0.13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user