|
|
@ -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.73
|
|
|
|
Version: 0.74
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/MooseX-Getopt
|
|
|
|
URL: https://metacpan.org/release/MooseX-Getopt
|
|
|
@ -65,8 +65,9 @@ objects using parameters passed in from the command line.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n MooseX-Getopt-%{version}
|
|
|
|
%setup -q -n MooseX-Getopt-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
# silence rpmlint warning
|
|
|
|
# silence rpmlint warnings
|
|
|
|
sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
|
|
|
|
sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
|
|
|
|
|
|
|
|
chmod -c -x t/104_override_usage.t
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Build.PL --installdirs=vendor
|
|
|
|
perl Build.PL --installdirs=vendor
|
|
|
@ -95,6 +96,9 @@ perl Build.PL --installdirs=vendor
|
|
|
|
%{_mandir}/man3/MooseX::Getopt::Strict.3*
|
|
|
|
%{_mandir}/man3/MooseX::Getopt::Strict.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 25 2018 Paul Howarth <paul@city-fan.org> - 0.74-1
|
|
|
|
|
|
|
|
- Update to 0.74
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 4 2018 Paul Howarth <paul@city-fan.org> - 0.73-1
|
|
|
|
* Tue Sep 4 2018 Paul Howarth <paul@city-fan.org> - 0.73-1
|
|
|
|
- Update to 0.73
|
|
|
|
- Update to 0.73
|
|
|
|
- Drop legacy Group: tag
|
|
|
|
- Drop legacy Group: tag
|
|
|
|