|
|
|
@ -4,14 +4,9 @@
|
|
|
|
|
# Marked as unstable (cf. lib/Reply/Plugin/TypeTiny.pm)
|
|
|
|
|
%bcond_with reply_plugin
|
|
|
|
|
|
|
|
|
|
# Bootstrap for EPEL
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%global perl_bootstrap 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: perl-Type-Tiny
|
|
|
|
|
Version: 1.012004
|
|
|
|
|
Release: 0%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tiny, yet Moo(se)-compatible type constraint
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://typetiny.toby.ink/
|
|
|
|
@ -242,6 +237,9 @@ make test EXTENDED_TESTING=1
|
|
|
|
|
%{_mandir}/man3/Test::TypeTiny.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 10 2022 Paul Howarth <paul@city-fan.org> - 1.012004-1
|
|
|
|
|
- EPEL post-bootstrap rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 1 2022 Paul Howarth <paul@city-fan.org> - 1.012004-0
|
|
|
|
|
- Update to 1.012004 (see Changes file for details)
|
|
|
|
|
- Bootstrap for EPEL
|
|
|
|
|