forked from pool/perl-local-lib
1.008004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
852a271012
commit
3b2e099815
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89a4015760f1d63d931bb5780141b687f4188096545543fa0e1f720ce8e8643c
|
||||
size 51929
|
||||
3
local-lib-1.008004.tar.gz
Normal file
3
local-lib-1.008004.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a0cc5b59faa14d3533856256ab1721d6c29f1822d9508d80a71c0ee4ce05156
|
||||
size 53977
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 20:01:38 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.008004: no user-visible changes
|
||||
|
||||
- changes from 1.008002:
|
||||
* add local::lib stacking support
|
||||
* add activation/deactivation support
|
||||
|
||||
- changes from 1.008001:
|
||||
* bootstrap Module::Build just like ExtUtils::MakeMaker
|
||||
|
||||
- changes from 1.008000:
|
||||
* print_environment_vars_for() refactored with separate function
|
||||
environment_vars_string_for()
|
||||
* PERL_LOCAL_LIB_ROOT environment is added to disambiguate when PERL_MM_OPT,
|
||||
etc. was set by local::lib or other means
|
||||
|
||||
- changes from 1.006009:
|
||||
* split up method guess_shelltype from parts of print_environment_vars_for
|
||||
* updated documentation about change of use with .modulebuildrc
|
||||
|
||||
- changes from 1.006008:
|
||||
* finally move to PERL_MB_OPT rather than using .modulebuildrc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 18:30:24 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
# norootforbuild
|
||||
# vim: set ts=4 sw=4 et:
|
||||
|
||||
Name: perl-local-lib
|
||||
Version: 1.006007
|
||||
Release: 0
|
||||
Summary: Create and Use a local Library Directory for Perl Modules
|
||||
Source: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/lib/local-lib-%{version}.tar.gz
|
||||
Source1: perl-homedir.sh
|
||||
Source2: perl-homedir.csh
|
||||
URL: http://search.cpan.org/dist/local-lib/
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: make perl perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(CPAN) >= 1.80
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::ParseXS)
|
||||
BuildRequires: perl(Module::Build) >= 0.28
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(ExtUtils::Install) >= 1.43
|
||||
Name: perl-local-lib
|
||||
Version: 1.008004
|
||||
Release: 0
|
||||
Summary: Create and Use a local Library Directory for Perl Modules
|
||||
Source: http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz
|
||||
Source1: perl-homedir.sh
|
||||
Source2: perl-homedir.csh
|
||||
URL: http://search.cpan.org/dist/local-lib/
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: make perl perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(CPAN) >= 1.80
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::ParseXS)
|
||||
BuildRequires: perl(Module::Build) >= 0.28
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(ExtUtils::Install) >= 1.43
|
||||
%if 0%{?suse_version} >= 1030
|
||||
Requires: perl-base = %{perl_version}
|
||||
Requires: perl-base = %{perl_version}
|
||||
%else
|
||||
Requires: perl
|
||||
Requires: perl
|
||||
%endif
|
||||
Requires: perl(CPAN) >= 1.80
|
||||
Requires: perl(ExtUtils::CBuilder)
|
||||
Requires: perl(ExtUtils::Install) >= 1.43
|
||||
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
Requires: perl(ExtUtils::ParseXS)
|
||||
Requires: perl(Module::Build) >= 0.28
|
||||
Requires: perl(CPAN) >= 1.80
|
||||
Requires: perl(ExtUtils::CBuilder)
|
||||
Requires: perl(ExtUtils::Install) >= 1.43
|
||||
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
Requires: perl(ExtUtils::ParseXS)
|
||||
Requires: perl(Module::Build) >= 0.28
|
||||
|
||||
%description
|
||||
This module provides a quick, convenient way of bootstrapping a user-local Perl
|
||||
@@ -45,10 +45,10 @@ 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
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: /usr/bin/cpan
|
||||
Summary: Per-user Perl local::lib setup
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: /usr/bin/cpan
|
||||
|
||||
%description -n perl-homedir
|
||||
perl-homedir configures the system to automatically create a ~/perl5
|
||||
@@ -116,8 +116,3 @@ unset PERL_MM_OPT
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/*
|
||||
|
||||
%changelog
|
||||
# vim: set sw=3 ts=3 noet:
|
||||
# Local Variables:
|
||||
# mode: rpm-spec
|
||||
# tab-width: 3
|
||||
# End:
|
||||
|
||||
Reference in New Issue
Block a user