|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
|
Version: 0.03
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.05
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
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
|
|
|
|
@ -27,9 +27,6 @@ This is a Moose role which provides an alternate constructor for creating
|
|
|
|
|
objects using parameters passed in from the command line.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
# Note, you'll see this, but we work just fine with 2.35:
|
|
|
|
|
# Checking prerequisites...
|
|
|
|
|
# - ERROR: Getopt::Long (2.35) is installed, but we need version >= 2.36
|
|
|
|
|
%setup -q -n MooseX-Getopt-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -57,6 +54,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 10 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.05-1
|
|
|
|
|
- update to 0.05
|
|
|
|
|
- license tag: GPL -> GPL+
|
|
|
|
|
|
|
|
|
|
* Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.03-2
|
|
|
|
|
- bump
|
|
|
|
|
|
|
|
|
|