update to 1.000007

epel9
Iain Arnell 12 years ago
parent 2b81c69f13
commit c45a19c9dd

1
.gitignore vendored

@ -10,3 +10,4 @@
/Moo-1.000003.tar.gz
/Moo-1.000004.tar.gz
/Moo-1.000005.tar.gz
/Moo-1.000007.tar.gz

@ -1,22 +1,22 @@
Name: perl-Moo
Version: 1.000005
Version: 1.000007
Release: 1%{?dist}
Summary: Minimalist Object Orientation (with Moose compatibility)
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Moo/
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Moo-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(Class::Method::Modifiers) >= 1.10
BuildRequires: perl(Devel::GlobalDestruction) >= 0.09
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Role::Tiny) >= 1.001003
BuildRequires: perl(strictures) >= 1.001001
BuildRequires: perl(Role::Tiny) >= 1.002004
BuildRequires: perl(strictures) >= 1.004003
BuildRequires: perl(Test::Fatal) >= 0.003
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Class::Method::Modifiers) >= 1.10
Requires: perl(Role::Tiny) >= 1.001003
Requires: perl(Role::Tiny) >= 1.002004
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
@ -37,11 +37,11 @@ not quite- two thirds of Moose.
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
make pure_install DESTDIR=%{buildroot}
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
%{_fixperms} %{buildroot}/*
%check
make test
@ -52,6 +52,9 @@ make test
%{_mandir}/man3/*
%changelog
* Sat Jan 05 2013 Iain Arnell <iarnell@gmail.com> 1.000007-1
- update to latest upstream version
* Sat Oct 27 2012 Iain Arnell <iarnell@gmail.com> 1.000005-1
- update to latest upstream version

@ -1 +1 @@
6f3cfacbabf31cf9c50f2b415ecc446f Moo-1.000005.tar.gz
ef0d9a223515220dd730b373ba6e5041 Moo-1.000007.tar.gz

Loading…
Cancel
Save