diff --git a/.cvsignore b/.cvsignore index 6b3157d..a95798d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Install-0.63.tar.gz +Module-Install-0.64.tar.gz diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 8a32a4c..dc25a01 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -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 0.64-1 +- Update to 0.64. +- Fix find option order. + * Thu Jun 08 2006 Steven Pritchard 0.63-1 - Update to 0.63. diff --git a/sources b/sources index 61f8d05..baead36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2404a019eaf149eaa34db65ab8fb72d Module-Install-0.63.tar.gz +250c46b66459d16caa727b6c02e091c5 Module-Install-0.64.tar.gz