|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Synopsis
|
|
|
|
Name: perl-Test-Synopsis
|
|
|
|
Version: 0.16
|
|
|
|
Version: 0.16
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Test your SYNOPSIS code
|
|
|
|
Summary: Test your SYNOPSIS code
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/Test-Synopsis
|
|
|
|
URL: https://metacpan.org/release/Test-Synopsis
|
|
|
@ -24,6 +24,7 @@ BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(Test::Builder::Module)
|
|
|
|
BuildRequires: perl(Test::Builder::Module)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Test Suite
|
|
|
|
# Test Suite
|
|
|
|
|
|
|
|
BuildRequires: perl(blib)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
@ -92,6 +93,9 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
%{_mandir}/man3/Test::Synopsis.3*
|
|
|
|
%{_mandir}/man3/Test::Synopsis.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Paul Howarth <paul@city-fan.org> - 0.16-6
|
|
|
|
|
|
|
|
- BR: perl(blib) for t/00-compile.t
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-5
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|