From cdbeab9cdefbee37da028c6ba60d2acd3c70fa83 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sun, 13 Jan 2008 16:12:08 +0000 Subject: [PATCH] disable tests, TMV for first pass rebuild --- perl-Config-Tiny.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index e4b7c75..eb81f8a 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Config-Tiny Version: 2.12 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Perl module for reading and writing .ini style configuration files Group: Development/Libraries @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::MinimumVersion) +# BuildRequires: perl(Test::MinimumVersion) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -39,7 +39,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check -make test AUTOMATED_TESTING=1 +# make test AUTOMATED_TESTING=1 %clean @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 13 2008 Tom "spot" Callaway - 2.12-2.1 +- rebuild with TMV, tests disabled for first pass + * Fri Jan 11 2008 Tom "spot" Callaway - 2.12-2 - Rebuild for new perl