Finish bootstrap
This commit is contained in:
parent
59dc9869d5
commit
2fcb611298
@ -1,9 +1,6 @@
|
||||
# Perform optional tests
|
||||
%bcond_without perl_Syntax_Operator_Divides_enables_optional_test
|
||||
|
||||
# Bootstrap until perl-Syntax-Keyword-Match is packaged
|
||||
%define perl_bootstrap 1
|
||||
|
||||
# A build cycle: perl-Syntax-Operator-Divides → perl-Syntax-Keyword-Match.spec
|
||||
%if %{with perl_Syntax_Operator_Divides_enables_optional_test} && !%{defined perl_bootstrap}
|
||||
%global optional_tests 1
|
||||
@ -13,7 +10,7 @@
|
||||
|
||||
Name: perl-Syntax-Operator-Divides
|
||||
Version: 0.01
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Infix operator for division test
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Syntax-Operator-Divides
|
||||
@ -114,5 +111,8 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 12 2021 Petr Pisar <ppisar@redhat.com> - 0.01-2
|
||||
- Finish bootstrap (bug #2017689)
|
||||
|
||||
* Wed Oct 27 2021 Petr Pisar <ppisar@redhat.com> 0.01-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
Loading…
Reference in New Issue
Block a user