Update to 0.38. Update License tag. BR Test::More.
This commit is contained in:
parent
32e7b2528a
commit
779d2ac5e0
@ -1 +1 @@
|
||||
IPC-Cmd-0.36.tar.gz
|
||||
IPC-Cmd-0.38.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Name: perl-IPC-Cmd
|
||||
Version: 0.36
|
||||
Release: 2%{?dist}
|
||||
Version: 0.38
|
||||
Release: 1%{?dist}
|
||||
Summary: Finding and running system commands made easy
|
||||
License: GPL or Artistic
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/IPC-Cmd/
|
||||
Source0: http://www.cpan.org/authors/id/K/KA/KANE/IPC-Cmd-%{version}.tar.gz
|
||||
@ -12,6 +12,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Locale::Maketext::Simple)
|
||||
BuildRequires: perl(Module::Load::Conditional)
|
||||
BuildRequires: perl(Params::Check) >= 0.20
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -48,6 +49,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2007 Steven Pritchard <steve@kspei.com> 0.38-1
|
||||
- Update to 0.38.
|
||||
- Update License tag.
|
||||
- BR Test::More.
|
||||
|
||||
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.36-2
|
||||
- BR ExtUtils::MakeMaker.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user