diff --git a/.gitignore b/.gitignore index a054df7..019de54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ local-lib-1.004009.tar.gz /local-lib-1.006007.tar.gz +/local-lib-1.007000.tar.gz diff --git a/perl-local-lib.spec b/perl-local-lib.spec index 2eb171e..4bb5f0b 100644 --- a/perl-local-lib.spec +++ b/perl-local-lib.spec @@ -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 1.007000-1 +- update to latest upstream version +- fix typo in description + * Sun Nov 21 2010 Iain Arnell 1.006007-1 - update to latest upstream version - clean up spec for modern rpmbuild diff --git a/sources b/sources index 75a8f53..3e00bf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f76ddac61aede24e098bf5040d24fda3 local-lib-1.006007.tar.gz +d41dd5b393e260b7f96e5e8f1312a133 local-lib-1.007000.tar.gz