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