|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Archive-Extract
|
|
|
|
Name: perl-Archive-Extract
|
|
|
|
Version: 0.22
|
|
|
|
Version: 0.24
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Generic archive extracting mechanism
|
|
|
|
Summary: Generic archive extracting mechanism
|
|
|
|
License: GPL or Artistic
|
|
|
|
License: GPL or Artistic
|
|
|
@ -13,6 +13,7 @@ BuildRequires: perl(IPC::Cmd) >= 0.36
|
|
|
|
BuildRequires: perl(Locale::Maketext::Simple)
|
|
|
|
BuildRequires: perl(Locale::Maketext::Simple)
|
|
|
|
BuildRequires: perl(Module::Load::Conditional) >= 0.04
|
|
|
|
BuildRequires: perl(Module::Load::Conditional) >= 0.04
|
|
|
|
BuildRequires: perl(Params::Check) >= 0.07
|
|
|
|
BuildRequires: perl(Params::Check) >= 0.07
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -48,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 20 2007 Steven Pritchard <steve@kspei.com> 0.24-1
|
|
|
|
|
|
|
|
- Update to 0.24.
|
|
|
|
|
|
|
|
- BR Test::More.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 30 2007 Steven Pritchard <steve@kspei.com> 0.22-1
|
|
|
|
* Wed May 30 2007 Steven Pritchard <steve@kspei.com> 0.22-1
|
|
|
|
- Update to 0.22.
|
|
|
|
- Update to 0.22.
|
|
|
|
|
|
|
|
|
|
|
|