[Perlbal] Bootstrap with Perl 5.14

Petr Sabata psabata at fedoraproject.org
Tue Jul 26 14:36:22 UTC 2011


commit b8c64fe5ae53c00e6e413345408a5bd6dec6892c
Author: Petr Pisar <ppisar at redhat.com>
Date:   Tue Jul 26 16:30:26 2011 +0200

    Bootstrap with Perl 5.14

 Perlbal.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/Perlbal.spec b/Perlbal.spec
index 6e2c6bb..e9f518f 100644
--- a/Perlbal.spec
+++ b/Perlbal.spec
@@ -1,6 +1,8 @@
+%global perl_bootstrap 1
+
 Name:           Perlbal
 Version:        1.79
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Reverse-proxy load balance and web-server
 License:        GPL+ or Artistic
 Group:          System Environment/Daemons
@@ -21,7 +23,9 @@ BuildRequires:    perl(LWP)
 Requires:         perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:         perl(IO::AIO)
 Requires:         perl(BSD::Resource)
+%if !%{defined perl_bootstrap}
 Requires:         perl(Perlbal::XS::HTTPHeaders)
+%endif
 
 Requires(post):   chkconfig
 Requires(preun):  chkconfig, initscripts
@@ -90,6 +94,9 @@ fi
 
 
 %changelog
+* Tue Jul 26 2011 Petr Pisar <ppisar at redhat.com> - 1.79-3
+- Disable XS implementation to bootstrap
+
 * Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 1.79-2
 - Perl mass rebuild
 


More information about the scm-commits mailing list