Break build-cycle: perl-MooX-Options → perl-MooX-Cmd → perl-MooX-Options

This commit is contained in:
Petr Písař 2015-07-22 14:57:36 +02:00
parent 60d71e369b
commit 5504af9212
1 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-MooX-Cmd
Version: 0.015
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Giving an easy Moo style way to make command organized CLI apps
License: GPL+ or Artistic
Group: Development/Libraries
@ -33,7 +33,11 @@ BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(FindBin)
BuildRequires: perl(lib)
BuildRequires: perl(Moo) >= 0.009013
BuildRequires: perl(MooX::Options)
# Optional tests:
%if !%{defined perl_bootstrap}
# Break build-cycle: perl-MooX-Options → perl-MooX-Cmd → perl-MooX-Options
BuildRequires: perl(MooX::Options) >= 3.99
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(List::MoreUtils) >= 0.406
Requires: perl(Module::Pluggable::Object) >= 4.8
@ -77,6 +81,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Jul 22 2015 Petr Pisar <ppisar@redhat.com> - 0.015-2
- Break build-cycle: perl-MooX-Options perl-MooX-Cmd perl-MooX-Options
* Mon Jul 20 2015 Petr Pisar <ppisar@redhat.com> - 0.015-1
- Update to 0.015 (thanks to Emmanuel Seyman)
- Clean up spec file