update to 0.006007
This commit is contained in:
parent
d65a612d8f
commit
eccf4f0a5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
local-lib-1.004009.tar.gz
|
local-lib-1.004009.tar.gz
|
||||||
|
/local-lib-1.006007.tar.gz
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
Name: perl-local-lib
|
Name: perl-local-lib
|
||||||
Version: 1.004009
|
Version: 1.006007
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# lib/local/lib.pm -> GPL+ or Artistic
|
# lib/local/lib.pm -> GPL+ or Artistic
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Create and use a local lib/ for perl modules
|
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
|
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))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -15,7 +14,8 @@ Source10: perl-homedir.sh
|
|||||||
Source11: perl-homedir.csh
|
Source11: perl-homedir.csh
|
||||||
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
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::CBuilder)
|
||||||
BuildRequires: perl(ExtUtils::ParseXS)
|
BuildRequires: perl(ExtUtils::ParseXS)
|
||||||
BuildRequires: perl(Module::Build) >= 0.28
|
BuildRequires: perl(Module::Build) >= 0.28
|
||||||
@ -23,7 +23,7 @@ BuildRequires: perl(Module::Build) >= 0.28
|
|||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
|
||||||
### auto-added reqs!
|
### auto-added reqs!
|
||||||
Requires: perl(CPAN) >= 1.80
|
Requires: perl(CPAN) >= 1.82
|
||||||
Requires: perl(ExtUtils::CBuilder)
|
Requires: perl(ExtUtils::CBuilder)
|
||||||
Requires: perl(ExtUtils::Install) >= 1.43
|
Requires: perl(ExtUtils::Install) >= 1.43
|
||||||
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||||
@ -74,8 +74,6 @@ install this package.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||||
@ -89,9 +87,6 @@ cp %{SOURCE11} %{buildroot}%{_sysconfdir}/profile.d/
|
|||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes
|
%doc Changes
|
||||||
@ -103,6 +98,11 @@ rm -rf %{buildroot}
|
|||||||
%{_sysconfdir}/profile.d/*
|
%{_sysconfdir}/profile.d/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.004009-3
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user