Disable Test-Simple sub-package properly
There was missing condition around %package and %description, but no package has been produced because %files has been conditionalized properly.
This commit is contained in:
parent
b1449b0a16
commit
4351f09c81
@ -1538,6 +1538,7 @@ Run Perl standard test scripts with statistics.
|
|||||||
Use TAP::Parser, Test::Harness package was whole rewritten.
|
Use TAP::Parser, Test::Harness package was whole rewritten.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Test-Simple
|
%package Test-Simple
|
||||||
Summary: Basic utilities for writing tests
|
Summary: Basic utilities for writing tests
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -1551,7 +1552,6 @@ BuildArch: noarch
|
|||||||
%description Test-Simple
|
%description Test-Simple
|
||||||
Basic utilities for writing tests.
|
Basic utilities for writing tests.
|
||||||
|
|
||||||
|
|
||||||
%package Test-Simple-tests
|
%package Test-Simple-tests
|
||||||
Summary: Test suite for package perl-Test-Simple
|
Summary: Test suite for package perl-Test-Simple
|
||||||
Group: Development/Debug
|
Group: Development/Debug
|
||||||
@ -1565,6 +1565,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
%description Test-Simple-tests
|
%description Test-Simple-tests
|
||||||
This package provides the test suite for package perl-Test-Simple.
|
This package provides the test suite for package perl-Test-Simple.
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Text-ParseWords
|
%package Text-ParseWords
|
||||||
|
Loading…
Reference in New Issue
Block a user