From 25c291ea05416b5007bcf905095acb1051765726 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 9 Feb 2018 09:36:29 +0000 Subject: [PATCH] BR: perl-generators unconditionally --- perl-namespace-clean.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec index ec1a207..f7ff31d 100644 --- a/perl-namespace-clean.spec +++ b/perl-namespace-clean.spec @@ -4,7 +4,7 @@ Name: perl-namespace-clean Summary: Keep your namespace tidy Version: 0.27 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/namespace-clean/ Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/namespace-clean-%{version}.tar.gz @@ -13,10 +13,8 @@ BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils BuildRequires: make -BuildRequires: perl-interpreter >= 4:5.12 -%if 0%{?fedora} > 20 || 0%{?rhel} > 7 BuildRequires: perl-generators -%endif +BuildRequires: perl-interpreter >= 4:5.12 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) @@ -74,7 +72,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete -%{_fixperms} %{buildroot} +%{_fixperms} -c %{buildroot} %check make test @@ -85,6 +83,9 @@ make test %{_mandir}/man3/namespace::clean.3* %changelog +* Fri Feb 9 2018 Paul Howarth - 0.27-7 +- BR: perl-generators unconditionally + * Fri Feb 09 2018 Igor Gnatenko - 0.27-6 - Escape macros in %%changelog