Upstream update.

- Activate AUTHOR_TESTING.
- Update BRs.
This commit is contained in:
Ralf Corsépius 2014-05-07 14:53:41 +02:00
parent 8f71150777
commit 85dddad1ab
3 changed files with 20 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Devel-StackTrace-1.31.tar.gz
/Devel-StackTrace-1.32.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Devel-StackTrace
Summary: Perl module implementing stack trace and stack trace frame objects
Version: 1.31
Version: 1.32
Epoch: 1
Release: 1%{?dist}
License: Artistic 2.0
@ -13,6 +13,10 @@ BuildArch: noarch
# Disabled by default
%bcond_with release_tests
# --with author_tests ... also check "AUTHOR_TESTS".
# Disabled by default
%bcond_with author_tests
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(overload)
@ -29,13 +33,19 @@ BuildRequires: perl(bytes)
BuildRequires: perl(Exception::Class::Base)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::EOL)
BuildRequires: perl(Test::NoTabs)
BuildRequires: perl(Test::Spelling)
BuildRequires: perl(Test::Synopsis)
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::Pod::LinkCheck)
BuildRequires: perl(Test::Pod::No404s)
BuildRequires: perl(LWP::Protocol::https)
%endif
%if %{with author_tests}
BuildRequires: perl(Test::Spelling) >= 0.12
BuildRequires: perl(Pod::Wordlist::hanekomu)
BuildRequires: aspell-en
%endif
@ -60,12 +70,11 @@ make %{?_smp_mflags}
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test %{?with_release_tests:RELEASE_TESTING=1}
make test %{?with_release_tests:RELEASE_TESTING=1} %{?with_author_tests:AUTHOR_TESTING=1}
%files
%doc README LICENSE Changes
@ -73,6 +82,11 @@ make test %{?with_release_tests:RELEASE_TESTING=1}
%{_mandir}/man3/*
%changelog
* Wed May 07 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.32-1
- Upstream update.
- Activate AUTHOR_TESTING.
- Update BRs.
* Fri Jan 17 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.31-1
- Upstream update.
- Fix bogus %%changelog entry.

View File

@ -1 +1 @@
f7d3ba1371eac6b6a5855ba3dc1dbcd4 Devel-StackTrace-1.31.tar.gz
2a6dae41533ecd30db72b35da366a8a5 Devel-StackTrace-1.32.tar.gz