rpms/perl-IO-Prompt/devel perl-IO-Prompt.spec,1.8,1.9

Chris Weyl cweyl at fedoraproject.org
Sun Feb 28 04:36:34 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-IO-Prompt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22734

Modified Files:
	perl-IO-Prompt.spec 
Log Message:
* Sat Feb 27 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.997-2
- conditionalize tests -- they fail in koji



Index: perl-IO-Prompt.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Prompt/devel/perl-IO-Prompt.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-IO-Prompt.spec	27 Feb 2010 21:34:33 -0000	1.8
+++ perl-IO-Prompt.spec	28 Feb 2010 04:36:34 -0000	1.9
@@ -1,7 +1,7 @@
 Name:           perl-IO-Prompt
 Summary:        Interactively prompt for user input
 Version:        0.997
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/IO-Prompt-%{version}.tar.gz 
@@ -53,7 +53,8 @@ find %{buildroot} -type d -depth -exec r
 
 
 %check
-make test
+%{?!_with_chec: echo Not running tests unless --with check is specificed }
+%{?_with_check: make test }
 
 
 %clean
@@ -68,6 +69,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Feb 27 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.997-2
+- conditionalize tests -- they fail in koji
+
 * Sat Feb 27 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.997-1
 - update by Fedora::App::MaintainerTools 0.004
 - PERL_INSTALL_ROOT => DESTDIR



More information about the scm-commits mailing list