|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
|
Version: 0.39
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.40
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{version}.tar.gz
|
|
|
|
@ -43,10 +43,6 @@ objects using parameters passed in from the command line.
|
|
|
|
|
# silence rpmlint warning
|
|
|
|
|
sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
|
|
|
|
|
|
|
|
|
|
# test fails with Getopt::Long::Descriptive 0.091
|
|
|
|
|
# see https://rt.cpan.org/Public/Bug/Display.html?id=76287
|
|
|
|
|
rm t/008_configfromfile.t
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
@ -68,6 +64,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 20 2012 Iain Arnell <iarnell@gmail.com> 0.40-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
* Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 0.39-2
|
|
|
|
|
- avoid circular dependencies (patch from Paul Howarth rhbz#810707)
|
|
|
|
|
|
|
|
|
|