- auto-update to 1.004000 (by cpan-spec-update 0.01)

- altered br on perl(ExtUtils::MakeMaker) (6.31 => 6.42)
This commit is contained in:
Chris Weyl 2009-05-19 05:52:49 +00:00
parent 326aa846cd
commit fa904d5e62
3 changed files with 15 additions and 12 deletions

View File

@ -1 +1 @@
local-lib-1.003002.tar.gz
local-lib-1.004000.tar.gz

View File

@ -1,17 +1,17 @@
Name: perl-local-lib
Version: 1.003002
Name: perl-local-lib
Version: 1.004000
Release: 1%{?dist}
# lib/local/lib.pm -> GPL+ or Artistic
License: 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/A/AP/APEIRON/local-lib-%{version}.tar.gz
Url: http://search.cpan.org/dist/local-lib
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(CPAN) >= 1.80
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::ParseXS)
@ -31,7 +31,7 @@ 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 to ship an application with an app-specific copy of a Perl module,
or 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
hasn't applied a patch to a module of theirs that you need for your
application.
%prep
@ -54,19 +54,22 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
make test
%clean
rm -rf %{buildroot}
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Tue May 19 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.004000-1
- auto-update to 1.004000 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (6.31 => 6.42)
* Sun Mar 08 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.003002-1
- submission
* Sun Mar 08 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.003002-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)

View File

@ -1 +1 @@
e3988eb5f0dff67b4bca98fe0cc3790d local-lib-1.003002.tar.gz
c009951bbedbd9042505353361b1edfe local-lib-1.004000.tar.gz