Correct typo in dependencies

f38
Petr Písař 12 years ago
parent 8b7bf42f1a
commit e3051fe18d

@ -2,7 +2,7 @@ Name: perl-Archive-Extract
# Epoch to compete with core module from perl.spec
Epoch: 1
Version: 0.68
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Generic archive extracting mechanism
License: GPL+ or Artistic
Group: Development/Libraries
@ -17,7 +17,7 @@ BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Cwd)
%if 0%(perl -e 'print $] > 5.017')
BuildRequires: perl(deprecated)
BuildRequires: perl(deprecate)
%endif
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Path)
@ -38,7 +38,7 @@ BuildRequires: perl(Test::More)
# install what he needs.
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%if 0%(perl -e 'print $] > 5.017')
Requires: perl(deprecated)
Requires: perl(deprecate)
%endif
Requires: perl(File::Spec) >= 0.82
Requires: perl(IPC::Cmd) >= 0.64
@ -76,6 +76,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue May 28 2013 Petr Pisar <ppisar@redhat.com> - 1:0.68-2
- Correct typo in dependencies
* Fri Mar 15 2013 Petr Pisar <ppisar@redhat.com> - 1:0.68-1
- 0.68 bump

Loading…
Cancel
Save