0.21 bump
This commit is contained in:
parent
fd7361bf6f
commit
06b1849e37
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Test-CPAN-Meta-0.17.tar.gz
|
||||
/Test-CPAN-Meta-0.21.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user