update to 2.110440
This commit is contained in:
parent
431853f48b
commit
33fba12f1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,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
|
||||
/CPAN-Meta-2.110440.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: perl-CPAN-Meta
|
||||
Summary: Distribution metadata for a CPAN dist
|
||||
Version: 2.110350
|
||||
Release: 2%{?dist}
|
||||
Version: 2.110440
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
|
||||
@ -10,9 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(autodie)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp) >= 0.20
|
||||
@ -64,6 +62,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 Iain Arnell <iarnell@gmail.com> 2.110440-1
|
||||
- update to latest upstream
|
||||
- drop BR perl(autodie)
|
||||
- drop BR perl(Data::Dumper)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.110350-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user