|
|
|
@ -1,9 +1,12 @@
|
|
|
|
|
# noarch, but to avoid debug* files interfering with manifest test:
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
# Similarly, for package note feature
|
|
|
|
|
%undefine _package_note_file
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Synopsis
|
|
|
|
|
Version: 0.17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: Test your SYNOPSIS code
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/Test-Synopsis
|
|
|
|
@ -53,7 +56,6 @@ BuildRequires: perl(Test::Spelling) >= 0.23, hunspell-en
|
|
|
|
|
BuildRequires: perl(Test::Version)
|
|
|
|
|
%endif
|
|
|
|
|
# Runtime
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Test::Builder::Module)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -89,6 +91,27 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::Synopsis.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.17-7
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-5
|
|
|
|
|
- Perl 5.36 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-4
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Mar 11 2022 Paul Howarth <paul@city-fan.org> - 0.17-3
|
|
|
|
|
- Work around FTBFS triggered by package note feature
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Dec 13 2021 Paul Howarth <paul@city-fan.org> - 0.17-1
|
|
|
|
|
- Update to 0.17
|
|
|
|
|
- Mention related module Test::Synopsis::Expectation in docs (GH#22)
|