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

This commit is contained in:
Steven Pritchard 2006-12-26 18:19:45 +00:00
parent 3683315cc8
commit 61957bdecb
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
Module-Build-0.2805.tar.gz
Module-Build-0.2806.tar.gz

View File

@ -1,9 +1,9 @@
%define module_version 0.2805
%define module_version 0.2806
Name: perl-Module-Build
# When the module version is x.yz, set Version to x.yz00.
Version: 0.2805
Release: 3%{?dist}
Version: 0.2806
Release: 1%{?dist}
Summary: Perl module for building and installing Perl modules
License: GPL or Artistic
Group: Development/Libraries
@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
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/*
%check
./Build test
@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Module::Build*.3*
%changelog
* Sat Dec 16 2006 Steven Pritchard <steve@kspei.com> 0.2806-1
- Update to 0.2806.
- Use fixperms macro instead of our own chmod incantation.
* Wed Nov 15 2006 Steven Pritchard <steve@kspei.com> 0.2805-3
- Don't BR Pod::Readme. (#215558)

View File

@ -1 +1 @@
598bb59b86c2c4842eeffb03392fab5b Module-Build-0.2805.tar.gz
919a54ab295329ab668fae14756ae80a Module-Build-0.2806.tar.gz