From 6c7dbda32b7db8c3d0cabaf8428e090134bfe943 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 11 Jan 2025 01:00:06 +0100 Subject: [PATCH] automatic version update by autodist [release 0.18.0-1mamba;Fri Jan 10 2025] --- elinks.spec | 65 +++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 40 deletions(-) diff --git a/elinks.spec b/elinks.spec index e360c04..036d811 100644 --- a/elinks.spec +++ b/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 -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 0.18.0-1mamba +- automatic version update by autodist + +* Thu Oct 24 2024 Silvan Calarco 0.17.1.1-1mamba +- update to 0.17.1.1 + * Tue Jan 19 2021 Silvan Calarco 0.14.0-2mamba - rebuilt with git tag