2.000006 bump
This commit is contained in:
parent
7aece29e5c
commit
997a88fe71
@ -6,12 +6,12 @@
|
||||
%endif
|
||||
|
||||
Name: perl-strictures
|
||||
Version: 2.000005
|
||||
Version: 2.000006
|
||||
Release: 4%{?dist}
|
||||
Summary: Turn on strict and make most warnings fatal
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/strictures
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/strictures-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/strictures-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -19,7 +19,7 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
# Dependencies of bundled ExtUtils::HasCompiler
|
||||
BuildRequires: perl(base)
|
||||
@ -35,6 +35,8 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
%if %{with perl_strictures_enables_optional_test}
|
||||
# Optional Tests
|
||||
@ -53,18 +55,18 @@ This package turns on strict and makes most warnings fatal.
|
||||
%setup -q -n strictures-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{make_install}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/strictures.pm
|
||||
%{perl_vendorlib}/strictures/
|
||||
@ -72,6 +74,9 @@ make test
|
||||
%{_mandir}/man3/strictures::extra.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.000006-1
|
||||
- 2.000006 bump
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.000005-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (strictures-2.000005.tar.gz) = e4309c01fd729fe8c42e4a0ddbc95e8e14503362fb5be4556fef42edbbe14567a13cf2e9af206e91ff911b961316dfbff3711f278afaa4772bf284bb2d44a309
|
||||
SHA512 (strictures-2.000006.tar.gz) = 670857a491fa58b85b10ee3bb5c6b7be845798926327ff3a32a9b78cb86bbbb95bfcc358983ece766dc8ef19a1eae12091ec9d9a7fef6d3f5d44ee4f8c04b7d2
|
||||
|
Loading…
Reference in New Issue
Block a user