Update to 0.67. BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny. Add a
couple more docs.
This commit is contained in:
parent
804285c4c1
commit
6060a09ae3
@ -1 +1 @@
|
|||||||
Module-Install-0.65.tar.gz
|
Module-Install-0.67.tar.gz
|
||||||
|
|||||||
@ -1,25 +1,29 @@
|
|||||||
Name: perl-Module-Install
|
Name: perl-Module-Install
|
||||||
Version: 0.65
|
Version: 0.67
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Standalone, extensible Perl module installer
|
Summary: Standalone, extensible Perl module installer
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Module-Install/
|
URL: http://search.cpan.org/dist/Module-Install/
|
||||||
Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Install-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: perl(Archive::Tar) >= 0.23
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(ExtUtils::ParseXS)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: perl(Module::CoreList)
|
BuildRequires: perl(Module::CoreList)
|
||||||
BuildRequires: perl(Module::ScanDeps) >= 0.28
|
BuildRequires: perl(Module::ScanDeps) >= 0.28
|
||||||
BuildRequires: perl(PAR::Dist) >= 0.03
|
BuildRequires: perl(PAR::Dist) >= 0.03
|
||||||
BuildRequires: perl(YAML) >= 0.35
|
#BuildRequires: perl(YAML) >= 0.35
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
#BuildRequires: perl(Test::Pod) >= 1.14
|
||||||
|
BuildRequires: perl(YAML::Tiny) >= 1.03
|
||||||
Requires: perl(Module::Build)
|
Requires: perl(Module::Build)
|
||||||
Requires: perl(Module::CoreList)
|
Requires: perl(Module::CoreList)
|
||||||
Requires: perl(Module::ScanDeps) >= 0.28
|
Requires: perl(Module::ScanDeps) >= 0.28
|
||||||
Requires: perl(PAR::Dist) >= 0.03
|
Requires: perl(PAR::Dist) >= 0.03
|
||||||
Requires: perl(YAML) >= 0.35
|
#Requires: perl(YAML) >= 0.35
|
||||||
|
Requires: perl(YAML::Tiny) >= 1.03
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -54,11 +58,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes README
|
%doc Changes LICENSE README ToDo
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 18 2007 Steven Pritchard <steve@kspei.com> 0.67-1
|
||||||
|
- Update to 0.67.
|
||||||
|
- BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny.
|
||||||
|
- Add a couple more docs.
|
||||||
|
|
||||||
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.65-1
|
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.65-1
|
||||||
- Update to 0.65.
|
- Update to 0.65.
|
||||||
- Use fixperms macro instead of our own chmod incantation.
|
- Use fixperms macro instead of our own chmod incantation.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user