rpms/graphviz/F-9 graphviz-2.16.1-sparc64-libpostfix.patch, NONE, 1.1 graphviz.spec, 1.49, 1.50

Dennis Gilmore ausil at fedoraproject.org
Thu Jan 1 02:26:14 UTC 2009


Author: ausil

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

Modified Files:
	graphviz.spec 
Added Files:
	graphviz-2.16.1-sparc64-libpostfix.patch 
Log Message:
add patch so libprefix is right on sparc64


graphviz-2.16.1-sparc64-libpostfix.patch:

--- NEW FILE graphviz-2.16.1-sparc64-libpostfix.patch ---
--- graphviz-2.16.1/configure.BAD	2008-12-31 19:16:28.000000000 -0600
+++ graphviz-2.16.1/configure	2008-12-31 19:16:56.000000000 -0600
@@ -2464,7 +2464,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-9/graphviz.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- graphviz.spec	29 Dec 2008 01:51:37 -0000	1.49
+++ graphviz.spec	1 Jan 2009 02:25:44 -0000	1.50
@@ -8,7 +8,7 @@
 Summary: Graph Visualization Tools
 Version: 2.16.1
 
-%define truerelease 0.7
+%define truerelease 0.8
 %{?distroagnostic: %define release %{truerelease}}
 %{!?distroagnostic: %define release %{truerelease}%{?dist}}
 
@@ -21,6 +21,7 @@
 Patch0:  %{name}-tk8.5.patch
 Patch1:  %{name}-gcc43.patch
 Patch2:  %{name}-multilib.patch
+Patch3:  graphviz-2.16.1-sparc64-libpostfix.patch
 
 # graphviz is relocatable - Caution: this feature is used in AT&T,
 #   but probably will not be supported in Redhat/Fedora/Centos distros
@@ -535,6 +536,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %if ! %{SHARP}
@@ -620,6 +622,9 @@
 #-- changelog --------------------------------------------------
 
 %changelog
+* Wed Dec 31 2008 Dennis Gilmore <dennis at ausil.us> 2.16.1-0.8
+- patch for sparc64 libprefix
+
 * Sun Dec 28 2008 Dennis Gilmore <dennis at ausil.us> 2.16.1-0.7
 - build sparc64 same as ppc64
 




More information about the fedora-extras-commits mailing list