|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Synopsis
|
|
|
|
|
Version: 0.12
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Test your SYNOPSIS code
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -50,7 +50,6 @@ BuildRequires: perl(Test::Pod) >= 1.41
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
|
|
|
|
BuildRequires: perl(Test::Portability::Files)
|
|
|
|
|
BuildRequires: perl(Test::Spelling), hunspell-en
|
|
|
|
|
BuildRequires: perl(Test::Vars)
|
|
|
|
|
BuildRequires: perl(Test::Version)
|
|
|
|
|
%endif
|
|
|
|
|
# Runtime
|
|
|
|
@ -99,6 +98,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/Test::Synopsis.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 5 2016 Paul Howarth <paul@city-fan.org> - 0.13-1
|
|
|
|
|
- Update to 0.13
|
|
|
|
|
- Fix #12 (conflict with multiple chunks)
|
|
|
|
|
|
|
|
|
|
* Mon Dec 28 2015 Paul Howarth <paul@city-fan.org> - 0.12-1
|
|
|
|
|
- Update to 0.12
|
|
|
|
|
- Add META.json
|
|
|
|
|