Update to 0.65. Use fixperms macro instead of our own chmod incantation. BR

ExtUtils::MakeMaker.
This commit is contained in:
Steven Pritchard 2007-04-17 19:46:22 +00:00
parent bb1e6dd12f
commit 804285c4c1
3 changed files with 11 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
Name: perl-Module-Install
Version: 0.64
Release: 2%{?dist}
Version: 0.65
Release: 1%{?dist}
Summary: Standalone, extensible Perl module installer
License: GPL or Artistic
Group: Development/Libraries
@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Module-Install/
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(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::CoreList)
BuildRequires: perl(Module::ScanDeps) >= 0.28
@ -42,7 +43,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
%{_fixperms} $RPM_BUILD_ROOT/*
find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \;
%check
@ -58,6 +59,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.65-1
- Update to 0.65.
- Use fixperms macro instead of our own chmod incantation.
- BR ExtUtils::MakeMaker.
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.64-2
- Rebuild.

View File

@ -1 +1 @@
250c46b66459d16caa727b6c02e091c5 Module-Install-0.64.tar.gz
5b0891564d10bb4e59263bfd85a0117f Module-Install-0.65.tar.gz