|
@@ -1,23 +1,16 @@
|
|
|
|
+%define _unpackaged_files_terminate_build 1
|
|
|
|
+
|
|
Name: graphviz
|
|
Name: graphviz
|
|
Summary: Graph Visualization Tools
|
|
Summary: Graph Visualization Tools
|
|
Summary(ja): グラフ可視化ツール
|
|
Summary(ja): グラフ可視化ツール
|
|
-Version: 2.38.0
|
|
+Version: 2.40.1
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Group: Applications/Graphics
|
|
Group: Applications/Graphics
|
|
License: EPL
|
|
License: EPL
|
|
URL: http://www.graphviz.org/
|
|
URL: http://www.graphviz.org/
|
|
|
|
|
|
Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
|
|
Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
|
|
-# Fix typo in testsuite (upstream ticket #2441).
|
|
+Patch0: graphviz-2.40.1-visio.patch
|
|
-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
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: bison
|
|
BuildRequires: bison
|
|
@@ -131,12 +124,7 @@ Various tcl packages (extensions) for the graphviz tools.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1 -b .rtest-fix
|
|
+%patch0 -p1 -b .visio
|
|
-%patch1 -p1 -b .find-fix
|
|
|
|
-%patch2 -p1
|
|
|
|
-%patch3 -p1 -b .format-string
|
|
|
|
-%patch4 -p1 -b .vimdot-vi
|
|
|
|
-%patch5 -p1 -b .rbconfig
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
autoreconf -if
|
|
autoreconf -if
|
|
@@ -269,10 +257,14 @@ fi
|
|
# hack to include gv.3tcl only if available
|
|
# hack to include gv.3tcl only if available
|
|
# always includes tcldot.3tcl, gdtclft.3tcl
|
|
# always includes tcldot.3tcl, gdtclft.3tcl
|
|
%{_mandir}/man3/*.3tcl*
|
|
%{_mandir}/man3/*.3tcl*
|
|
-%{_mandir}/man3/tkspline.3tk*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Wed Jun 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.38.0-4
|
|
- rebuild with gcc-5.4.0
|
|
- rebuild with gcc-5.4.0
|
|
|
|
|