Test::More

This commit is contained in:
Tom Callaway 2007-10-16 14:33:34 +00:00
parent 70cb20a151
commit e22697631b

View File

@ -1,6 +1,6 @@
Name: perl-File-BaseDir
Version: 0.02
Release: 1%{?dist}.1
Release: 1%{?dist}.2
Summary: Use the freedesktop basedir spec
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(File::DesktopEntry)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -47,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-1.2
- add BR: perl(Test::More)
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-1.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)