- update to 0.16.1.1:
* updated POTFILES OBS-URL: https://build.opensuse.org/package/show/network/elinks?expand=0&rev=20
This commit is contained in:
parent
109d53c91b
commit
0c110d5516
BIN
elinks-0.16.1.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
elinks-0.16.1.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:825f65819d39c4890f81b5bb6f3a4197542e58908d40a5c52ff8d5ecf5bf8fae
|
||||
size 2037112
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 17:00:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.16.1.1:
|
||||
* updated POTFILES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 03:49:11 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
|
22
elinks.spec
22
elinks.spec
@ -14,6 +14,8 @@
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without js
|
||||
%else
|
||||
@ -21,36 +23,36 @@
|
||||
%endif
|
||||
|
||||
Name: elinks
|
||||
Version: 0.16.1
|
||||
Version: 0.16.1.1
|
||||
Release: 0
|
||||
Summary: An advanced and well-established feature-rich text mode web browser
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
URL: http://elinks.or.cz/
|
||||
Source0: https://github.com/rkd77/elinks/archive/refs/tags/%{name}-%{version}.tar.xz
|
||||
Source0: https://github.com/rkd77/elinks/releases/download/v%{version}/elinks-%{version}.tar.xz
|
||||
Patch0: 0006-elinks-0.16.0-libidn2.patch
|
||||
BuildRequires: gpm-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gpm-devel
|
||||
%if %{with js}
|
||||
BuildRequires: pkgconfig(mujs)
|
||||
BuildRequires: pkgconfig(libxml++-5.0)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libcss)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libxml++-5.0)
|
||||
BuildRequires: pkgconfig(mujs)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
%endif
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: pkgconfig(luajit)
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: tre-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(luajit)
|
||||
Provides: web_browser
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%perl_requires
|
||||
|
Loading…
x
Reference in New Issue
Block a user