rpms/perl-IO-All/devel perl-IO-All.spec,1.3,1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Jul 7 17:27:43 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-IO-All/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25515

Modified Files:
	perl-IO-All.spec 
Log Message:
Re-enable "make test".
BR File::ReadBackwards for better test coverage.



Index: perl-IO-All.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-All/devel/perl-IO-All.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-IO-All.spec	25 May 2006 00:17:53 -0000	1.3
+++ perl-IO-All.spec	7 Jul 2006 17:27:43 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-IO-All
 Version:        0.35
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        IO::All Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Spiffy) >= 0.21
+BuildRequires:  perl(File::ReadBackwards)
 Requires:       perl(Spiffy) >= 0.21
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -45,7 +46,7 @@
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
 %check
-%{?_with_check:make test}
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT %{__perl_requires}
@@ -57,6 +58,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 07 2006 Steven Pritchard <steve at kspei.com> 0.35-2
+- Re-enable "make test".
+- BR File::ReadBackwards for better test coverage.
+
 * Wed May 24 2006 Steven Pritchard <steve at kspei.com> 0.35-1
 - Update to 0.35.
 




More information about the fedora-extras-commits mailing list