|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Archive-Extract
|
|
|
|
|
Version: 0.14
|
|
|
|
|
Version: 0.16
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Generic archive extracting mechanism
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Archive-Extract/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/K/KA/KANE/Archive-Extract-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(IPC::Cmd) >= 0.29
|
|
|
|
|
BuildRequires: perl(IPC::Cmd) >= 0.36
|
|
|
|
|
BuildRequires: perl(Locale::Maketext::Simple)
|
|
|
|
|
BuildRequires: perl(Module::Load::Conditional) >= 0.04
|
|
|
|
|
BuildRequires: perl(Params::Check) >= 0.07
|
|
|
|
@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 27 2007 Steven Pritchard <steve@kspei.com> 0.16-1
|
|
|
|
|
- Update to 0.16.
|
|
|
|
|
- BR: IPC::Cmd >= 0.36.
|
|
|
|
|
|
|
|
|
|
* Fri Nov 03 2006 Steven Pritchard <steve@kspei.com> 0.14-1
|
|
|
|
|
- Update to 0.14.
|
|
|
|
|
- Use fixperms macro instead of our own chmod incantation.
|
|
|
|
|