From 758853a0ff21d650037ba650b0763be056e0e8bb Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Wed, 4 Nov 2020 20:01:18 -0500 Subject: Fix spec file. --- unicode/ChangeLog | 4 ++++ unicode/courier-unicode.spec.in | 1 + 2 files changed, 5 insertions(+) (limited to 'unicode') diff --git a/unicode/ChangeLog b/unicode/ChangeLog index dc030b8..3abc800 100644 --- a/unicode/ChangeLog +++ b/unicode/ChangeLog @@ -1,5 +1,9 @@ 2.2 +2020-11-04 Sam Varshavchik + + * spec file: add BuildRequires: %{__make} (will be required in F34). + 2020-07-11 Sam Varshavchik * Implement bidirectional algorithm, canonical or equivalent character diff --git a/unicode/courier-unicode.spec.in b/unicode/courier-unicode.spec.in index 64c9420..f7d1eb6 100644 --- a/unicode/courier-unicode.spec.in +++ b/unicode/courier-unicode.spec.in @@ -9,6 +9,7 @@ Source: http://download.sourceforge.net/courier/courier-unicode-@VERSION@.tar.bz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl BuildRequires: gcc-c++ +BuildRequires: %{__make} %package devel Summary: Courier Unicode Library development files -- cgit v1.2.3