Test::More

This commit is contained in:
Tom Callaway 2007-10-16 14:31:44 +00:00
parent 539b843194
commit 28fbba13a3

View File

@ -1,6 +1,6 @@
Name: perl-File-DesktopEntry
Version: 0.02
Release: 1%{?dist}.1
Release: 1%{?dist}.2
Summary: Object to handle .desktop files
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/P/PA/PARDUS/File-DesktopEntry/Fil
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
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)