add explicit BR for the gcc compiler

... as instructed at:

https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B

... and use https:// in source URL
This commit is contained in:
Kamil Dudka 2018-02-19 17:15:41 +01:00
parent 58b42e553a
commit 30c4eeffc7

View File

@ -3,10 +3,10 @@
Summary: A text-based Web browser
Name: lynx
Version: 2.8.9
Release: 0.21.dev%{devrel}%{?dist}
Release: 0.22.dev%{devrel}%{?dist}
License: GPLv2
Group: Applications/Internet
Source: http://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}dev.%{devrel}.tar.bz2
Source: https://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}dev.%{devrel}.tar.bz2
URL: http://lynx.browser.org/
# RH specific tweaks - directory layout, utf-8 by default, misc. configuration
@ -27,6 +27,7 @@ Patch3: lynx-2.8.8-locale.patch
Provides: webclient
Provides: text-www-browser
BuildRequires: dos2unix
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: openssl-devel
BuildRequires: ncurses-devel
@ -130,6 +131,9 @@ EOF
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
%changelog
* Mon Feb 19 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.22.dev16
- add explicit BR for the gcc compiler
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.21.dev16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild