|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-DBIx-ContextualFetch
|
|
|
|
Name: perl-DBIx-ContextualFetch
|
|
|
|
Version: 1.03
|
|
|
|
Version: 1.03
|
|
|
|
Release: 18%{?dist}
|
|
|
|
Release: 19%{?dist}
|
|
|
|
Summary: Add contextual fetches to DBI
|
|
|
|
Summary: Add contextual fetches to DBI
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
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
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/DBIx-ContextualFetch-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(DBI)
|
|
|
|
BuildRequires: perl(DBI), perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(DBD::SQLite), perl(Test::Pod::Coverage), perl(Test::More)
|
|
|
|
BuildRequires: perl(DBD::SQLite), perl(Test::Pod::Coverage), perl(Test::More)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(DBI)
|
|
|
|
Requires: perl(DBI)
|
|
|
@ -42,6 +42,9 @@ make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* 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
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|