0.21 bump

This commit is contained in:
Petr Písař 2012-04-27 13:31:17 +02:00
parent fd7361bf6f
commit 06b1849e37
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Test-CPAN-Meta-0.17.tar.gz
/Test-CPAN-Meta-0.21.tar.gz

View File

@ -1,14 +1,15 @@
Name: perl-Test-CPAN-Meta
Version: 0.17
Release: 5%{?dist}
Version: 0.21
Release: 1%{?dist}
Summary: Validation of the META.yml file in a CPAN distribution
License: GPL+ or Artistic
License: Artistic 2.0
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-CPAN-Meta/
Source0: http://www.cpan.org/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::File)
BuildRequires: perl(Parse::CPAN::Meta) >= 0.02
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester)
@ -52,11 +53,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Artistic Changes LICENSE README examples/
%doc Changes LICENSE README examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri Apr 27 2012 Petr Pisar <ppisar@redhat.com> - 0.21-1
- 0.21 bump
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
17fd0360083a3bee4b225b6b344db1a0 Test-CPAN-Meta-0.17.tar.gz
949b5867708c1fe5a3ac51cdcb25eaea Test-CPAN-Meta-0.21.tar.gz