[perl-HTTP-Lite] rebuild for Perl 5.14.1 apply experimental bootstrap macro

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Jun 27 13:05:47 UTC 2011


commit 5ccc2a1c8e05ebe84ad95e854ff8571ed804a432
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Jun 27 15:05:28 2011 +0200

    rebuild for Perl 5.14.1
    apply experimental bootstrap macro

 perl-HTTP-Lite.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTTP-Lite.spec b/perl-HTTP-Lite.spec
index 60c74c1..7edf637 100644
--- a/perl-HTTP-Lite.spec
+++ b/perl-HTTP-Lite.spec
@@ -1,6 +1,6 @@
 Name:           perl-HTTP-Lite
 Version:        2.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Lightweight HTTP implementation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,9 +8,11 @@ URL:            http://search.cpan.org/dist/HTTP-Lite/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/HTTP-Lite-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+%if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::CPAN::Meta)
 BuildRequires:  perl(Test::MinimumVersion)
 BuildRequires:  perl(Test::Pod)
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -41,7 +43,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 # most real tests require network access - ignore "skipping test on this
 # platform" messages
+%if !%{defined perl_bootstrap}
 RELEASE_TESTING=1 make test
+%endif
 
 %files
 %defattr(-,root,root,-)
@@ -50,6 +54,10 @@ RELEASE_TESTING=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 27 2011 Marcela Mašláňová <mmaslano at redhat.com> - 2.3-4
+- rebuild for Perl 5.14.1
+- apply experimental bootstrap macro
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list