update to 1.007000
This commit is contained in:
parent
eccf4f0a5d
commit
bc9804c6fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
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
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: perl-local-lib
|
Name: perl-local-lib
|
||||||
Version: 1.006007
|
Version: 1.007000
|
||||||
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
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Create and use a local lib/ for perl modules
|
Summary: Create and use a local lib/ for perl modules
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/G/GE/GETTY/local-lib-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/local-lib
|
Url: http://search.cpan.org/dist/local-lib
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -18,7 +18,7 @@ BuildRequires: perl(CPAN) >= 1.82
|
|||||||
BuildRequires: perl(Capture::Tiny)
|
BuildRequires: perl(Capture::Tiny)
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(ExtUtils::ParseXS)
|
BuildRequires: perl(ExtUtils::ParseXS)
|
||||||
BuildRequires: perl(Module::Build) >= 0.28
|
BuildRequires: perl(Module::Build) >= 0.36
|
||||||
# testing...
|
# testing...
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ Requires: /usr/bin/cpan
|
|||||||
perl-homedir configures the system to automatically create a ~/perl5
|
perl-homedir configures the system to automatically create a ~/perl5
|
||||||
directory in each user's $HOME on user login. This allows each user to
|
directory in each user's $HOME on user login. This allows each user to
|
||||||
install and CPAN packages via the CPAN to their $HOME, with no additional
|
install and CPAN packages via the CPAN to their $HOME, with no additional
|
||||||
configuration or privliges, and without installing them system-wide.
|
configuration or privileges, and without installing them system-wide.
|
||||||
|
|
||||||
If you want your users to be able to install and use their own Perl modules,
|
If you want your users to be able to install and use their own Perl modules,
|
||||||
install this package.
|
install this package.
|
||||||
@ -98,6 +98,10 @@ make test
|
|||||||
%{_sysconfdir}/profile.d/*
|
%{_sysconfdir}/profile.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 17 2010 Iain Arnell <iarnell@gmail.com> 1.007000-1
|
||||||
|
- update to latest upstream version
|
||||||
|
- fix typo in description
|
||||||
|
|
||||||
* Sun Nov 21 2010 Iain Arnell <iarnell@gmail.com> 1.006007-1
|
* Sun Nov 21 2010 Iain Arnell <iarnell@gmail.com> 1.006007-1
|
||||||
- update to latest upstream version
|
- update to latest upstream version
|
||||||
- clean up spec for modern rpmbuild
|
- clean up spec for modern rpmbuild
|
||||||
|
Loading…
Reference in New Issue
Block a user