Update to 0.2805. Use the bundled version.pm code for now.
This commit is contained in:
parent
970a48dc6a
commit
ab62cbc809
@ -1 +1 @@
|
|||||||
Module-Build-0.2804.tar.gz
|
Module-Build-0.2805.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define module_version 0.2804
|
%define module_version 0.2805
|
||||||
|
|
||||||
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.2804
|
Version: 0.2805
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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
|
||||||
@ -16,7 +16,7 @@ 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
|
BuildRequires: perl(Pod::Readme) >= 0.04
|
||||||
BuildRequires: perl(version) >= 0.64
|
#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
|
||||||
Requires: perl(ExtUtils::ParseXS) >= 1.02
|
Requires: perl(ExtUtils::ParseXS) >= 1.02
|
||||||
@ -64,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/Module::Build*.3*
|
%{_mandir}/man3/Module::Build*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 05 2006 Steven Pritchard <steve@kspei.com> 0.2805-1
|
||||||
|
- Update to 0.2805.
|
||||||
|
- Use the bundled version.pm code for now.
|
||||||
|
|
||||||
* Fri Jul 28 2006 Steven Pritchard <steve@kspei.com> 0.2804-1
|
* Fri Jul 28 2006 Steven Pritchard <steve@kspei.com> 0.2804-1
|
||||||
- Update to 0.2804.
|
- Update to 0.2804.
|
||||||
- BR perl(version).
|
- BR perl(version).
|
||||||
|
Loading…
Reference in New Issue
Block a user