|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
Version: 0.35
|
|
|
|
Version: 0.37
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -13,6 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.37
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.37
|
|
|
|
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.081
|
|
|
|
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.081
|
|
|
|
BuildRequires: perl(Moose) >= 0.56
|
|
|
|
BuildRequires: perl(Moose) >= 0.56
|
|
|
|
|
|
|
|
BuildRequires: perl(MooseX::Role::Parameterized)
|
|
|
|
BuildRequires: perl(MooseX::SimpleConfig) >= 0.07
|
|
|
|
BuildRequires: perl(MooseX::SimpleConfig) >= 0.07
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
BuildRequires: perl(Test::Fatal) >= 0.003
|
|
|
|
BuildRequires: perl(Test::Fatal) >= 0.003
|
|
|
@ -55,6 +56,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 05 2011 Iain Arnell <iarnell@gmail.com> 0.37-1
|
|
|
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 06 2011 Iain Arnell <iarnell@gmail.com> 0.35-1
|
|
|
|
* Sun Mar 06 2011 Iain Arnell <iarnell@gmail.com> 0.35-1
|
|
|
|
- update to latest upstream version
|
|
|
|
- update to latest upstream version
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|