forked from pool/perl-local-lib
- updated to 1.008010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
75c9be3c13
commit
a160280a15
@@ -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
|
Tue Jun 11 18:38:33 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -28,35 +28,45 @@ Source1: perl-homedir.sh
|
|||||||
Source2: perl-homedir.csh
|
Source2: perl-homedir.csh
|
||||||
Url: http://search.cpan.org/dist/local-lib/
|
Url: http://search.cpan.org/dist/local-lib/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CPAN) >= 1.80
|
BuildRequires: perl(CPAN) >= 1.82
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
|
||||||
BuildRequires: perl(ExtUtils::Install) >= 1.43
|
BuildRequires: perl(ExtUtils::Install) >= 1.43
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||||
BuildRequires: perl(ExtUtils::ParseXS)
|
BuildRequires: perl(Module::Build) >= 0.3600
|
||||||
BuildRequires: perl(Module::Build) >= 0.28
|
#BuildRequires: perl(Capture::Tiny)
|
||||||
BuildRequires: perl(Test::More)
|
#BuildRequires: perl(CPAN::HandleConfig)
|
||||||
Requires: perl(CPAN) >= 1.80
|
#BuildRequires: perl(CPANPLUS::Backend)
|
||||||
Requires: perl(ExtUtils::CBuilder)
|
#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::Install) >= 1.43
|
||||||
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||||
Requires: perl(ExtUtils::ParseXS)
|
Requires: perl(Module::Build) >= 0.3600
|
||||||
Requires: perl(Module::Build) >= 0.28
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides a quick, convenient way of bootstrapping a user-local Perl
|
This module provides a quick, convenient way of bootstrapping a user-local
|
||||||
module library located within the user's home directory. It also constructs and
|
Perl module library located within the user's home directory. It also
|
||||||
prints out for the user the list of environment variables using the syntax
|
constructs and prints out for the user the list of environment variables
|
||||||
appropriate for the user's current shell (as specified by the SHELL environment
|
using the syntax appropriate for the user's current shell (as specified by
|
||||||
variable), suitable for directly adding to one's shell configuration file.
|
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
|
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
|
directory containing Perl modules outside of Perl's '@INC'. This makes it
|
||||||
to ship an application with an app-specific copy of a Perl module, or
|
easier to ship an application with an app-specific copy of a Perl module,
|
||||||
collection of modules. Useful in cases like when an upstream maintainer hasn't
|
or collection of modules. Useful in cases like when an upstream maintainer
|
||||||
applied a patch to a module of theirs that you need for your application.
|
hasn't applied a patch to a module of theirs that you need for your
|
||||||
|
application.
|
||||||
|
|
||||||
%package -n perl-homedir
|
%package -n perl-homedir
|
||||||
Summary: Per-user Perl local::lib setup
|
Summary: Per-user Perl local::lib setup
|
||||||
|
Reference in New Issue
Block a user