Update to 0.73. BR File::Remove. Drop zero-length README.

This commit is contained in:
Steven Pritchard 2008-05-16 22:36:41 +00:00
parent c21ceee106
commit ffe2e6ac0c
3 changed files with 14 additions and 11 deletions

View File

@ -1 +1 @@
Module-Install-0.68.tar.gz
Module-Install-0.73.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Module-Install
Version: 0.68
Release: 3%{?dist}
Version: 0.73
Release: 1%{?dist}
Summary: Standalone, extensible Perl module installer
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,26 +9,24 @@ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{versi
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Archive::Tar) >= 0.23
BuildRequires: perl(CPAN)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(File::Remove)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::CoreList)
BuildRequires: perl(Module::ScanDeps) >= 0.28
BuildRequires: perl(PAR::Dist) >= 0.03
BuildRequires: perl(Test::MinimumVersion)
#BuildRequires: perl(YAML) >= 0.35
#BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(YAML::Tiny) >= 1.03
BuildRequires: perl(Test::More)
BuildRequires: perl(CPAN)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(YAML::Tiny) >= 1.03
Requires: perl(Archive::Tar) >= 0.23
Requires: perl(ExtUtils::ParseXS)
Requires: perl(Module::Build)
Requires: perl(Module::CoreList)
Requires: perl(Module::ScanDeps) >= 0.28
Requires: perl(PAR::Dist) >= 0.03
#Requires: perl(YAML) >= 0.35
Requires: perl(YAML::Tiny) >= 1.03
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -58,7 +56,7 @@ find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \;
%check
# Upstream bug 29448
mv t/03_audotinstall.t t/03_audotinstall.t.SPOT
mv t/03_autoinstall.t t/03_autoinstall.t.SPOT
make test AUTOMATED_TESTING=1
%clean
@ -66,11 +64,16 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README ToDo
%doc Changes LICENSE
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.73-1
- Update to 0.73.
- BR File::Remove.
- Drop zero-length README.
* Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.68-3
- disable broken test (upstream bug present)
- add Test::MinimumVersion as BR

View File

@ -1 +1 @@
507605e61b023e14251a7c9056a587fd Module-Install-0.68.tar.gz
1d58e0899cbafa1b9ec63022dea33c77 Module-Install-0.73.tar.gz