Bootstrap with Perl 5.14

This commit is contained in:
Petr Pisar 2011-07-26 16:30:26 +02:00 committed by Petr Sabata
parent 463810f57f
commit b8c64fe5ae
1 changed files with 8 additions and 1 deletions

View File

@ -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@redhat.com> - 1.79-3
- Disable XS implementation to bootstrap
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.79-2
- Perl mass rebuild