- 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:
parent
326aa846cd
commit
fa904d5e62
@ -1 +1 @@
|
||||
local-lib-1.003002.tar.gz
|
||||
local-lib-1.004000.tar.gz
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user