perl-Test-Synopsis: add an explicit BR on `perl(blib)` to enable ptest (#2865)

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2022-04-25 21:18:10 +05:30 committed by GitHub
parent aafba975c5
commit 86f817df4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Distribution: Mariner
Name: perl-Test-Synopsis
Version: 0.16
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Test your SYNOPSIS code
License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-Synopsis
@ -32,6 +32,7 @@ BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::Builder) >= 0.34
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)
BuildRequires: perl(blib)
# Extra Tests; can't run these when bootstrapping or in EL since many
# of these packages won't be available
%if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1}
@ -94,6 +95,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::Synopsis.3*
%changelog
* Mon Apr 25 2022 Muhammad Falak <mwani@microsoft.com> - 0.16-7
- Add an explicit BR on `perl(blib)` to enable ptest
- License verified
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.16-6
- Initial CBL-Mariner import from Fedora 32 (license: MIT).