rpms/graphviz/F-11 graphviz-2.20.3-sparc64-is-64bit.patch, NONE, 1.1 graphviz.spec, 1.55, 1.56

Dennis Gilmore ausil at fedoraproject.org
Wed Jun 10 19:55:31 UTC 2009


Author: ausil

Update of /cvs/extras/rpms/graphviz/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18370

Modified Files:
	graphviz.spec 
Added Files:
	graphviz-2.20.3-sparc64-is-64bit.patch 
Log Message:
dont run tests on sparc64  same as ppc ppc64  add patch so graphviz knows sparc linux use /usr/lib64


graphviz-2.20.3-sparc64-is-64bit.patch:

--- NEW FILE graphviz-2.20.3-sparc64-is-64bit.patch ---
--- graphviz-2.20.3/configure.BAD	2009-06-10 15:30:55.000000000 -0400
+++ graphviz-2.20.3/configure	2009-06-10 15:31:52.000000000 -0400
@@ -2595,7 +2595,7 @@
 case "${host_os}" in
   *linux* )
     case "${host_cpu}" in
-      powerpc64 | s390x | x86_64 )
+      powerpc64 | s390x | x86_64 | sparc64 )
         LIBPOSTFIX="64"
         ;;
     esac


Index: graphviz.spec
===================================================================
RCS file: /cvs/extras/rpms/graphviz/F-11/graphviz.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- graphviz.spec	3 Mar 2009 01:59:37 -0000	1.55
+++ graphviz.spec	10 Jun 2009 19:55:00 -0000	1.56
@@ -1,13 +1,14 @@
 Name:			graphviz
 Summary:		Graph Visualization Tools
 Version:		2.20.3
-Release:		3%{?dist}
+Release:		4%{?dist}
 Group:			Applications/Multimedia
 License:		CPL
 URL:			http://www.graphviz.org/
 Source0:		http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
 Patch0:			graphviz-2.20.3-configure-php.patch
 Patch1:			graphviz-2.20.3-gv.i.patch
+Patch2:                 graphviz-2.20.3-sparc64-is-64bit.patch
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:		zlib-devel, libpng-devel, libjpeg-devel, expat-devel, freetype-devel >= 2
 BuildRequires:		/bin/ksh, bison, m4, flex, tk-devel, tcl-devel >= 8.3, swig
@@ -190,6 +191,7 @@ Various tcl packages (extensions) for th
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # %%define NO_IO --disable-io
@@ -224,8 +226,8 @@ cp -a %{buildroot}%{_datadir}/%{name}/do
 rm -rf %{buildroot}%{_datadir}/%{name}/doc
 
 %check
-%ifnarch ppc64 ppc
-# regression test, segfaults on ppc/ppc64, possible endian issues?
+%ifnarch ppc64 ppc sparc64
+# regression test, segfaults on ppc/ppc64/sparc64, possible endian issues?
 cd rtest
 make rtest
 %endif
@@ -391,6 +393,9 @@ fi
 
 
 %changelog
+* Wed Jun 10 2009 Dennis Gilmore <dennis at ausil.us> 2.20.3-4
+- disablre regression tests on sparc64 as well as ppc/ppc64
+
 * Mon Mar  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.20.3-3
 - this spec makes baby animals cry... massively clean it up
 - hack in java includes to build against openjdk




More information about the fedora-extras-commits mailing list