|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
|
Version: 0.66
|
|
|
|
|
Version: 0.67
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -48,6 +48,7 @@ BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120900
|
|
|
|
|
%if !0%{?perl_bootstrap}
|
|
|
|
|
BuildRequires: perl(MooseX::ConfigFromFile) >= 0.08
|
|
|
|
|
BuildRequires: perl(MooseX::SimpleConfig) >= 0.07
|
|
|
|
|
BuildRequires: perl(MooseX::StrictConstructor)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(YAML)
|
|
|
|
|
# Runtime
|
|
|
|
@ -92,6 +93,9 @@ perl Build.PL --installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/MooseX::Getopt::Strict.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Mar 01 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 0.67-1
|
|
|
|
|
- Update to 0.67
|
|
|
|
|
|
|
|
|
|
* Sun Feb 01 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 0.66-1
|
|
|
|
|
- Update to 0.66
|
|
|
|
|
- Use %%license tag
|
|
|
|
|