From 30c4eeffc7f5155d8877ed3404be4463b80145ed Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 19 Feb 2018 17:15:41 +0100 Subject: [PATCH] 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 --- lynx.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lynx.spec b/lynx.spec index f186b19..b478360 100644 --- a/lynx.spec +++ b/lynx.spec @@ -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 - 2.8.9-0.22.dev16 +- add explicit BR for the gcc compiler + * Thu Feb 08 2018 Fedora Release Engineering - 2.8.9-0.21.dev16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild