diff --git a/perl-local-lib.changes b/perl-local-lib.changes index 5323354..c8fdc15 100644 --- a/perl-local-lib.changes +++ b/perl-local-lib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 11 18:41:10 UTC 2013 - coolo@suse.com + +- updated to 1.008010 + ------------------------------------------------------------------- Tue Jun 11 18:38:33 UTC 2013 - coolo@suse.com diff --git a/perl-local-lib.spec b/perl-local-lib.spec index 237bd35..21a3112 100644 --- a/perl-local-lib.spec +++ b/perl-local-lib.spec @@ -28,35 +28,45 @@ Source1: perl-homedir.sh Source2: perl-homedir.csh Url: http://search.cpan.org/dist/local-lib/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: make BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN) >= 1.80 -BuildRequires: perl(ExtUtils::CBuilder) +BuildRequires: perl(CPAN) >= 1.82 BuildRequires: perl(ExtUtils::Install) >= 1.43 -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(ExtUtils::ParseXS) -BuildRequires: perl(Module::Build) >= 0.28 -BuildRequires: perl(Test::More) -Requires: perl(CPAN) >= 1.80 -Requires: perl(ExtUtils::CBuilder) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 +BuildRequires: perl(Module::Build) >= 0.3600 +#BuildRequires: perl(Capture::Tiny) +#BuildRequires: perl(CPAN::HandleConfig) +#BuildRequires: perl(CPANPLUS::Backend) +#BuildRequires: perl(File::HomeDir) +#BuildRequires: perl(inc::Module::Install) +#BuildRequires: perl(JSON) +#BuildRequires: perl(lib::core::only) +#BuildRequires: perl(local::lib) +#BuildRequires: perl(LWP::Simple) +#BuildRequires: perl(Module::AutoInstall) +#BuildRequires: perl(Module::Install::Base) +#BuildRequires: perl(Parse::CPAN::Meta) +#BuildRequires: perl(YAML::Tiny) +Requires: perl(CPAN) >= 1.82 Requires: perl(ExtUtils::Install) >= 1.43 Requires: perl(ExtUtils::MakeMaker) >= 6.31 -Requires: perl(ExtUtils::ParseXS) -Requires: perl(Module::Build) >= 0.28 +Requires: perl(Module::Build) >= 0.3600 +%{perl_requires} %description -This module provides a quick, convenient way of bootstrapping a user-local Perl -module library located within the user's home directory. It also constructs and -prints out for the user the list of environment variables using the syntax -appropriate for the user's current shell (as specified by the SHELL environment -variable), suitable for directly adding to one's shell configuration file. +This module provides a quick, convenient way of bootstrapping a user-local +Perl module library located within the user's home directory. It also +constructs and prints out for the user the list of environment variables +using the syntax appropriate for the user's current shell (as specified by +the 'SHELL' environment variable), suitable for directly adding to one's +shell configuration file. More generally, local::lib allows for the bootstrapping and usage of a -directory containing Perl modules outside of Perl's @INC. This makes it easier -to ship an application with an app-specific copy of a Perl module, or -collection of modules. Useful in cases like when an upstream maintainer hasn't -applied a patch to a module of theirs that you need for your application. +directory containing Perl modules outside of Perl's '@INC'. This makes it +easier to ship an application with an app-specific copy of a Perl module, +or collection of modules. Useful in cases like when an upstream maintainer +hasn't applied a patch to a module of theirs that you need for your +application. %package -n perl-homedir Summary: Per-user Perl local::lib setup