|
@@ -1,7 +1,7 @@
|
|
|
Name: graphviz
|
|
|
Summary: Graph Visualization Tools
|
|
|
Version: 2.28.0
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
Group: Applications/Graphics
|
|
|
License: CPL
|
|
|
URL: http://www.graphviz.org/
|
|
@@ -39,6 +39,9 @@ Requires: urw-fonts
|
|
|
# only for this release
|
|
|
BuildConflicts: graphviz-devel
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+
|
|
|
%description
|
|
|
A collection of tools and tcl packages for the manipulation and layout
|
|
|
of graphs (as in nodes and edges, not as in barcharts).
|
|
@@ -111,8 +114,6 @@ Various tcl packages (extensions) for the graphviz tools.
|
|
|
# using archdir instead of sitearchdir for Vine
|
|
|
sed -i -e "s|sitearchdir|archdir|g" config/config_ruby.rb
|
|
|
|
|
|
-autoreconf -f -i
|
|
|
-
|
|
|
%build
|
|
|
# Rewrite config_ruby.rb to work with Ruby 1.9
|
|
|
sed -i 's|expand(|expand(Config::|' config/config_ruby.rb
|
|
@@ -235,6 +236,11 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Jan 7 2013 IWAI, Masaharu <iwai@alib.jp> 2.28.0-3
|
|
|
+- build with Tcl/Tk 8.5.7-1
|
|
|
+- stop running autoreconf
|
|
|
+- add Vendor and Distribution tags
|
|
|
+
|
|
|
* Sun Nov 11 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.0-2
|
|
|
- re-enable ruby binding, which is accidentally disabled in 2.28.0-1
|
|
|
- rewrite config_ruby.rb to build with ruby-1.9.3
|