BR: perl(Test)

This commit is contained in:
Paul Howarth 2015-10-14 08:35:50 +01:00
parent b3a1fde261
commit a3f9c466cb

View File

@ -1,6 +1,6 @@
Name: perl-URI
Version: 1.69
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A Perl module implementing URI parsing and manipulation
Group: Development/Libraries
License: GPL+ or Artistic
@ -38,6 +38,7 @@ BuildRequires: perl(Config)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Storable)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More) >= 0.96
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -86,6 +87,9 @@ make test
%{_mandir}/man3/URI::ldap.3*
%changelog
* Wed Oct 14 2015 Paul Howarth <paul@city-fan.org> - 1.69-2
- BR: perl(Test)
* Sat Jul 25 2015 Paul Howarth <paul@city-fan.org> - 1.69-1
- 1.69 bump