Update to 0.34. Explicitly BR Params::Check >= 0.20.
This commit is contained in:
parent
ff51dd83e0
commit
b5b442a498
@ -1 +1 @@
|
||||
IPC-Cmd-0.32.tar.gz
|
||||
IPC-Cmd-0.34.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-IPC-Cmd
|
||||
Version: 0.32
|
||||
Version: 0.34
|
||||
Release: 1%{?dist}
|
||||
Summary: Finding and running system commands made easy
|
||||
License: GPL or Artistic
|
||||
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Locale::Maketext::Simple)
|
||||
BuildRequires: perl(Module::Load::Conditional)
|
||||
BuildRequires: perl(Params::Check)
|
||||
BuildRequires: perl(Params::Check) >= 0.20
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 03 2006 Steven Pritchard <steve@kspei.com> 0.34-1
|
||||
- Update to 0.34.
|
||||
- Explicitly BR Params::Check >= 0.20.
|
||||
|
||||
* Tue Oct 17 2006 Steven Pritchard <steve@kspei.com> 0.32-1
|
||||
- Update to 0.32.
|
||||
- Use fixperms macro instead of our own chmod incantation.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user