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
|
Name: elinks
|
||||||
Version: 0.14.0
|
Version: 0.18.0
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
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: https://github.com/rkd77/elinks
|
||||||
Source: https://github.com/rkd77/elinks.git/v%{version}/elinks-%{version}.tar.bz2
|
Source: https://github.com/rkd77/elinks.git/v%{version}/elinks-%{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
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: libcss-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libdom-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgpm-devel
|
BuildRequires: libgpm-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn2-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libtre-devel
|
BuildRequires: libtre-devel
|
||||||
|
BuildRequires: libwapcaplet-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libzstd-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: libdom-devel
|
||||||
|
BuildRequires: libcss-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts.
|
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
|
- Colors
|
||||||
- Background (non-blocking) downloads
|
- Background (non-blocking) downloads
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
%build
|
||||||
#export LUA_LIBS=`pkg-config --libs lua5.1`
|
%meson
|
||||||
%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
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
# Remove file that conflicts with the one in locales package
|
|
||||||
rm -f %{buildroot}%{_datadir}/locale/locale.alias
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/elinks
|
%{_bindir}/elinks
|
||||||
%{_mandir}/man1/elinks.1.gz
|
%{_mandir}/man1/elinks.1*
|
||||||
%{_mandir}/man5/elinks.conf.5.gz
|
%{_mandir}/man5/elinks.conf.5*
|
||||||
%{_mandir}/man5/elinkskeys.5.gz
|
%{_mandir}/man5/elinkskeys.5*
|
||||||
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
|
%dir %{_docdir}/elinks
|
||||||
|
%{_docdir}/elinks/*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.0-2mamba
|
||||||
- rebuilt with git tag
|
- rebuilt with git tag
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user