Disable some optional tests to avoid a cycle
This commit is contained in:
parent
4e03ca589c
commit
7c4a6129a8
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-Install
|
Name: perl-Module-Install
|
||||||
Version: 1.16
|
Version: 1.16
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -52,8 +52,10 @@ BuildRequires: perl(ExtUtils::MM)
|
|||||||
BuildRequires: perl(Symbol)
|
BuildRequires: perl(Symbol)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
# Optional tests only
|
# Optional tests only
|
||||||
|
%if 0%{!?perl_bootstrap:1}
|
||||||
BuildRequires: perl(Module::Install::AuthorTests)
|
BuildRequires: perl(Module::Install::AuthorTests)
|
||||||
BuildRequires: perl(Module::Install::ExtraTests) >= 0.007
|
BuildRequires: perl(Module::Install::ExtraTests) >= 0.007
|
||||||
|
%endif
|
||||||
BuildRequires: perl(utf8)
|
BuildRequires: perl(utf8)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||||
Requires: perl(Archive::Zip) >= 1.37
|
Requires: perl(Archive::Zip) >= 1.37
|
||||||
@ -116,6 +118,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 04 2015 Petr Šabata <contyk@redhat.com> - 1.16-2
|
||||||
|
- Disable some optional tests to avoid a cycle
|
||||||
|
|
||||||
* Mon May 04 2015 Petr Šabata <contyk@redhat.com> - 1.16-1
|
* Mon May 04 2015 Petr Šabata <contyk@redhat.com> - 1.16-1
|
||||||
- 1.16 bump
|
- 1.16 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user