Update to 2.11.
This commit is contained in:
parent
7b34603fe7
commit
bf4742f4a8
@ -1 +1 @@
|
||||
Module-CoreList-2.09.tar.gz
|
||||
Module-CoreList-2.11.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Module-CoreList
|
||||
Version: 2.09
|
||||
Version: 2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl core modules indexed by perl versions
|
||||
|
||||
@ -36,7 +36,7 @@ make %{?_smp_mflags}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 30 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.11-1
|
||||
- Update to 2.11.
|
||||
|
||||
* Thu Oct 5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-1
|
||||
- Update to 2.09.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user