1- Name: elinks
2- Summary: A text-mode Web browser
3- Version: 0.16 .0
4- Release: 3 %{?dist }
5- Vendor: Microsoft Corporation
6- Distribution: Azure Linux
7- License: GPLv2
8- URL: https://github.com/rkd77/elinks
9- Source: https://github.com/rkd77/elinks/releases/download/v%{version }/elinks-%{version }.tar.xz
10- Source2: elinks.conf
1+ Name: elinks
2+ Summary: A text-mode Web browser
3+ Version: 0.17 .0
4+ Release: 1 %{?dist }
5+ Vendor: Microsoft Corporation
6+ Distribution: Azure Linux
7+ License: GPLv2
8+ URL: https://github.com/rkd77/elinks
9+ Source: https://github.com/rkd77/elinks/releases/download/v%{version }/elinks-%{version }.tar.xz
10+ Source2: elinks.conf
1111
1212BuildRequires: automake
1313BuildRequires: bzip2-devel
@@ -46,11 +46,9 @@ Patch4: 0004-elinks-0.15.0-sysname.patch
4646# Fix xterm terminal: "Linux" driver seems better than "VT100" (#128105)
4747Patch5: 0005-elinks-0.15.0-xterm.patch
4848
49- # add support for GNU Libidn2, patch by Robert Scheck (#1098789)
50- Patch6: 0006-elinks-0.16.0-libidn2.patch
5149
5250# let list_is_singleton() return false for an empty list (#1075415)
53- Patch15 : elinks-0.12pre6-list_is_singleton.patch
51+ Patch6 : elinks-0.12pre6-list_is_singleton.patch
5452
5553%description
5654Elinks is a text-based Web browser. Elinks does not display any images,
@@ -85,7 +83,7 @@ CFLAGS="$CFLAGS -DLUA_COMPAT_5_3"
8583 --without-spidermonkey \
8684 --without-x
8785
88- %make_build
86+ %make_build -j1
8987
9088%install
9189%make_install
@@ -122,7 +120,7 @@ exit 0
122120
123121%files -f elinks.lang
124122%license COPYING
125- %doc README
123+ %doc README.md
126124%ghost %verify(not md5 size mtime) %{_bindir }/links
127125%{_bindir }/elinks
128126%ghost %verify(not md5 size mtime) %{_mandir }/man1/links.1.gz
@@ -131,6 +129,10 @@ exit 0
131129%{_mandir }/man5/*
132130
133131%changelog
132+ *
Fri Mar 21 2025 Jyoti kanase <[email protected] > -
0.17.0-1 133+ - Upgrade to 0.17.0.
134+ - License Verified.
135+
134136*
Thu Jan 26 2023 Henry Li <[email protected] > -
0.16.0-1 135137- Initial CBL-Mariner import from Fedora 38 (license: MIT)
136138- License Verified
@@ -662,4 +664,4 @@ exit 0
662664- provides virtual package webclient.
663665
664666*
Thu Jan 6 2000 Bernhard Rosenkraenzer <[email protected] > 665- - initial RPM
667+ - initial RPM
0 commit comments