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.006007.tar.gz
|
||||
/local-lib-1.007000.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: perl-local-lib
|
||||
Version: 1.006007
|
||||
Version: 1.007000
|
||||
Release: 1%{?dist}
|
||||
# lib/local/lib.pm -> GPL+ or Artistic
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
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
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildArch: noarch
|
||||
@ -18,7 +18,7 @@ BuildRequires: perl(CPAN) >= 1.82
|
||||
BuildRequires: perl(Capture::Tiny)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::ParseXS)
|
||||
BuildRequires: perl(Module::Build) >= 0.28
|
||||
BuildRequires: perl(Module::Build) >= 0.36
|
||||
# testing...
|
||||
BuildRequires: perl(Test::More)
|
||||
|
||||
@ -61,7 +61,7 @@ Requires: /usr/bin/cpan
|
||||
perl-homedir configures the system to automatically create a ~/perl5
|
||||
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
|
||||
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,
|
||||
install this package.
|
||||
@ -98,6 +98,10 @@ make test
|
||||
%{_sysconfdir}/profile.d/*
|
||||
|
||||
%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
|
||||
- update to latest upstream version
|
||||
- clean up spec for modern rpmbuild
|
||||
|
Loading…
Reference in New Issue
Block a user