BuildRequire perl(Test::Pod) for tests

This commit is contained in:
Petr Písař 2011-01-07 15:09:55 +01:00
parent c28fc54ac2
commit 2a89c32edd

View File

@ -1,7 +1,7 @@
Name: perl-Compress-Raw-Zlib
Epoch: 0
Version: 2.032
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Low-Level Interface to zlib compression library
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,7 @@ URL: http://search.cpan.org/dist/Compress-Raw-Zlib/
Source0: http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: zlib-devel
Obsoletes: perl-Compress-Raw-Zlib <= 0:2.023-112
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -59,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 0:2.032-2
- BuildRequire perl(Test::Pod) for tests
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 0:2.032-1
- 2.032 bump