|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
|
Version: 0.15
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.18
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -14,7 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Getopt::Long::Descriptive)
|
|
|
|
|
# 2.35 is what we have in F-8 perl -- tests all pass
|
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.35
|
|
|
|
|
BuildRequires: perl(Moose) >= 0.43
|
|
|
|
|
BuildRequires: perl(Moose) >= 0.56
|
|
|
|
|
|
|
|
|
|
# tests...
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.62
|
|
|
|
@ -61,6 +61,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Apr 25 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.18-1
|
|
|
|
|
- update to 0.18
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|