From d311e003d180802450d8bfecf3dc7d977ccffc3d Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Feb 19 2018 13:56:16 +0000 Subject: Add build-require gcc --- diff --git a/perl-Lexical-Var.spec b/perl-Lexical-Var.spec index aaf6187..e70649c 100644 --- a/perl-Lexical-Var.spec +++ b/perl-Lexical-Var.spec @@ -1,6 +1,6 @@ Name: perl-Lexical-Var Version: 0.009 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Static variables without name space pollution License: GPL+ or Artistic Group: Development/Libraries @@ -8,9 +8,12 @@ URL: http://search.cpan.org/dist/Lexical-Var/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Lexical-Var-%{version}.tar.gz # Update code to work with Perl 5.21.x (CPAN RT#101058) Patch0: Lexical-Var-0.009-Fix-RT-101058.patch -BuildRequires: perl-interpreter >= 0:5.006 +BuildRequires: findutils +BuildRequires: gcc BuildRequires: perl-devel BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(:VERSION) >= 5.6 BuildRequires: perl(Module::Build) BuildRequires: perl(strict) BuildRequires: perl(warnings) @@ -42,7 +45,7 @@ perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" %install ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -55,6 +58,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; %{_mandir}/man3/* %changelog +* Mon Feb 19 2018 Jitka Plesnikova - 0.009-15 +- Add build-require gcc + * Thu Feb 08 2018 Fedora Release Engineering - 0.009-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild