From 8af6377761ae9a77bdaf90407d6928242baaea48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 19 Feb 2018 10:18:38 +0100 Subject: [PATCH] Adding missing build dependencies (coreutils and sed used in configure, gcc needed for build) --- tinyfugue.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tinyfugue.spec b/tinyfugue.spec index 44d5ee1..04c26ae 100644 --- a/tinyfugue.spec +++ b/tinyfugue.spec @@ -2,7 +2,7 @@ Name: tinyfugue Version: 5.0 -Release: 0.28.b8%{?dist} +Release: 0.29.b8%{?dist} Summary: A MU* client Group: Applications/Internet License: GPLv2+ @@ -12,9 +12,13 @@ Patch0: tf-50b7.build.patch Patch1: tf-50b8.x86_64.patch # https://sourceforge.net/tracker/?func=detail&aid=3486514&group_id=186112&atid=915972 Patch2: tf-50b8.pcre.patch +BuildRequires: coreutils +BuildRequires: gcc +BuildRequires: make BuildRequires: ncurses-devel BuildRequires: pcre-devel BuildRequires: openssl-devel +BuildRequires: sed %description TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client @@ -47,6 +51,10 @@ install -D -p -m 644 src/tf.1.nroffman %{buildroot}%{_mandir}/man1/tf.1 %{_mandir}/man1/tf.1* %changelog +* Mon Feb 19 2018 Petr Ĺ abata - 5.0-0.29.b8 +- Adding missing build dependencies (coreutils and sed used in configure, gcc + needed for build) + * Fri Feb 09 2018 Fedora Release Engineering - 5.0-0.28.b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild