|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/MooseX-Getopt/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/S/ST/STEVAN/MooseX-Getopt-%{version}.tar.gz
|
|
|
|
|
Source0: http://www.cpan.org/modules/by-module/MooseX/MooseX-Getopt-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
@ -61,6 +61,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.15-1
|
|
|
|
|
- update to 0.15
|
|
|
|
|
|
|
|
|
|
* Thu Jul 10 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.13-2
|
|
|
|
|
- tweak Getopt::Long dep to 2.35; passes tests just fine with 2.35, and that's
|
|
|
|
|
what we have in F-8 perl
|
|
|
|
|