2.000015 bump

This commit is contained in:
Petr Šabata 2014-12-17 16:13:21 +01:00
parent 8e0dcfcceb
commit fd5bf2ce12
3 changed files with 47 additions and 45 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ local-lib-1.004009.tar.gz
/local-lib-1.008009.tar.gz
/local-lib-1.008010.tar.gz
/local-lib-2.000014.tar.gz
/local-lib-2.000015.tar.gz

View File

@ -1,34 +1,32 @@
Name: perl-local-lib
Version: 2.000014
Version: 2.000015
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/H/HA/HAARG/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
Source: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-%{version}.tar.gz
Source10: perl-homedir.sh
Source11: perl-homedir.csh
BuildArch: noarch
# Build
BuildRequires: perl
BuildRequires: perl(CPAN)
BuildRequires: perl(CPAN::HandleConfig)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.00
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(Carp::Heavy)
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(CPAN) >= 1.82
BuildRequires: perl(ExtUtils::Install) >= 1.43
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.74
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Glob)
BuildRequires: perl(File::Spec)
BuildRequires: perl(inc::Module::Install)
BuildRequires: perl(Module::Build) >= 0.36
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Tests only
BuildRequires: perl(base)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Path)
@ -36,12 +34,13 @@ BuildRequires: perl(File::Temp)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.81
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
Requires: perl(Carp::Heavy)
Requires: perl(File::Basename)
Requires: perl(File::Glob)
Requires: perl(File::Spec)
%{?perl_default_filter}
%description
This module provides a quick, convenient way of bootstrapping a user-
local Perl module library located within the user's home directory. It
@ -78,12 +77,11 @@ install this package.
%setup -q -n local-lib-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}/*
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
cp %{SOURCE10} %{buildroot}%{_sysconfdir}/profile.d/
@ -101,6 +99,9 @@ make test
%{_sysconfdir}/profile.d/*
%changelog
* Wed Dec 17 2014 Petr Šabata <contyk@redhat.com> - 2.000015-1
- 2.000015 bump
* Tue Nov 11 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.000014-1
- 2.000014 bump

View File

@ -1 +1 @@
74768258dbe9a3cd030aaf08f5b19c8d local-lib-2.000014.tar.gz
e5b0b8577f58ae7945357991660674e2 local-lib-2.000015.tar.gz