[perl-SQL-Statement] apply Paul's bootstrap macro 810377

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Apr 6 12:19:20 UTC 2012


commit d4c87bc7953f8006db6b4c923e03c53f408273d5
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Apr 6 14:19:08 2012 +0200

    apply Paul's bootstrap macro 810377

 perl-SQL-Statement.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec
index a5a8c64..c2448b5 100644
--- a/perl-SQL-Statement.spec
+++ b/perl-SQL-Statement.spec
@@ -1,6 +1,6 @@
 Name:           perl-SQL-Statement
 Version:        1.33
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        SQL parsing and processing engine
 
 Group:          Development/Libraries
@@ -17,7 +17,10 @@ BuildRequires:  perl(Clone) >= 0.30
 BuildRequires:  perl(Params::Util) >= 1.00
 # for tests only:
 BuildRequires:  perl(DBD::AnyData) >= 0.110
+# DBD::CSV buildrequires SQL::Statement
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(DBD::CSV) >= 0.30
+%endif
 BuildRequires:  perl(DBD::DBM) >= 0.06
 BuildRequires:  perl(DBD::File) >= 0.40
 BuildRequires:  perl(DBD::SQLite)
@@ -76,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr  6 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.33-5
+- apply Paul's bootstrap macro 810377
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.33-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list