rpms/clucene/F-9 clucene.spec,1.7,1.8

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Tue May 27 04:45:29 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/clucene/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20235

Modified Files:
	clucene.spec 
Log Message:
disable tests on sparc64 also



Index: clucene.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clucene/F-9/clucene.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- clucene.spec	11 Feb 2008 03:54:34 -0000	1.7
+++ clucene.spec	27 May 2008 04:44:46 -0000	1.8
@@ -3,7 +3,7 @@
 Summary:	A C++ port of Lucene
 Name:		clucene
 Version:	0.9.20
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	LGPLv2+ or ASL 2.0
 Group:		Development/System
 URL:		http://www.sourceforge.net/projects/clucene
@@ -107,7 +107,7 @@
 
 # Run the tests 
 ## It currently fails 2 tests for ppc64 builds, upstream is looking into it.
-%ifnarch ppc64
+%ifnarch ppc64 sparc64
 %check
 pushd %{name}-core-%{version}
 make check
@@ -167,6 +167,9 @@
 %endif
 
 %changelog
+* Mon May 26 2008 Dennis Gilmore <dennis at ausil.us> - 0.9.20-5
+- disables tests on sparc64 also
+
 * Sun Feb 10 2008 Deji Akingunola <dakingun at gmail.com> - 0.9.20-4
 - Rebuild for gcc43
 




More information about the fedora-extras-commits mailing list