update to 0.006007

This commit is contained in:
Iain Arnell 2010-11-21 11:16:11 +01:00
parent d65a612d8f
commit eccf4f0a5d
3 changed files with 13 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
local-lib-1.004009.tar.gz
/local-lib-1.006007.tar.gz

View File

@ -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@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@redhat.com> - 1.004009-3
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
23b24efceea82eb19b599c6ffe57440d local-lib-1.004009.tar.gz
f76ddac61aede24e098bf5040d24fda3 local-lib-1.006007.tar.gz