Update to 0.12. Update License tag. Include CHANGES doc. BR Test::More.
This commit is contained in:
parent
de4913f938
commit
7197ae85b7
@ -1 +1 @@
|
|||||||
Module-Load-0.10.tar.gz
|
Module-Load-0.12.tar.gz
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
Name: perl-Module-Load
|
Name: perl-Module-Load
|
||||||
Version: 0.10
|
Version: 0.12
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Runtime require of both modules and files
|
Summary: Runtime require of both modules and files
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Module-Load/
|
URL: http://search.cpan.org/dist/Module-Load/
|
||||||
Source0: http://www.cpan.org/authors/id/K/KA/KANE/Module-Load-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/K/KA/KANE/Module-Load-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,11 +41,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc CHANGES README
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 15 2007 Steven Pritchard <steve@kspei.com> 0.12-1
|
||||||
|
- Update to 0.12.
|
||||||
|
- Update License tag.
|
||||||
|
- Include CHANGES doc.
|
||||||
|
- BR Test::More.
|
||||||
|
|
||||||
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.10-3
|
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.10-3
|
||||||
- Use fixperms macro instead of our own chmod incantation.
|
- Use fixperms macro instead of our own chmod incantation.
|
||||||
- BR ExtUtils::MakeMaker.
|
- BR ExtUtils::MakeMaker.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user