|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
Name: perl-MooseX-Types-Common
|
|
|
|
|
Summary: A library of commonly used type constraints
|
|
|
|
|
Version: 0.001007
|
|
|
|
|
Version: 0.001008
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AR/ARCANEZ/MooseX-Types-Common-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Types-Common-%{version}.tar.gz
|
|
|
|
|
URL: http://search.cpan.org/dist/MooseX-Types-Common
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(Capture::Tiny)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
|
|
|
|
|
BuildRequires: perl(inc::Module::Install)
|
|
|
|
|
BuildRequires: perl(Moose) >= 0.39
|
|
|
|
|
BuildRequires: perl(MooseX::Types) >= 0.04
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
@ -38,7 +38,6 @@ make %{?_smp_mflags}
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
@ -51,6 +50,10 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 17 2012 Iain Arnell <iarnell@gmail.com> 0.001008-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
- BR inc::Module::Install instead of EU::MM
|
|
|
|
|
|
|
|
|
|
* Sun Feb 26 2012 Iain Arnell <iarnell@gmail.com> 0.001007-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
- drop Test::Exception build requirement again
|
|
|
|
|