Upstream update.

- Split out perl(Test::TypeTiny) to avoid deps on perl(Test::*).
epel9
Ralf Corsépius 11 years ago
parent 52bbfa525b
commit 0139c0d4d8

1
.gitignore vendored

@ -1 +1,2 @@
/Type-Tiny-0.040.tar.gz
/Type-Tiny-0.042.tar.gz

@ -1,5 +1,5 @@
Name: perl-Type-Tiny
Version: 0.040
Version: 0.042
Release: 1%{?dist}
Summary: Tiny, yet Moo(se)-compatible type constraint
License: GPL+ or Artistic
@ -61,6 +61,12 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
Type::Tiny is a tiny class for creating Moose-like type constraint objects
which are compatible with Moo, Moose and Mouse.
%package -n perl-Test-TypeTiny
Summary: Test::TypeTiny module
%description -n perl-Test-TypeTiny
Test::TypeTiny module.
%prep
%setup -q -n Type-Tiny-%{version}
@ -83,7 +89,17 @@ make test
%{perl_vendorlib}/*
%{!?with_reply_plugin:%exclude %{perl_vendorlib}/Reply}
%{_mandir}/man3/*
%exclude %{perl_vendorlib}/Test
%exclude %{_mandir}/man3/Test::TypeTiny.3pm*
%files -n perl-Test-TypeTiny
%{perl_vendorlib}/Test
%{_mandir}/man3/Test::TypeTiny.3pm*
%changelog
* Tue Apr 08 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-1
- Upstream update.
- Split out perl(Test::TypeTiny) to avoid deps on perl(Test::*).
* Fri Mar 21 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 0.040-1
- Initial Fedora package.

@ -1 +1 @@
e1b0730e699d03cd82c240d79f64635f Type-Tiny-0.040.tar.gz
0e0c460dfcaeb97ad91d9d6f101657f6 Type-Tiny-0.042.tar.gz

Loading…
Cancel
Save