Don't BR Pod::Readme. (#215558)
This commit is contained in:
parent
87fdada0da
commit
3683315cc8
@ -3,7 +3,7 @@
|
|||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
# When the module version is x.yz, set Version to x.yz00.
|
# When the module version is x.yz, set Version to x.yz00.
|
||||||
Version: 0.2805
|
Version: 0.2805
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Perl module for building and installing Perl modules
|
Summary: Perl module for building and installing Perl modules
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -15,7 +15,8 @@ BuildRequires: perl(Archive::Tar) >= 1.08
|
|||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.15
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.15
|
||||||
BuildRequires: perl(ExtUtils::ParseXS) >= 1.02
|
BuildRequires: perl(ExtUtils::ParseXS) >= 1.02
|
||||||
BuildRequires: perl(YAML)
|
BuildRequires: perl(YAML)
|
||||||
BuildRequires: perl(Pod::Readme) >= 0.04
|
# Avoid a circular build dependency (#215558).
|
||||||
|
#BuildRequires: perl(Pod::Readme) >= 0.04
|
||||||
#BuildRequires: perl(version) >= 0.661
|
#BuildRequires: perl(version) >= 0.661
|
||||||
Requires: perl(Archive::Tar) >= 1.08
|
Requires: perl(Archive::Tar) >= 1.08
|
||||||
Requires: perl(ExtUtils::CBuilder) >= 0.15
|
Requires: perl(ExtUtils::CBuilder) >= 0.15
|
||||||
@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/Module::Build*.3*
|
%{_mandir}/man3/Module::Build*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 15 2006 Steven Pritchard <steve@kspei.com> 0.2805-3
|
||||||
|
- Don't BR Pod::Readme. (#215558)
|
||||||
|
|
||||||
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.2805-2
|
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.2805-2
|
||||||
- Rebuild.
|
- Rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user