update to 2.110350

This commit is contained in:
Iain Arnell 2011-02-04 17:41:11 +01:00
parent 2a3bb31dd7
commit d5a1a1c2ef
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
CPAN-Meta-2.101670.tar.gz
CPAN-Meta-2.102160.tar.gz
/CPAN-Meta-2.102400.tar.gz
/CPAN-Meta-2.110350.tar.gz

View File

@ -1,10 +1,10 @@
Name: perl-CPAN-Meta
Summary: Distribution metadata for a CPAN dist
Version: 2.102400
Release: 2%{?dist}
Version: 2.110350
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/CPAN-Meta-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
URL: http://search.cpan.org/dist/CPAN-Meta/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -17,11 +17,10 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp) >= 0.20
BuildRequires: perl(IO::Dir)
BuildRequires: perl(JSON) >= 2
BuildRequires: perl(Parse::CPAN::Meta)
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4300
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(version) >= 0.82
BuildRequires: perl(Version::Requirements) >= 0.101020
@ -60,11 +59,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes dist.ini history LICENSE META.json README Todo
%doc Changes history LICENSE README Todo
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri Feb 04 2011 Iain Arnell <iarnell@gmail.com> 2.110350-1
- update to latest upstream version
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.102400-2
- 661697 rebuild for fixing problems with vendorach/lib

View File

@ -1 +1 @@
6df415cce1990a7f0e6737a18a1f2d2a CPAN-Meta-2.102400.tar.gz
e9fafca0716d4ef2832eebcd21a16ddc CPAN-Meta-2.110350.tar.gz