update to 2.110350
This commit is contained in:
parent
2a3bb31dd7
commit
d5a1a1c2ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user