rpms/perl-Algorithm-Annotate/devel perl-Algorithm-Annotate.spec, 1.1, 1.2

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Thu Aug 16 16:30:20 UTC 2007


Author: iburrell

Update of /cvs/extras/rpms/perl-Algorithm-Annotate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598

Modified Files:
	perl-Algorithm-Annotate.spec 
Log Message:
fix BuildRequires


Index: perl-Algorithm-Annotate.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Annotate/devel/perl-Algorithm-Annotate.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Algorithm-Annotate.spec	29 Jun 2006 05:55:41 -0000	1.1
+++ perl-Algorithm-Annotate.spec	16 Aug 2007 16:29:48 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-Algorithm-Annotate
 Version:        0.10
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Represent a series of changes in annotate form
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,8 @@
 Source0:        http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Algorithm::Diff) >= 1.15
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -44,6 +46,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 16 2007 Ian M. Burrell <ianburrell at gmail.com> - 0.10-5
+- Add BuildRequires ExtUtils::MakeMaker, Test::More
+
 * Wed Jun 28 2006 Ian M. Burrell <ianburrell at gmail.com> - 0.10-4
 - Remove requires, %doc
 




More information about the fedora-extras-commits mailing list