update to 1.001001
This commit is contained in:
parent
9a479ecbb9
commit
1019d3ed2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/Role-Tiny-1.000000.tar.gz
|
||||
/Role-Tiny-1.000001.tar.gz
|
||||
/Role-Tiny-1.001001.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Role-Tiny
|
||||
Version: 1.000001
|
||||
Version: 1.001001
|
||||
Release: 1%{?dist}
|
||||
Summary: A nouvelle cuisine portion size slice of Moose
|
||||
License: GPL+ or Artistic
|
||||
@ -9,11 +9,11 @@ Source0: http://www.cpan.org/authors/id/M/MS/MSTROUT/Role-Tiny-%{version}
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Class::Method::Modifiers)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::Fatal) >= 0.003
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Class::Method::Modifiers)
|
||||
|
||||
# perl-Role-Tiny was split from perl-Moo
|
||||
Conflicts: perl-Moo < 0.009014
|
||||
@ -34,7 +34,6 @@ make %{?_smp_mflags}
|
||||
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}/*
|
||||
|
||||
@ -47,6 +46,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2012 Iain Arnell <iarnell@gmail.com> 1.001001-1
|
||||
- update to latest upstream version
|
||||
- don't explicity require Class::Method::Modifiers
|
||||
|
||||
* Wed Apr 04 2012 Iain Arnell <iarnell@gmail.com> 1.000001-1
|
||||
- update to latest upstream version
|
||||
|
||||
@ -55,7 +58,7 @@ make test
|
||||
distributed as part of Moo
|
||||
|
||||
* Mon Apr 02 2012 Iain Arnell <iarnell@gmail.com> 1.000000-2
|
||||
- fix spelling of cuisinse in summary
|
||||
- fix spelling of cuisine in summary
|
||||
|
||||
* Sun Apr 01 2012 Iain Arnell <iarnell@gmail.com> 1.000000-1
|
||||
- Specfile autogenerated by cpanspec 1.79.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user