|
|
@ -4,7 +4,7 @@
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Synopsis
|
|
|
|
Name: perl-Test-Synopsis
|
|
|
|
Version: 0.07
|
|
|
|
Version: 0.08
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Test your SYNOPSIS code
|
|
|
|
Summary: Test your SYNOPSIS code
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -33,7 +33,7 @@ BuildRequires: perl(Test::More)
|
|
|
|
# of these packages won't be available
|
|
|
|
# of these packages won't be available
|
|
|
|
%if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1}
|
|
|
|
%if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1}
|
|
|
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
|
|
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
|
|
|
BuildRequires: perl(Pod::Spell) >= 1.06
|
|
|
|
BuildRequires: perl(Pod::Wordlist) >= 1.06
|
|
|
|
BuildRequires: perl(Test::CPAN::Changes)
|
|
|
|
BuildRequires: perl(Test::CPAN::Changes)
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta)
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta)
|
|
|
|
BuildRequires: perl(Test::DistManifest)
|
|
|
|
BuildRequires: perl(Test::DistManifest)
|
|
|
@ -90,6 +90,13 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/Test::Synopsis.3pm*
|
|
|
|
%{_mandir}/man3/Test::Synopsis.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Feb 5 2014 Paul Howarth <paul@city-fan.org> 0.08-1
|
|
|
|
|
|
|
|
- Update to 0.08
|
|
|
|
|
|
|
|
- Implemented proper handling of __DATA__ tokens
|
|
|
|
|
|
|
|
- Removed unwanted warnings issued during tests
|
|
|
|
|
|
|
|
- Upped required Test-Simple distro version (fixes Issue #9)
|
|
|
|
|
|
|
|
- Minor pod fixes
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 5 2014 Paul Howarth <paul@city-fan.org> 0.07-1
|
|
|
|
* Wed Feb 5 2014 Paul Howarth <paul@city-fan.org> 0.07-1
|
|
|
|
- Update to 0.07
|
|
|
|
- Update to 0.07
|
|
|
|
- Converted to dzil for automation of everything and auto-generation of all
|
|
|
|
- Converted to dzil for automation of everything and auto-generation of all
|
|
|
|