Add BR perl(CPAN::Meta) (BZ#1325123)

This commit is contained in:
Jitka Plesnikova 2016-04-08 14:29:09 +02:00
parent edd3fbbd1c
commit 6078b0ed14

View File

@ -1,6 +1,6 @@
Name: perl-XML-XPath
Version: 1.34
Release: 1%{?dist}
Release: 2%{?dist}
Summary: XPath parser and evaluator for Perl
# XML/XPath.pm, XML/XPath/PerlSAX.pm, REAME: GPL+ or Artistic
# Others: Artistic 2.0
@ -30,6 +30,7 @@ BuildRequires: perl(Path::Tiny) >= 0.076
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
# Optional tests
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::CPAN::Meta::JSON)
@ -74,6 +75,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Fri Apr 08 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.34-2
- Add BR perl(CPAN::Meta) (BZ#1325123)
* Wed Mar 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.34-1
- 1.34 bump