Update to 0.12. Update License tag. Update BR IPC::Cmd to >= 0.36.
This commit is contained in:
parent
6269740ccc
commit
ce7ae14b17
@ -1 +1 @@
|
||||
File-Fetch-0.10.tar.gz
|
||||
File-Fetch-0.12.tar.gz
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
Name: perl-File-Fetch
|
||||
Version: 0.10
|
||||
Release: 2%{?dist}
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Generic file fetching mechanism
|
||||
License: GPL or Artistic
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-Fetch/
|
||||
Source0: http://www.cpan.org/authors/id/K/KA/KANE/File-Fetch-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(IPC::Cmd) >= 0.04
|
||||
BuildRequires: perl(IPC::Cmd) >= 0.36
|
||||
BuildRequires: perl(Locale::Maketext::Simple)
|
||||
BuildRequires: perl(Module::Load::Conditional) >= 0.04
|
||||
BuildRequires: perl(Params::Check) >= 0.07
|
||||
Requires: perl(IPC::Cmd) >= 0.04
|
||||
Requires: perl(IPC::Cmd) >= 0.36
|
||||
Requires: perl(Module::Load::Conditional) >= 0.04
|
||||
Requires: perl(Params::Check) >= 0.07
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2007 Steven Pritchard <steve@kspei.com> 0.12-1
|
||||
- Update to 0.12.
|
||||
- Update License tag.
|
||||
- Update BR IPC::Cmd to >= 0.36.
|
||||
|
||||
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.10-2
|
||||
- BR ExtUtils::MakeMaker.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user