From 68fe6d14169a0633a106983c8addaf18b79d1f7f Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Fri, 13 Apr 2012 05:10:53 -0600 Subject: [PATCH] BR DBIx::Class::Storage::Debug::PrettyPrint (rhbz#812143) --- perl-DBIx-Class.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec index f60e3dc..abd4f01 100644 --- a/perl-DBIx-Class.spec +++ b/perl-DBIx-Class.spec @@ -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 0.08196-3 +- BR DBIx::Class::Storage::Debug::PrettyPrint (rhbz#812143) + * Sun Jan 22 2012 Iain Arnell 0.08196-2 - drop tests subpackage; move tests to main package documentation - drop old-style filtering