rpms/perl-Module-Build/FC-5 perl-Module-Build.spec,1.16,1.17

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat May 20 15:32:02 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Module-Build/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22215

Modified Files:
	perl-Module-Build.spec 
Log Message:
Sync with devel.


Index: perl-Module-Build.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/perl-Module-Build.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- perl-Module-Build.spec	15 May 2006 23:29:10 -0000	1.16
+++ perl-Module-Build.spec	20 May 2006 15:32:02 -0000	1.17
@@ -1,12 +1,13 @@
+%define module_version 0.28
+
 Name:           perl-Module-Build
-Version:        0.28
+Version:        0.2800
 Release:        2%{?dist}
-Epoch:          1
 Summary:        Perl module for building and installing Perl modules
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Build/
-Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{module_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Archive::Tar) >= 1.08
@@ -32,7 +33,7 @@
 works fine on perl 5.005 if you can install a few additional modules.
 
 %prep
-%setup -q -n Module-Build-%{version}
+%setup -q -n Module-Build-%{module_version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -47,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
@@ -61,12 +64,11 @@
 %{_mandir}/man3/Module::Build*.3*
 
 %changelog
-* Sat May 13 2006 Steven Pritchard <steve at kspei.com> - 1:0.28-2
-- Rebuild.
+* 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.
 
-* Fri May 12 2006 Steven Pritchard <steve at kspei.com> - 1:0.28-1
-- Update to 0.28.
-- Epoch bump to make 0.28 > 0.2612.
+* 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.
 
 * Wed Mar 15 2006 Steven Pritchard <steve at kspei.com> - 0.2612-2




More information about the fedora-extras-commits mailing list