|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-DBIx-Class
|
|
|
|
|
Summary: Extensible and flexible object <-> relational mapper
|
|
|
|
|
Version: 0.08196
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AR/ARODLAND/DBIx-Class-%{version}.tar.gz
|
|
|
|
@ -21,6 +21,9 @@ BuildRequires: perl(Data::Dumper::Concise) >= 2.020
|
|
|
|
|
BuildRequires: perl(Data::Page) >= 2.00
|
|
|
|
|
BuildRequires: perl(DBD::SQLite) >= 1.29
|
|
|
|
|
BuildRequires: perl(DBI) >= 1.609
|
|
|
|
|
%if !0%{?perl_bootstrap}
|
|
|
|
|
BuildRequires: perl(DBIx::Class::Storage::Debug::PrettyPrint)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
|
BuildRequires: perl(File::Path) >= 2.07
|
|
|
|
|
BuildRequires: perl(File::Temp) >= 0.22
|
|
|
|
@ -134,6 +137,11 @@ done
|
|
|
|
|
|
|
|
|
|
chmod -c +x script/*
|
|
|
|
|
|
|
|
|
|
# skip dbic_pretty.t when bootstrapping
|
|
|
|
|
%if 0%{?perl_bootstrap}
|
|
|
|
|
rm t/storage/dbic_pretty.t
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
@ -162,6 +170,9 @@ make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 12 2012 Iain Arnell <iarnell@gmail.com> 0.08196-3
|
|
|
|
|
- BR DBIx::Class::Storage::Debug::PrettyPrint (rhbz#812143)
|
|
|
|
|
|
|
|
|
|
* Sun Jan 22 2012 Iain Arnell <iarnell@gmail.com> 0.08196-2
|
|
|
|
|
- drop tests subpackage; move tests to main package documentation
|
|
|
|
|
- drop old-style filtering
|
|
|
|
|