Break a build cycle
perl-Pod-Coverage-TrustPod → perl-Pod-Eventual → perl-Mixin-Linewise → perl-Sub-Exporter → perl-Params-Util → perl-Config-AutoConf → perl-File-Slurper → perl-Test-Warnings → perl-CPAN-Meta-Check.
This commit is contained in:
parent
fce0cdd983
commit
199d2fb747
@ -32,7 +32,11 @@ BuildRequires: perl(Env)
|
|||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
%if %{with perl_CPAN_Meta_Check_enables_extra_test}
|
%if %{with perl_CPAN_Meta_Check_enables_extra_test} && !%{defined perl_bootstrap}
|
||||||
|
# Break a build cycle: perl-Pod-Coverage-TrustPod → perl-Pod-Eventual
|
||||||
|
# → perl-Mixin-Linewise → perl-Sub-Exporter → perl-Params-Util
|
||||||
|
# → perl-Config-AutoConf → perl-File-Slurper → perl-Test-Warnings
|
||||||
|
# → perl-CPAN-Meta-Check.
|
||||||
# Extra tests
|
# Extra tests
|
||||||
BuildRequires: perl(blib)
|
BuildRequires: perl(blib)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
@ -61,7 +65,7 @@ make install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
%if %{with perl_CPAN_Meta_Check_enables_extra_test}
|
%if %{with perl_CPAN_Meta_Check_enables_extra_test} && !%{defined perl_bootstrap}
|
||||||
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user