update to 1.007000

This commit is contained in:
Iain Arnell 2010-12-17 16:52:29 +01:00
parent eccf4f0a5d
commit bc9804c6fd
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
local-lib-1.004009.tar.gz
/local-lib-1.006007.tar.gz
/local-lib-1.007000.tar.gz

View File

@ -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

View File

@ -1 +1 @@
f76ddac61aede24e098bf5040d24fda3 local-lib-1.006007.tar.gz
d41dd5b393e260b7f96e5e8f1312a133 local-lib-1.007000.tar.gz