Compare commits
6 Commits
2.11-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
e2630fc213 | |||
0b50893118 | |||
b637088d77 | |||
e8230239e6 | |||
7dc77c09eb | |||
9b2affde0d |
70
links.spec
70
links.spec
@ -1,60 +1,61 @@
|
||||
Name: links
|
||||
Version: 2.11
|
||||
Version: 2.30
|
||||
Release: 1mamba
|
||||
Summary: A graphics and text mode web browser, released under GPL
|
||||
Group: Applications/Web
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://links.twibright.com/
|
||||
Source0: http://links.twibright.com/download/links-%{version}.tar.bz2
|
||||
Source1: %{name}-desktop
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
%if "%{?stage1}" != "1"
|
||||
BuildRequires: libdirectfb-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libX11-devel
|
||||
%endif
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libavif-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdirectfb-devel
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgomp-devel
|
||||
BuildRequires: libgpm-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: librsvg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkgconfig
|
||||
%if "%{?stage1}" != "1"
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: /usr/bin/convert
|
||||
%endif
|
||||
Provides: links2 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: links2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Provides: links2
|
||||
Obsoletes: links2 < 2.25
|
||||
|
||||
%description
|
||||
Links2 runs in graphics mode (mouse required) on X Window System (UN*X, Cygwin), SVGAlib, Linux Framebuffer, OS/2 PMShell, AtheOS GUI or in text mode (mouse optional) on UN*X console, ssh/telnet virtual terminal, vt100 terminal, xterm, and virtually any other text terminal.
|
||||
Mouse is supported for GPM, xterm, and OS/2.
|
||||
Links supports colors on terminal.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-javascript \
|
||||
--without-pmshell \
|
||||
--without-atheos \
|
||||
--without-svgalib \
|
||||
%if "%{?stage1}" == "1"
|
||||
--without-gpm \
|
||||
--without-ssl
|
||||
%else
|
||||
--with-libfl \
|
||||
--enable-graphics \
|
||||
--with-x
|
||||
%endif
|
||||
--with-ssl
|
||||
|
||||
%make
|
||||
|
||||
@ -94,9 +95,28 @@ exit 0
|
||||
%{_datadir}/pixmaps/links.png
|
||||
%endif
|
||||
%{_mandir}/man1/links.*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 2.30-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.29-1mamba
|
||||
- update to 2.29
|
||||
|
||||
* Sat Mar 24 2018 Automatic Build System <autodist@mambasoft.it> 2.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 27 2016 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 01 2016 Automatic Build System <autodist@mambasoft.it> 2.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 21 2015 Automatic Build System <autodist@mambasoft.it> 2.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 31 2015 Automatic Build System <autodist@mambasoft.it> 2.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user