Browse Source

* graphviz: add "dont_regard_tiger_as_the_only_ppc" patch :-P

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2021 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 13 years ago
parent
commit
27152d4ee8
1 changed files with 8 additions and 1 deletions
  1. 8 1
      g/graphviz/graphviz-vl.spec

+ 8 - 1
g/graphviz/graphviz-vl.spec

@@ -1,12 +1,13 @@
 Name:           graphviz
 Summary:        Graph Visualization Tools
 Version:        2.26.3
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Group:          Applications/Graphics
 License:        CPL
 URL:            http://www.graphviz.org/
 
 Source:         http://www.graphviz.org/pub/%{name}/stable/SOURCES/%{name}-%{version}.tar.gz
+Patch10:        %{name}-%{version}_dont_regard_tiger_as_the_only_ppc.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -106,10 +107,13 @@ Various tcl packages (extensions) for the graphviz tools.
 
 %prep
 %setup -q
+%patch10 -p1
 
 # using archdir instead of sitearchdir for Vine
 sed -i -e "s|sitearchdir|archdir|g" config/config_ruby.rb
 
+autoreconf -f -i
+
 %build
 # XXX ix86 only used to have -ffast-math, let's use everywhere
 %{expand: %%define optflags %{optflags} -ffast-math}
@@ -227,6 +231,9 @@ fi
 
 
 %changelog
+* Sun Oct 10 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.26.3-2
+- add Patch10 to avoid build failure on ppc
+
 * Sat Oct  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.3-1
 - new upstream release
 - built with rpm-4.8.1