108 lines
3.1 KiB
RPMSpec
108 lines
3.1 KiB
RPMSpec
Name: elinks
|
|
Version: 0.18.0
|
|
Release: 1mamba
|
|
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: https://github.com/rkd77/elinks
|
|
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: libcss-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libdom-devel
|
|
BuildRequires: libexpat-devel
|
|
BuildRequires: libgpm-devel
|
|
BuildRequires: libidn2-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libtre-devel
|
|
BuildRequires: libwapcaplet-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: bison
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: libdom-devel
|
|
BuildRequires: libcss-devel
|
|
|
|
%description
|
|
ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts.
|
|
It is very portable and runs on a variety of platforms.
|
|
Below the most noteworthy features are listed.
|
|
|
|
- Lots of protocols (local files, finger, http, https, ftp, smb, ipv4, ipv6)
|
|
- Authentication (HTTP authentication, Proxy authentication)
|
|
- Persistent cookies
|
|
- Cute menus and dialogs
|
|
- Tabbed browsing
|
|
- Support for browser scripting (Perl, Lua, Guile)
|
|
- Tables and frames rendering
|
|
- Colors
|
|
- Background (non-blocking) downloads
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%meson_install
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/elinks
|
|
%{_mandir}/man1/elinks.1*
|
|
%{_mandir}/man5/elinks.conf.5*
|
|
%{_mandir}/man5/elinkskeys.5*
|
|
%dir %{_docdir}/elinks
|
|
%{_docdir}/elinks/*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 0.18.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.1.1-1mamba
|
|
- update to 0.17.1.1
|
|
|
|
* 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
|
|
|
|
* Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 0.13-1mamba
|
|
- update to 0.13
|
|
|
|
* Fri Dec 19 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jul 19 2008 gil <puntogil@libero.it> 0.11.4-1mamba
|
|
- update to 0.11.4
|
|
- removed buildrequires: Xorg-devel
|
|
- edit: vendor, packager, distribution
|
|
|
|
* Tue Feb 06 2007 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.11.2-1qilnx
|
|
- update to version 0.11.2 by autospec
|
|
|
|
* Wed Mar 22 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.11.1-1qilnx
|
|
- update to version 0.11.1 by autospec
|
|
|
|
* Fri Oct 14 2005 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.10.6-1qilnx
|
|
- package created by autospec
|