Browse Source

graphviz-2.40.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11329 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
596e45c12d
1 changed files with 11 additions and 19 deletions
  1. 11 19
      g/graphviz/graphviz-vl.spec

+ 11 - 19
g/graphviz/graphviz-vl.spec

@@ -1,23 +1,16 @@
+%define _unpackaged_files_terminate_build 1
+
 Name:           graphviz
 Summary:        Graph Visualization Tools
 Summary(ja):	グラフ可視化ツール
-Version:        2.38.0
-Release:        4%{?_dist_release}
+Version:        2.40.1
+Release:        1%{?_dist_release}
 Group:          Applications/Graphics
 License:        EPL
 URL:            http://www.graphviz.org/
 
 Source0:	http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
-# Fix typo in testsuite (upstream ticket #2441).
-Patch0:		graphviz-2.38.0-rtest-fix.patch
-Patch1:		graphviz-2.38.0-find-fix.patch
-# Not upstream patch to fix build with OCaml > 4.02.0 (upstream) and Fedora.
-Patch2:		graphviz-2.38.0-ocaml-fix-ints.patch
-# Backported from upstream
-Patch3:		graphviz-2.38.0-format-string.patch
-# Make vimdot to work with vi (upstream ticket #2507)
-Patch4:		graphviz-2.38.0-vimdot-vi.patch
-Patch5:		graphviz-2.38.0-rbconfig.patch
+Patch0:		graphviz-2.40.1-visio.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  bison
@@ -131,12 +124,7 @@ Various tcl packages (extensions) for the graphviz tools.
 
 %prep
 %setup -q
-%patch0 -p1 -b .rtest-fix
-%patch1 -p1 -b .find-fix
-%patch2 -p1
-%patch3 -p1 -b .format-string
-%patch4 -p1 -b .vimdot-vi
-%patch5 -p1 -b .rbconfig
+%patch0 -p1 -b .visio
 
 %build
 autoreconf -if
@@ -269,10 +257,14 @@ fi
 # hack to include gv.3tcl only if available
 #  always includes tcldot.3tcl, gdtclft.3tcl
 %{_mandir}/man3/*.3tcl*
-%{_mandir}/man3/tkspline.3tk*
 
 
 %changelog
+* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.40.1-1
+- updated to 2.40.1.
+- dropped all patches.
+- imported Patch0 from rawhide.
+
 * Wed Jun 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.38.0-4
 - rebuild with gcc-5.4.0