Update to 0.16. BR: version.
This commit is contained in:
parent
05ff6bf365
commit
02603f3265
@ -1 +1 @@
|
|||||||
Module-Load-Conditional-0.14.tar.gz
|
Module-Load-Conditional-0.16.tar.gz
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Module-Load-Conditional
|
Name: perl-Module-Load-Conditional
|
||||||
Version: 0.14
|
Version: 0.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Looking up module information / loading at runtime
|
Summary: Looking up module information / loading at runtime
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
@ -11,6 +11,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: perl(Locale::Maketext::Simple)
|
BuildRequires: perl(Locale::Maketext::Simple)
|
||||||
BuildRequires: perl(Module::Load)
|
BuildRequires: perl(Module::Load)
|
||||||
BuildRequires: perl(Params::Check)
|
BuildRequires: perl(Params::Check)
|
||||||
|
BuildRequires: perl(version) >= 0.69
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 27 2007 Steven Pritchard <steve@kspei.com> 0.16-1
|
||||||
|
- Update to 0.16.
|
||||||
|
- BR: version.
|
||||||
|
|
||||||
* Sat Jan 06 2007 Steven Pritchard <steve@kspei.com> 0.14-1
|
* Sat Jan 06 2007 Steven Pritchard <steve@kspei.com> 0.14-1
|
||||||
- Update to 0.14.
|
- Update to 0.14.
|
||||||
- Use fixperms macro instead of our own chmod incantation.
|
- Use fixperms macro instead of our own chmod incantation.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user