[perl-SQL-Statement] Bootstrap epel7 build

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 29 14:59:29 UTC 2014


commit a46961caa96626d680f2ebcb58c2d50c5da086cd
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 29 14:59:41 2014 +0000

    Bootstrap epel7 build

 perl-SQL-Statement.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec
index 5f854ef..3728e43 100644
--- a/perl-SQL-Statement.spec
+++ b/perl-SQL-Statement.spec
@@ -1,6 +1,6 @@
 Name:           perl-SQL-Statement
 Version:        1.405
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        SQL parsing and processing engine
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -40,15 +40,13 @@ BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 # Optional test:
 # DBD::CSV buildrequires SQL::Statement
-%if 0%{!?perl_bootstrap:1}
+%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
 BuildRequires:  perl(DBD::CSV) >= 0.30
 %endif
 BuildRequires:  perl(DBD::DBM) >= 0.06
 BuildRequires:  perl(DBD::File) >= 0.40
 BuildRequires:  perl(DBD::SQLite)
-%if ! (0%{?rhel} >= 7)
 BuildRequires:  perl(MLDBM)
-%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Clone) >= 0.30
 Requires:       perl(DBI) >= 1.612
@@ -89,6 +87,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Jan 29 2014 Paul Howarth <paul at city-fan.org> - 1.405-5
+- Bootstrap epel7 build
+
 * Wed Aug 14 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.405-4
 - Perl 5.18 re-rebuild of bootstrapped packages
 



More information about the perl-devel mailing list