|
|
@ -1,16 +1,16 @@
|
|
|
|
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.72
|
|
|
|
Version: 0.73
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/MooseX-Getopt-%{version}.tar.gz
|
|
|
|
|
|
|
|
URL: https://metacpan.org/release/MooseX-Getopt
|
|
|
|
URL: https://metacpan.org/release/MooseX-Getopt
|
|
|
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/MooseX-Getopt-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
# Module Build
|
|
|
|
# Module Build
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
|
|
|
|
|
|
|
BuildRequires: sed
|
|
|
|
# Module Runtime
|
|
|
|
# Module Runtime
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.37
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.37
|
|
|
@ -95,6 +95,10 @@ perl Build.PL --installdirs=vendor
|
|
|
|
%{_mandir}/man3/MooseX::Getopt::Strict.3*
|
|
|
|
%{_mandir}/man3/MooseX::Getopt::Strict.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 4 2018 Paul Howarth <paul@city-fan.org> - 0.73-1
|
|
|
|
|
|
|
|
- Update to 0.73
|
|
|
|
|
|
|
|
- Drop legacy Group: tag
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 05 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 0.72-1
|
|
|
|
* Sun Aug 05 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 0.72-1
|
|
|
|
- Update to 0.72
|
|
|
|
- Update to 0.72
|
|
|
|
|
|
|
|
|
|
|
|