Omit optional Test::Pod and Test::NoWarnings tests on bootstrap

This commit is contained in:
Petr Písař 2012-06-01 08:57:46 +02:00
parent d18ae80e6c
commit d331a3ce60
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: perl-IO-Compress
Version: 2.052
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Read and write compressed data
License: GPL+ or Artistic
Group: Development/Libraries
@ -31,8 +31,10 @@ BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Symbol)
BuildRequires: perl(Test::Builder)
%if !%{defined perl_bootstrap}
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Pod) >= 1.00
%endif
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# this is wrapper for different Compress modules
@ -111,6 +113,9 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
%{_mandir}/man3/IO::Uncompress::*.3pm*
%changelog
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 2.052-2
- Omit optional Test::Pod and Test::NoWarnings tests on bootstrap
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
- Update to 2.052
- IO::Compress::Zip: force a ZIP64 archive when it contains 0xFFFF entries