rpms/graphviz/F-12 graphviz-sparc64-libpostfix.patch, NONE, 1.1 graphviz.spec, 1.60, 1.61

Dennis Gilmore ausil at fedoraproject.org
Wed Jan 27 17:29:39 UTC 2010


Author: ausil

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

Modified Files:
	graphviz.spec 
Added Files:
	graphviz-sparc64-libpostfix.patch 
Log Message:
get sparc64 to install in /usr/lib64


graphviz-sparc64-libpostfix.patch:
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE graphviz-sparc64-libpostfix.patch ---
--- 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


Index: graphviz.spec
===================================================================
RCS file: /cvs/extras/rpms/graphviz/F-12/graphviz.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- graphviz.spec	27 Jan 2010 07:24:06 -0000	1.60
+++ graphviz.spec	27 Jan 2010 17:29:39 -0000	1.61
@@ -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 th
 %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 <dennis at ausil.us> - 2.20.3-5.3
+- add patch to tell things that sparc64 has a LIBPOSTFIX of 64
+
 * Wed Jan 27 2010 Dennis Gilmore <dennis at ausil.us> - 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 <rel-eng at lists.fedoraproject.org> - 2.20.3-5.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild



More information about the scm-commits mailing list