1.69 bump
This commit is contained in:
parent
b7975d1d1a
commit
e449928a2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/ExtUtils-Manifest-1.65.tar.gz
|
||||
/ExtUtils-Manifest-1.66.tar.gz
|
||||
/ExtUtils-Manifest-1.68.tar.gz
|
||||
/ExtUtils-Manifest-1.69.tar.gz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Name: perl-ExtUtils-Manifest
|
||||
Version: 1.68
|
||||
Version: 1.69
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities to write and check a MANIFEST file
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/ExtUtils-Manifest/
|
||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-Manifest-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/ExtUtils-Manifest-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -26,12 +26,9 @@ BuildRequires: perl(File::Spec) >= 0.8
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Test::More)
|
||||
# CPAN::Meta not needed
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(File::Path)
|
||||
Requires: perl(File::Spec) >= 0.8
|
||||
|
||||
# Remove underspecified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)\\s*$
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -57,6 +54,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 20 2014 Petr Pisar <ppisar@redhat.com> - 1.69-1
|
||||
- 1.69 bump
|
||||
|
||||
* Wed Sep 17 2014 Petr Pisar <ppisar@redhat.com> - 1.68-1
|
||||
- 1.68 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user