Browse Source

graphviz 2.28.0-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7304 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 12 years ago
parent
commit
bb70f7acd1
1 changed files with 9 additions and 3 deletions
  1. 9 3
      g/graphviz/graphviz-vl.spec

+ 9 - 3
g/graphviz/graphviz-vl.spec

@@ -1,7 +1,7 @@
 Name:           graphviz
 Name:           graphviz
 Summary:        Graph Visualization Tools
 Summary:        Graph Visualization Tools
 Version:        2.28.0
 Version:        2.28.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Group:          Applications/Graphics
 Group:          Applications/Graphics
 License:        CPL
 License:        CPL
 URL:            http://www.graphviz.org/
 URL:            http://www.graphviz.org/
@@ -39,6 +39,9 @@ Requires:	urw-fonts
 # only for this release
 # only for this release
 BuildConflicts: graphviz-devel
 BuildConflicts: graphviz-devel
 
 
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
 %description
 %description
 A collection of tools and tcl packages for the manipulation and layout
 A collection of tools and tcl packages for the manipulation and layout
 of graphs (as in nodes and edges, not as in barcharts).
 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
 # 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
 # Rewrite config_ruby.rb to work with Ruby 1.9
 # Rewrite config_ruby.rb to work with Ruby 1.9
 sed -i 's|expand(|expand(Config::|' config/config_ruby.rb
 sed -i 's|expand(|expand(Config::|' config/config_ruby.rb
@@ -235,6 +236,11 @@ fi
 
 
 
 
 %changelog
 %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
 * 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
 - re-enable ruby binding, which is accidentally disabled in 2.28.0-1
   - rewrite config_ruby.rb to build with ruby-1.9.3
   - rewrite config_ruby.rb to build with ruby-1.9.3