0.000021 bump
This commit is contained in:
parent
db77b535ad
commit
5b83c88a81
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Test2-Suite-0.000020.tar.gz
|
||||
/Test2-Suite-0.000021.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000020
|
||||
Version: 0.000021
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
@ -7,7 +7,6 @@ Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Test2-Suite/
|
||||
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/Test2-Suite-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
@ -22,8 +21,8 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
# 0.000016 from Test2 in META
|
||||
BuildRequires: perl(Test2::API) >= 0.000016
|
||||
# Test2::API version from Test2 in META
|
||||
BuildRequires: perl(Test2::API) >= 0.000026
|
||||
BuildRequires: perl(Test2::Hub::Interceptor)
|
||||
BuildRequires: perl(Test2::Util)
|
||||
BuildRequires: perl(Test2::Util::HashBase)
|
||||
@ -36,8 +35,8 @@ BuildRequires: perl(Unicode::GCString)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(PerlIO)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# 0.000016 from Test2 in META
|
||||
Requires: perl(Test2::API) >= 0.000016
|
||||
# Test2::API version from Test2 in META
|
||||
Requires: perl(Test2::API) >= 0.000026
|
||||
Requires: perl(utf8)
|
||||
# Term::ReadKey for terminal width
|
||||
Recommends: perl(Term::ReadKey)
|
||||
@ -61,7 +60,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -74,5 +73,8 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 0.000021-1
|
||||
- 0.000021 bump
|
||||
|
||||
* Thu Feb 11 2016 Petr Pisar <ppisar@redhat.com> 0.000020-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user