[perl-local-lib] update to 0.006007

Iain Arnell iarnell at fedoraproject.org
Sun Nov 21 10:16:15 UTC 2010


commit eccf4f0a5dd7389b8afe2e24e527adc146092a65
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Nov 21 11:16:11 2010 +0100

    update to 0.006007

 .gitignore          |    1 +
 perl-local-lib.spec |   22 +++++++++++-----------
 sources             |    2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f8e1bd6..a054df7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 local-lib-1.004009.tar.gz
+/local-lib-1.006007.tar.gz
diff --git a/perl-local-lib.spec b/perl-local-lib.spec
index b34927c..2eb171e 100644
--- a/perl-local-lib.spec
+++ b/perl-local-lib.spec
@@ -1,13 +1,12 @@
 Name:       perl-local-lib
-Version:    1.004009
-Release:    3%{?dist}
+Version:    1.006007
+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/A/AP/APEIRON/local-lib-%{version}.tar.gz
+Source:     http://search.cpan.org/CPAN/authors/id/G/GE/GETTY/local-lib-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/local-lib
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -15,7 +14,8 @@ Source10:   perl-homedir.sh
 Source11:   perl-homedir.csh
 
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires: perl(CPAN) >= 1.80
+BuildRequires: perl(CPAN) >= 1.82
+BuildRequires: perl(Capture::Tiny)
 BuildRequires: perl(ExtUtils::CBuilder)
 BuildRequires: perl(ExtUtils::ParseXS)
 BuildRequires: perl(Module::Build) >= 0.28
@@ -23,7 +23,7 @@ BuildRequires: perl(Module::Build) >= 0.28
 BuildRequires: perl(Test::More)
 
 ### auto-added reqs!
-Requires:       perl(CPAN) >= 1.80
+Requires:       perl(CPAN) >= 1.82
 Requires:       perl(ExtUtils::CBuilder)
 Requires:       perl(ExtUtils::Install) >= 1.43
 Requires:       perl(ExtUtils::MakeMaker) >= 6.31
@@ -74,8 +74,6 @@ install this package.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -89,9 +87,6 @@ cp %{SOURCE11} %{buildroot}%{_sysconfdir}/profile.d/
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes
@@ -103,6 +98,11 @@ rm -rf %{buildroot}
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Sun Nov 21 2010 Iain Arnell <iarnell at gmail.com> 1.006007-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+- BR perl(Capture::Tiny)
+
 * Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.004009-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 8a3350e..75a8f53 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23b24efceea82eb19b599c6ffe57440d  local-lib-1.004009.tar.gz
+f76ddac61aede24e098bf5040d24fda3  local-lib-1.006007.tar.gz



More information about the perl-devel mailing list