update to 0.008001
This commit is contained in:
parent
bc9804c6fd
commit
1cf5d8c13f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
local-lib-1.004009.tar.gz
|
local-lib-1.004009.tar.gz
|
||||||
/local-lib-1.006007.tar.gz
|
/local-lib-1.006007.tar.gz
|
||||||
/local-lib-1.007000.tar.gz
|
/local-lib-1.007000.tar.gz
|
||||||
|
/local-lib-1.008001.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-local-lib
|
Name: perl-local-lib
|
||||||
Version: 1.007000
|
Version: 1.008001
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# lib/local/lib.pm -> GPL+ or Artistic
|
# lib/local/lib.pm -> GPL+ or Artistic
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -16,18 +16,14 @@ Source11: perl-homedir.csh
|
|||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||||
BuildRequires: perl(CPAN) >= 1.82
|
BuildRequires: perl(CPAN) >= 1.82
|
||||||
BuildRequires: perl(Capture::Tiny)
|
BuildRequires: perl(Capture::Tiny)
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
|
||||||
BuildRequires: perl(ExtUtils::ParseXS)
|
|
||||||
BuildRequires: perl(Module::Build) >= 0.36
|
BuildRequires: perl(Module::Build) >= 0.36
|
||||||
# testing...
|
# testing...
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
|
||||||
### auto-added reqs!
|
### auto-added reqs!
|
||||||
Requires: perl(CPAN) >= 1.82
|
Requires: perl(CPAN) >= 1.82
|
||||||
Requires: perl(ExtUtils::CBuilder)
|
|
||||||
Requires: perl(ExtUtils::Install) >= 1.43
|
Requires: perl(ExtUtils::Install) >= 1.43
|
||||||
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||||
Requires: perl(ExtUtils::ParseXS)
|
|
||||||
Requires: perl(Module::Build) >= 0.28
|
Requires: perl(Module::Build) >= 0.28
|
||||||
|
|
||||||
### auto-added brs!
|
### auto-added brs!
|
||||||
@ -98,6 +94,10 @@ make test
|
|||||||
%{_sysconfdir}/profile.d/*
|
%{_sysconfdir}/profile.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 23 2011 Iain Arnell <iarnell@gmail.com> 1.008001-1
|
||||||
|
- update to latest upstream version
|
||||||
|
- drop R/BR perl(ExtUtils::CBuilder) and perl(ExtUtils::ParseXS)
|
||||||
|
|
||||||
* Fri Dec 17 2010 Iain Arnell <iarnell@gmail.com> 1.007000-1
|
* Fri Dec 17 2010 Iain Arnell <iarnell@gmail.com> 1.007000-1
|
||||||
- update to latest upstream version
|
- update to latest upstream version
|
||||||
- fix typo in description
|
- fix typo in description
|
||||||
|
Loading…
Reference in New Issue
Block a user