update to 0.091007
This commit is contained in:
parent
4d6412c86f
commit
c57f44edb0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/Moo-0.009012.tar.gz
|
||||
/Moo-0.009013.tar.gz
|
||||
/Moo-0.009014.tar.gz
|
||||
/Moo-0.091007.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Moo
|
||||
Version: 0.009014
|
||||
Version: 0.091007
|
||||
Release: 1%{?dist}
|
||||
Summary: Minimalist Object Orientation (with Moose compatibility)
|
||||
License: GPL+ or Artistic
|
||||
@ -7,14 +7,14 @@ Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Moo/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Class::Method::Modifiers) >= 1.07
|
||||
BuildRequires: perl(Class::Method::Modifiers) >= 1.04
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Module::Runtime) >= 0.013
|
||||
BuildRequires: perl(Role::Tiny) >= 1
|
||||
BuildRequires: perl(Module::Runtime) >= 0.012
|
||||
BuildRequires: perl(Role::Tiny) >= 1.001001
|
||||
BuildRequires: perl(strictures) >= 1.001001
|
||||
BuildRequires: perl(Test::Fatal) >= 0.003
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Class::Method::Modifiers) >= 1.07
|
||||
Requires: perl(Class::Method::Modifiers) >= 1.04
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
@ -38,7 +38,6 @@ make %{?_smp_mflags}
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -51,6 +50,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sat May 19 2012 Iain Arnell <iarnell@gmail.com> 0.091007-1
|
||||
- update to latest upstream version
|
||||
|
||||
* Mon Apr 02 2012 Iain Arnell <iarnell@gmail.com> 0.009014-1
|
||||
- update to latest upstream version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user