Update to 0.2801. Drop the /dev/zero hack. (Upstream fixed this problem.)
This commit is contained in:
parent
8dc4df32cd
commit
be9613d049
@ -1 +1 @@
|
|||||||
Module-Build-0.28.tar.gz
|
Module-Build-0.2801.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define module_version 0.28
|
%define module_version 0.2801
|
||||||
|
|
||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
Version: 0.2800
|
Version: 0.2801
|
||||||
Release: 2%{?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,9 +48,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
|
|||||||
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
|
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# 0.28 builds fail in the build system due
|
./Build test
|
||||||
# to no stdin in t/extend, so we cheat.
|
|
||||||
./Build test < /dev/zero
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -64,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/Module::Build*.3*
|
%{_mandir}/man3/Module::Build*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 22 2006 Steven Pritchard <steve@kspei.com> 0.2801-1
|
||||||
|
- Update to 0.2801.
|
||||||
|
- Drop the /dev/zero hack. (Upstream fixed this problem.)
|
||||||
|
|
||||||
* Thu May 18 2006 Steven Pritchard <steve@kspei.com> 0.2800-2
|
* Thu May 18 2006 Steven Pritchard <steve@kspei.com> 0.2800-2
|
||||||
- Take input from /dev/zero during "Build test" to avoid test failure.
|
- Take input from /dev/zero during "Build test" to avoid test failure.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user