Update to 0.12

- New upstream release 0.12
  - Add META.json
- Re-enable use of Test::Vars with Perl 5.22
epel9
Paul Howarth 9 years ago
parent ffc2a522b2
commit a94c7b8f34

@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: perl-Test-Synopsis
Version: 0.11
Release: 4%{?dist}
Version: 0.12
Release: 1%{?dist}
Summary: Test your SYNOPSIS code
Group: Development/Libraries
License: GPL+ or Artistic
@ -12,6 +12,9 @@ Source0: http://search.cpan.org/CPAN/authors/id/Z/ZO/ZOFFIX/Test-Synopsis-%{vers
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
@ -35,6 +38,7 @@ BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Pod::Wordlist) >= 1.06
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::CPAN::Meta::JSON)
BuildRequires: perl(Test::DistManifest)
BuildRequires: perl(Test::EOL)
BuildRequires: perl(Test::Kwalitee) >= 1.21
@ -46,11 +50,7 @@ BuildRequires: perl(Test::Pod) >= 1.41
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Spelling), hunspell-en
# Disable using of Test::Vars, because it failed with Perl 5.22.0
# There is not a properly fix for it yet
%if ! 0%(perl -e 'print $] >= 5.022')
BuildRequires: perl(Test::Vars)
%endif
BuildRequires: perl(Test::Version)
%endif
# Runtime
@ -96,9 +96,14 @@ rm -rf %{buildroot}
%endif
%doc Changes README README.md
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Synopsis.3pm*
%{_mandir}/man3/Test::Synopsis.3*
%changelog
* Mon Dec 28 2015 Paul Howarth <paul@city-fan.org> - 0.12-1
- Update to 0.12
- Add META.json
- Re-enable use of Test::Vars with Perl 5.22
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
c6b0eb651f8b95757ccee4f430d659bf Test-Synopsis-0.11.tar.gz
7533748fc3bc40042ea4f305614f271d Test-Synopsis-0.12.tar.gz

Loading…
Cancel
Save