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