This commit is contained in:
Tom Callaway 2008-03-05 20:24:35 +00:00
parent a31d5fa5e2
commit c21ceee106
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Module-Install
Version: 0.68
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Standalone, extensible Perl module installer
License: GPL+ or Artistic
Group: Development/Libraries
@ -15,6 +15,7 @@ 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
@ -56,6 +57,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
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
make test AUTOMATED_TESTING=1
%clean
@ -68,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.68-3
- disable broken test (upstream bug present)
- add Test::MinimumVersion as BR
* Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.68-2
- rebuild for new perl