Update to 0.64. Fix find option order.

This commit is contained in:
Steven Pritchard 2006-08-25 20:51:24 +00:00
parent 0e55c7a3db
commit c390cb1569
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
Module-Install-0.63.tar.gz
Module-Install-0.64.tar.gz

View File

@ -1,11 +1,11 @@
Name: perl-Module-Install
Version: 0.63
Version: 0.64
Release: 1%{?dist}
Summary: Standalone, extensible Perl module installer
License: GPL or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Install/
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Install-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Module::Build)
@ -40,7 +40,7 @@ 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+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \;
@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Aug 25 2006 Steven Pritchard <steve@kspei.com> 0.64-1
- Update to 0.64.
- Fix find option order.
* Thu Jun 08 2006 Steven Pritchard <steve@kspei.com> 0.63-1
- Update to 0.63.

View File

@ -1 +1 @@
d2404a019eaf149eaa34db65ab8fb72d Module-Install-0.63.tar.gz
250c46b66459d16caa727b6c02e091c5 Module-Install-0.64.tar.gz