|
|
|
@ -2,7 +2,7 @@ Name: perl-Archive-Extract
|
|
|
|
|
# Epoch to compete with core module from perl.spec
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 0.74
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Generic archive extracting mechanism
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -13,6 +13,8 @@ BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
# Run-time:
|
|
|
|
|
# Prefer Archive::Tar to suppress warnings, bug #1217352, CPAN RT#104121
|
|
|
|
|
BuildRequires: perl(Archive::Tar)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
@ -40,6 +42,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
%if 0%(perl -e 'print $] > 5.017')
|
|
|
|
|
Requires: perl(deprecate)
|
|
|
|
|
%endif
|
|
|
|
|
# Prefer Archive::Tar to suppress warnings, bug #1217352, CPAN RT#104121
|
|
|
|
|
Requires: perl(Archive::Tar)
|
|
|
|
|
Requires: perl(File::Spec) >= 0.82
|
|
|
|
|
Requires: perl(IPC::Cmd) >= 0.64
|
|
|
|
|
Requires: perl(Module::Load::Conditional) >= 0.04
|
|
|
|
@ -76,6 +80,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 30 2015 Petr Pisar <ppisar@redhat.com> - 1:0.74-2
|
|
|
|
|
- Prefer Archive::Tar (bug #1217352)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 21 2014 Petr Pisar <ppisar@redhat.com> - 1:0.74-1
|
|
|
|
|
- 0.74 bump
|
|
|
|
|
|
|
|
|
|