update to 1.09

This commit is contained in:
Iain Arnell 2012-04-03 07:01:05 -06:00
parent 0554a15487
commit 4f766da546
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
Class-Method-Modifiers-1.05.tar.gz
/Class-Method-Modifiers-1.07.tar.gz
/Class-Method-Modifiers-1.08.tar.gz
/Class-Method-Modifiers-1.09.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Class-Method-Modifiers
Summary: Provides Moose-like method modifiers
Version: 1.08
Release: 3%{?dist}
Version: 1.09
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz
@ -9,7 +9,8 @@ URL: http://search.cpan.org/dist/Class-Method-Modifiers
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Class::MOP)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
@ -46,7 +47,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}/*
@ -59,6 +59,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Tue Apr 03 2012 Iain Arnell <iarnell@gmail.com> 1.09-1
- update to latest upstream version
* Sun Jan 22 2012 Iain Arnell <iarnell@gmail.com> 1.08-3
- drop tests subpackage; move tests to main package documentation

View File

@ -1 +1 @@
9057bb1c839383dccf22da995635eab8 Class-Method-Modifiers-1.08.tar.gz
283465d7cbb71217469015c229c26e71 Class-Method-Modifiers-1.09.tar.gz