Test::More
This commit is contained in:
parent
2c42c8068e
commit
4d0ad01deb
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Differences
|
||||
Version: 0.47
|
||||
Release: 2%{?dist}.1
|
||||
Release: 2%{?dist}.2
|
||||
Summary: Test strings and data structures and show differences if not ok
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Text::Diff) >= 0.34
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.47-2.2
|
||||
- add BR: perl(Test::More)
|
||||
|
||||
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.47-2.1
|
||||
- correct license tag
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user