Omit optional Test::Pod tests on bootstrap
This commit is contained in:
parent
f761b8bb5e
commit
e0b99e921b
@ -1,6 +1,6 @@
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Version: 2.054
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Low-level interface to zlib compression library
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -15,7 +15,9 @@ BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
%endif
|
||||
# see above
|
||||
BuildRequires: perl(XSLoader)
|
||||
BuildRequires: zlib-devel
|
||||
@ -56,6 +58,9 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 2.054-2
|
||||
- Omit optional Test::Pod tests on bootstrap
|
||||
|
||||
* Tue May 8 2012 Paul Howarth <paul@city-fan.org> - 2.054-1
|
||||
- Update to 2.054
|
||||
- Fix build issue on Win32 (CPAN RT#77030)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user