Update to 0.2806. Use fixperms macro instead of our own chmod incantation.
This commit is contained in:
parent
3683315cc8
commit
61957bdecb
@ -1 +1 @@
|
|||||||
Module-Build-0.2805.tar.gz
|
Module-Build-0.2806.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%define module_version 0.2805
|
%define module_version 0.2806
|
||||||
|
|
||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
# When the module version is x.yz, set Version to x.yz00.
|
# When the module version is x.yz, set Version to x.yz00.
|
||||||
Version: 0.2805
|
Version: 0.2806
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl module for building and installing Perl modules
|
Summary: Perl module for building and installing Perl modules
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||||
find $RPM_BUILD_ROOT -depth -type d -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/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/Module::Build*.3*
|
%{_mandir}/man3/Module::Build*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 15 2006 Steven Pritchard <steve@kspei.com> 0.2805-3
|
||||||
- Don't BR Pod::Readme. (#215558)
|
- Don't BR Pod::Readme. (#215558)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user