|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-MooseX-Role-Parameterized
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
# see LICENSE
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -14,7 +14,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
|
BuildRequires: perl(Moose) >= 0.78
|
|
|
|
|
# tests
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.27
|
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
@ -73,6 +73,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.15-1
|
|
|
|
|
- auto-update to 0.15 (by cpan-spec-update 0.01)
|
|
|
|
|
- altered br on perl(Test::More) (0 => 0.88)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.13-2
|
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
|
|
|
|
|