BR DBIx::Class::Storage::Debug::PrettyPrint (rhbz#812143)

epel9
Iain Arnell 13 years ago
parent aaa6114f8a
commit 68fe6d1416

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

Loading…
Cancel
Save