[perl-DBIx-Class] BR DBIx::Class::Storage::Debug::PrettyPrint (rhbz#812143)

Iain Arnell iarnell at fedoraproject.org
Fri Apr 13 11:11:02 UTC 2012


commit 68fe6d14169a0633a106983c8addaf18b79d1f7f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Apr 13 05:10:53 2012 -0600

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

 perl-DBIx-Class.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
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 <iarnell at gmail.com> 0.08196-3
+- BR DBIx::Class::Storage::Debug::PrettyPrint (rhbz#812143)
+
 * Sun Jan 22 2012 Iain Arnell <iarnell at gmail.com> 0.08196-2
 - drop tests subpackage; move tests to main package documentation
 - drop old-style filtering


More information about the scm-commits mailing list