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
|
Name: elinks
|
||||||
Version: 0.13
|
Version: 0.13.20200906git
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -7,22 +7,26 @@ 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.or.cz/download/elinks-current-%{version}.tar.gz
|
Source: http://elinks.cz/elinks.git/master/elinks-%{version}.tar.bz2
|
||||||
#Source: http://elinks.or.cz/download/%{name}-%{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
|
||||||
|
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: bison
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libgpm-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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,13 +44,15 @@ Below the most noteworthy features are listed.
|
|||||||
- Colors
|
- Colors
|
||||||
- Background (non-blocking) downloads
|
- Background (non-blocking) downloads
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q
|
||||||
mv elinks-%{version}*/* .
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%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 \
|
||||||
@ -59,6 +65,7 @@ export LUA_LIBS=`pkg-config --libs lua5.1`
|
|||||||
--enable-leds \
|
--enable-leds \
|
||||||
--enable-no-root \
|
--enable-no-root \
|
||||||
--enable-fastmem
|
--enable-fastmem
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -82,6 +89,9 @@ 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
|
||||||
|
* 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
|
* Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 0.13-1mamba
|
||||||
- update to 0.13
|
- update to 0.13
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user