diff --git a/graphviz-sparc64-libpostfix.patch b/graphviz-sparc64-libpostfix.patch new file mode 100644 index 0000000..c6d41d6 --- /dev/null +++ b/graphviz-sparc64-libpostfix.patch @@ -0,0 +1,11 @@ +--- graphviz-2.20.3/configure.bad 2010-01-27 17:23:40.000000000 +0000 ++++ graphviz-2.20.3/configure 2010-01-27 17:24:43.000000000 +0000 +@@ -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 diff --git a/graphviz.spec b/graphviz.spec index e952a99..0bdabd3 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -4,13 +4,14 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.20.3 -Release: 5%{?dist}.2 +Release: 5%{?dist}.3 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-sparc64-libpostfix.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 @@ -199,6 +200,7 @@ Various tcl packages (extensions) for the graphviz tools. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build # %%define NO_IO --disable-io @@ -407,8 +409,11 @@ fi %{_mandir}/mann/tkspline.n* %changelog +* Wed Jan 27 2010 Dennis Gilmore - 2.20.3-5.3 +- add patch to tell things that sparc64 has a LIBPOSTFIX of 64 + * Wed Jan 27 2010 Dennis Gilmore - 2.20.3-5.2 -- disable tests on spaec arches in addition to the ppc ones +- disable tests on sparc arches in addition to the ppc ones * Fri Jul 24 2009 Fedora Release Engineering - 2.20.3-5.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild