From 4d234abe983e8e6ae70e8d7964b7be3232dfa0da Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Sun, 11 Mar 2018 23:12:59 +0100 Subject: [PATCH] Add missing build-requirements --- perl-Text-CharWidth.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec index 58eb3ce..9f8f7ae 100644 --- a/perl-Text-CharWidth.spec +++ b/perl-Text-CharWidth.spec @@ -1,12 +1,14 @@ Summary: Get number of occupied columns of a string on terminal Name: perl-Text-CharWidth Version: 0.04 -Release: 32%{?dist} +Release: 33%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CharWidth/ Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz +BuildRequires: gcc +BuildRequires: make BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: perl(Exporter) @@ -45,6 +47,9 @@ make test %{_mandir}/man3/Text::CharWidth.3pm* %changelog +* Sun Mar 11 2018 Emmanuel Seyman - 0.04-33 +- Add missing build-requirements + * Fri Feb 09 2018 Fedora Release Engineering - 0.04-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild