|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|