Add build-require gcc
This commit is contained in:
parent
7d107042b8
commit
d311e003d1
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Lexical-Var
|
Name: perl-Lexical-Var
|
||||||
Version: 0.009
|
Version: 0.009
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Static variables without name space pollution
|
Summary: Static variables without name space pollution
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
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
|
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)
|
# Update code to work with Perl 5.21.x (CPAN RT#101058)
|
||||||
Patch0: Lexical-Var-0.009-Fix-RT-101058.patch
|
Patch0: Lexical-Var-0.009-Fix-RT-101058.patch
|
||||||
BuildRequires: perl-interpreter >= 0:5.006
|
BuildRequires: findutils
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl(:VERSION) >= 5.6
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
@ -42,7 +45,7 @@ perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
./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/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -55,6 +58,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 19 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-15
|
||||||
|
- Add build-require gcc
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.009-14
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.009-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user