@ -1,6 +1,6 @@
Name: perl-Config-Tiny
Version: 2.20
Release: 4 %{?dist}
Version: 2.21
Release: 1 %{?dist}
Summary: Perl module for reading and writing .ini style configuration files
Group: Development/Libraries
License: GPL+ or Artistic
@ -8,7 +8,9 @@ URL: http://search.cpan.org/dist/Config-Tiny/
Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-%{version}.tgz
BuildArch: noarch
# Module Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(warnings)
# Module Runtime
BuildRequires: perl(strict)
# Test Suite
@ -19,7 +21,7 @@ BuildRequires: perl(UNIVERSAL)
BuildRequires: perl(utf8)
# Extra Tests
BuildRequires: perl(Test::CPAN::Meta) >= 0.17
# Test::MinimumVersion -> Perl::MinimumVersion -> Perl::Critic -> Config::Tiny
# Test::MinimumVersion → Perl::MinimumVersion → Perl::Critic → Config::Tiny
%if 0%{!?perl_bootstrap:1}
BuildRequires: perl(Test::MinimumVersion) >= 0.101080
%endif
@ -49,11 +51,22 @@ make test
make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1
%files
%doc Changes LICENSE README
%license LICENSE
%doc Changes README
%{perl_vendorlib}/Config/
%{_mandir}/man3/Config::Tiny.3pm *
%{_mandir}/man3/Config::Tiny.3*
%changelog
* Mon Feb 16 2015 Paul Howarth <paul@city-fan.org> - 2.21-1
- Update to 2.21
- Patch Makefile.PL to refer to the current repo, which is on github, and
not the original one, which is on Adam's web site (CPAN RT#102125)
- Remove Build.PL (CPAN RT#102126)
- Edit line lengths in the Changes file to a maximum of 100 characters
- Edit line lengths in the docs the same way
- Expand the SEE ALSO section of the docs
- Use %%license
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.20-4
- Perl 5.20 re-rebuild of bootstrapped packages