BR: perl(Test)
This commit is contained in:
parent
b3a1fde261
commit
a3f9c466cb
@ -1,6 +1,6 @@
|
|||||||
Name: perl-URI
|
Name: perl-URI
|
||||||
Version: 1.69
|
Version: 1.69
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A Perl module implementing URI parsing and manipulation
|
Summary: A Perl module implementing URI parsing and manipulation
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -38,6 +38,7 @@ BuildRequires: perl(Config)
|
|||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(Storable)
|
BuildRequires: perl(Storable)
|
||||||
|
BuildRequires: perl(Test)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
@ -86,6 +87,9 @@ make test
|
|||||||
%{_mandir}/man3/URI::ldap.3*
|
%{_mandir}/man3/URI::ldap.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 25 2015 Paul Howarth <paul@city-fan.org> - 1.69-1
|
||||||
- 1.69 bump
|
- 1.69 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user