Update to 1.003001

- New upstream release 1.003001
  - Skip packages unindexable by pause (GH#4)
  - Remove inline and remove _get_version; trying to skip test there won't work
    (GH#4)
epel9
Paul Howarth 10 years ago
parent 89cc0f441e
commit 822c9f8a8e

@ -1,12 +0,0 @@
--- t/author-pod-spell.t
+++ t/author-pod-spell.t
@@ -30,6 +30,9 @@
Mike
Doherty
doherty
+bugtracker
+dist
+doesn
particle
lib
Test

@ -2,19 +2,19 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: perl-Test-Version Name: perl-Test-Version
Version: 1.002004 Version: 1.003001
Release: 6%{?dist} Release: 1%{?dist}
Summary: Check to see that versions in modules are sane Summary: Check to see that versions in modules are sane
License: Artistic 2.0 License: Artistic 2.0
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-Version/ URL: http://search.cpan.org/dist/Test-Version/
Source0: http://search.cpan.org/CPAN/authors/id/X/XE/XENO/Test-Version-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/X/XE/XENO/Test-Version-%{version}.tar.gz
Patch1: Test-Version-1.002003-pod-spell.patch
BuildArch: noarch BuildArch: noarch
# =================================================================== # ===================================================================
# Module build requirements # Module build requirements
# =================================================================== # ===================================================================
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# =================================================================== # ===================================================================
# Module requirements # Module requirements
# =================================================================== # ===================================================================
@ -31,10 +31,10 @@ BuildRequires: perl(warnings)
# =================================================================== # ===================================================================
# Regular test suite requirements # Regular test suite requirements
# =================================================================== # ===================================================================
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3) BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Tester) BuildRequires: perl(Test::Tester)
# =================================================================== # ===================================================================
@ -47,22 +47,16 @@ BuildRequires: perl(Test::Tester)
%if 0%{!?perl_bootstrap:1} %if 0%{!?perl_bootstrap:1}
BuildRequires: perl(English) BuildRequires: perl(English)
BuildRequires: perl(Pod::Coverage::TrustPod) BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Pod::Wordlist) BuildRequires: perl(Test::CPAN::Changes) >= 0.19
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::CPAN::Meta::JSON) BuildRequires: perl(Test::CPAN::Meta::JSON)
BuildRequires: perl(Test::DistManifest) BuildRequires: perl(Test::DistManifest)
BuildRequires: perl(Test::EOL) BuildRequires: perl(Test::EOL)
BuildRequires: perl(Test::MinimumVersion) BuildRequires: perl(Test::MinimumVersion)
BuildRequires: perl(Test::Mojibake)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Perl::Critic) BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod) >= 1.41 BuildRequires: perl(Test::Pod) >= 1.41
BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(Test::Pod::LinkCheck)
BuildRequires: perl(Test::Portability::Files) BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Spelling) >= 0.12, hunspell-en
BuildRequires: perl(Test::Synopsis)
BuildRequires: perl(Test::Vars) BuildRequires: perl(Test::Vars)
%endif %endif
# =================================================================== # ===================================================================
@ -77,9 +71,6 @@ versions across your dist are sane.
%prep %prep
%setup -q -n Test-Version-%{version} %setup -q -n Test-Version-%{version}
# Some spell checkers check "doesn" rather than "doesn't"
%patch1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
@ -90,14 +81,24 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
make test %{!?perl_bootstrap:AUTHOR_TESTING=1 RELEASE_TESTING=1} make test
%if 0%{!?perl_bootstrap:1}
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%endif
%files %files
%doc Changes CONTRIBUTING LICENSE README %license LICENSE
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/Test/ %{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Version.3pm* %{_mandir}/man3/Test::Version.3pm*
%changelog %changelog
* Wed Sep 24 2014 Paul Howarth <paul@city-fan.org> - 1.003001-1
- Update to 1.003001
- Skip packages unindexable by pause (GH#4)
- Remove inline and remove _get_version; trying to skip test there won't work
(GH#4)
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.002004-6 * Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.002004-6
- Perl 5.20 re-rebuild of bootstrapped packages - Perl 5.20 re-rebuild of bootstrapped packages

@ -1 +1 @@
58d140bdfbed940453da85e9a73145c8 Test-Version-1.002004.tar.gz 0332f619b7c22408b600c2b1c10b5f93 Test-Version-1.003001.tar.gz

Loading…
Cancel
Save