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