rpms/perl-p5-Palm/F-11 perl-p5-Palm.spec,1.1,1.2

Emmanuel Seyman eseyman at fedoraproject.org
Wed Jun 17 21:10:38 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-p5-Palm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7802

Modified Files:
	perl-p5-Palm.spec 
Log Message:
Add Test::More to BuildRequires


Index: perl-p5-Palm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-p5-Palm/F-11/perl-p5-Palm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-p5-Palm.spec	17 Jun 2009 20:31:39 -0000	1.1
+++ perl-p5-Palm.spec	17 Jun 2009 21:10:08 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-p5-Palm
 Version:        1.009
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Palm OS utility functions
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,7 @@ Source0:        http://www.cpan.org/auth
 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
@@ -49,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/pdbdump.1.gz
 
 %changelog
+* Wed Jun 17 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.009-3
+- Add Test::More to BuildRequires so that the tests will actually run
+
 * Tue Jun 16 2007 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.009-2
 - Enable tests
 - Add examples directory to %doc




More information about the Fedora-perl-devel-list mailing list