|
|
|
@ -1,10 +1,13 @@
|
|
|
|
|
# noarch, but to avoid debug* files interfering with manifest test:
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 2.09
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 2.05
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
URL: https://metacpan.org/release/Test-Version
|
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Version-%{version}.tar.gz
|
|
|
|
|
URL: http://search.cpan.org/dist/Test-Version/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Test-Version-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# ===================================================================
|
|
|
|
|
# Module build requirements
|
|
|
|
@ -12,8 +15,8 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
# ===================================================================
|
|
|
|
|
# Module requirements
|
|
|
|
@ -25,7 +28,7 @@ BuildRequires: perl(Module::Metadata) >= 1.000020
|
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.94
|
|
|
|
|
BuildRequires: perl(version) >= 0.86
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# ===================================================================
|
|
|
|
@ -33,10 +36,7 @@ BuildRequires: perl(warnings)
|
|
|
|
|
# ===================================================================
|
|
|
|
|
BuildRequires: perl(blib) >= 1.01
|
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
|
BuildRequires: perl(Test::Exception)
|
|
|
|
@ -49,11 +49,14 @@ BuildRequires: perl(Test::Tester)
|
|
|
|
|
# their author/release tests.
|
|
|
|
|
# ===================================================================
|
|
|
|
|
%if 0%{!?perl_bootstrap:1}
|
|
|
|
|
BuildRequires: perl(English)
|
|
|
|
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Changes) >= 0.19
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta::JSON)
|
|
|
|
|
BuildRequires: perl(Test::DistManifest)
|
|
|
|
|
BuildRequires: perl(Test::EOL)
|
|
|
|
|
BuildRequires: perl(Test::MinimumVersion)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
BuildRequires: perl(Test::Perl::Critic)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.41
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
|
|
|
@ -63,7 +66,6 @@ BuildRequires: perl(Test::Portability::Files)
|
|
|
|
|
# Runtime requirements
|
|
|
|
|
# ===================================================================
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Test::More) >= 0.96
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This module's goal is to be a one stop shop for checking to see that your
|
|
|
|
@ -79,7 +81,7 @@ make %{?_smp_mflags}
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
@ -94,47 +96,6 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::Version.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.09-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.09-7
|
|
|
|
|
- Perl 5.30 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.09-6
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.09-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.09-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.09-3
|
|
|
|
|
- Perl 5.28 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.09-2
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 26 2018 Paul Howarth <paul@city-fan.org> - 2.09-1
|
|
|
|
|
- Update to 2.09
|
|
|
|
|
- Handle common special characters on Windows in taint mode
|
|
|
|
|
|
|
|
|
|
* Wed Feb 21 2018 Paul Howarth <paul@city-fan.org> - 2.07-1
|
|
|
|
|
- Update to 2.07
|
|
|
|
|
- Support running in taint mode
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.05-4
|
|
|
|
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.05-3
|
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|