automatic version update by autodist [release 0.18.0-1mamba;Fri Jan 10 2025]
This commit is contained in:
parent
b82b611fa4
commit
6c7dbda32b
65
elinks.spec
65
elinks.spec
@ -1,31 +1,32 @@
|
||||
Name: elinks
|
||||
Version: 0.14.0
|
||||
Release: 2mamba
|
||||
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: http://elinks.or.cz/
|
||||
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: ldconfig
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcss-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libdom-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgpm-devel
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libtre-devel
|
||||
BuildRequires: libwapcaplet-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: bison
|
||||
BuildRequires: gettext-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
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.
|
||||
@ -42,56 +43,40 @@ Below the most noteworthy features are listed.
|
||||
- Colors
|
||||
- Background (non-blocking) downloads
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%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 \
|
||||
--enable-nntp \
|
||||
--enable-256-colors \
|
||||
--enable-exmode \
|
||||
--enable-leds \
|
||||
--enable-html-highlight \
|
||||
--enable-no-root \
|
||||
--enable-fastmem \
|
||||
--without-spidermonkey
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
# Remove file that conflicts with the one in locales package
|
||||
rm -f %{buildroot}%{_datadir}/locale/locale.alias
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/elinks
|
||||
%{_mandir}/man1/elinks.1.gz
|
||||
%{_mandir}/man5/elinks.conf.5.gz
|
||||
%{_mandir}/man5/elinkskeys.5.gz
|
||||
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
|
||||
%{_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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user