|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Test-Synopsis
|
|
|
|
|
Version: 0.06
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Summary: Test your SYNOPSIS code
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -12,10 +12,11 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(ExtUtils::Manifest)
|
|
|
|
|
BuildRequires: perl(Test::Builder::Module)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::Spelling), aspell-en
|
|
|
|
|
# Test::Perl::Critic -> Perl::Critic -> List::MoreUtils -> Test::LeakTrace -> Test::Synopsis
|
|
|
|
|
%if 0%{!?perl_bootstrap:1}
|
|
|
|
|
%if 0%{!?perl_bootstrap:1} || ! (0%{?rhel} >= 7)
|
|
|
|
|
BuildRequires: aspell-en
|
|
|
|
|
BuildRequires: perl(Test::Perl::Critic)
|
|
|
|
|
BuildRequires: perl(Test::Spelling)
|
|
|
|
|
%endif
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Test::Builder::Module)
|
|
|
|
@ -56,6 +57,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/Test::Synopsis.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 7 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.06-10
|
|
|
|
|
- Conditionalize aspell-en & friends
|
|
|
|
|
|
|
|
|
|
* Wed Jan 25 2012 Paul Howarth <paul@city-fan.org> - 0.06-9
|
|
|
|
|
- Can run spelling test unconditionally now
|
|
|
|
|
- BR: perl(ExtUtils::Manifest)
|
|
|
|
|