avoid circular dependencies

epel9
Iain Arnell 13 years ago
parent fada051756
commit 0f46d13939

@ -1,7 +1,7 @@
Name: perl-MooseX-Getopt
Summary: Moose role for processing command line options
Version: 0.39
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{version}.tar.gz
@ -14,7 +14,10 @@ BuildRequires: perl(Getopt::Long) >= 2.37
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.081
BuildRequires: perl(Moose) >= 0.56
BuildRequires: perl(MooseX::Role::Parameterized)
# MooseX::SimpleConfig -> MooseX::ConfigFromFile -> MooseX::Types::Path::Class -> MooseX::Getopt
%if !0%{?perl_bootstrap}
BuildRequires: perl(MooseX::SimpleConfig) >= 0.07
%endif
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal) >= 0.003
BuildRequires: perl(Test::Moose)
@ -61,6 +64,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 0.39-2
- avoid circular dependencies (patch from Paul Howarth rhbz#810707)
* Sat Feb 04 2012 Iain Arnell <iarnell@gmail.com> 0.39-1
- update to latest upstream version

Loading…
Cancel
Save