add missing BR

epel9
Tom Callaway 12 years ago
parent 8eab3922fb
commit 60f806f195

@ -1,6 +1,6 @@
Name: perl-DBIx-ContextualFetch
Version: 1.03
Release: 18%{?dist}
Release: 19%{?dist}
Summary: Add contextual fetches to DBI
Group: Development/Libraries
License: GPL+ or Artistic
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/DBIx-ContextualFetch
Source0: http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/DBIx-ContextualFetch-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(DBI)
BuildRequires: perl(DBI), perl(ExtUtils::MakeMaker)
BuildRequires: perl(DBD::SQLite), perl(Test::Pod::Coverage), perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(DBI)
@ -42,6 +42,9 @@ make test
%changelog
* Tue Mar 5 2013 Tom Callaway <spot@fedoraproject.org> - 1.03-19
- add missing BR: ExtUtils::MakeMaker
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save