Update to 3.4. Use fixperms macro instead of our own chmod incantation.
This commit is contained in:
parent
ee3349d417
commit
f5e58cb743
@ -1 +1 @@
|
||||
Module-Pluggable-3.1.tar.gz
|
||||
Module-Pluggable-3.4.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%define module_version 3.1
|
||||
%define module_version 3.4
|
||||
|
||||
Name: perl-Module-Pluggable
|
||||
Version: 3.10
|
||||
Release: 2%{?dist}
|
||||
Version: 3.40
|
||||
Release: 1%{?dist}
|
||||
Summary: Automatically give your module the ability to have plugins
|
||||
License: GPL or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -31,7 +31,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
|
||||
@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sat Dec 09 2006 Steven Pritchard <steve@kspei.com> 3.40-1
|
||||
- Update to 3.4.
|
||||
- Use fixperms macro instead of our own chmod incantation.
|
||||
|
||||
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 3.10-2
|
||||
- Fix find option order.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user