rpms/perl-Module-Build/devel perl-Module-Build.spec,1.18,1.19

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu May 18 22:33:05 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Module-Build/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22907

Modified Files:
	perl-Module-Build.spec 
Log Message:
Take input from /dev/zero during "Build test" to avoid test failure.


Index: perl-Module-Build.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- perl-Module-Build.spec	17 May 2006 19:33:47 -0000	1.18
+++ perl-Module-Build.spec	18 May 2006 22:33:05 -0000	1.19
@@ -2,7 +2,7 @@
 
 Name:           perl-Module-Build
 Version:        0.2800
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl module for building and installing Perl modules
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -48,7 +48,9 @@
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+# 0.28 builds fail in the build system due
+# to no stdin in t/extend, so we cheat.
+./Build test < /dev/zero
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,6 +64,9 @@
 %{_mandir}/man3/Module::Build*.3*
 
 %changelog
+* Thu May 18 2006 Steven Pritchard <steve at kspei.com> 0.2800-2
+- Take input from /dev/zero during "Build test" to avoid test failure.
+
 * Wed May 17 2006 Steven Pritchard <steve at kspei.com> 0.2800-1
 - Update to 0.28, but call it 0.2800 to avoid an epoch bump.
 - Various spec cleanups to closer match cpanspec output.




More information about the fedora-extras-commits mailing list