BuildRequire perl(Test::Pod) for tests
This commit is contained in:
parent
c28fc54ac2
commit
2a89c32edd
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Version: 2.032
|
Version: 2.032
|
||||||
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
|
||||||
@ -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
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Obsoletes: perl-Compress-Raw-Zlib <= 0:2.023-112
|
Obsoletes: perl-Compress-Raw-Zlib <= 0:2.023-112
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
@ -59,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 0:2.032-1
|
||||||
- 2.032 bump
|
- 2.032 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user