|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
|
Version: 0.65
|
|
|
|
|
Version: 0.66
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -76,7 +76,8 @@ perl Build.PL --installdirs=vendor
|
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes CONTRIBUTING LICENSE README t/
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc Changes CONTRIBUTING README t/
|
|
|
|
|
%{perl_vendorlib}/MooseX/
|
|
|
|
|
%{_mandir}/man3/MooseX::Getopt.3*
|
|
|
|
|
%{_mandir}/man3/MooseX::Getopt::Basic.3*
|
|
|
|
@ -91,6 +92,10 @@ perl Build.PL --installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/MooseX::Getopt::Strict.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 01 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 0.66-1
|
|
|
|
|
- Update to 0.66
|
|
|
|
|
- Use %%license tag
|
|
|
|
|
|
|
|
|
|
* Tue Nov 11 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.65-1
|
|
|
|
|
- Update to 0.65
|
|
|
|
|
|
|
|
|
|