|
@@ -3,7 +3,7 @@
|
|
|
Summary: Graph Visualization Tools
|
|
|
Summary(ja): グラフ可視化ツール
|
|
|
Name: graphviz
|
|
|
-Version: 2.47.1
|
|
|
+Version: 2.49.3
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: graphics
|
|
|
Vendor: Project Vine
|
|
@@ -36,8 +36,6 @@ BuildRequires: librsvg2-devel
|
|
|
BuildRequires: lua-devel
|
|
|
BuildRequires: m4
|
|
|
BuildRequires: perl
|
|
|
-BuildRequires: python-devel
|
|
|
-BuildRequires: python2-rpm-macros
|
|
|
BuildRequires: python3-devel
|
|
|
BuildRequires: python3-rpm-macros
|
|
|
BuildRequires: python3-setuptools
|
|
@@ -103,23 +101,15 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
Perl extension for graphviz.
|
|
|
|
|
|
|
|
|
-%package python
|
|
|
-Summary: Python extension for graphviz
|
|
|
-Group: programming
|
|
|
-Requires: %{name} = %{version}-%{release}
|
|
|
-Requires: python
|
|
|
-
|
|
|
-%description python
|
|
|
-Python extension for graphviz.
|
|
|
-
|
|
|
-
|
|
|
-%package python3
|
|
|
+%package -n python3-graphviz
|
|
|
Summary: Python3 extension for graphviz
|
|
|
Group: programming
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
Requires: python3
|
|
|
+Obsoletes: graphviz-python3 < 2.49.0
|
|
|
+Provides: graphviz-python3 = %{version}-%{release}
|
|
|
|
|
|
-%description python3
|
|
|
+%description -n python3-graphviz
|
|
|
Python3 extension for graphviz.
|
|
|
|
|
|
|
|
@@ -183,7 +173,6 @@ export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbCon
|
|
|
--disable-ocaml \
|
|
|
--enable-perl \
|
|
|
--disable-php \
|
|
|
- --enable-python \
|
|
|
--enable-python3 \
|
|
|
--disable-r \
|
|
|
--enable-ruby \
|
|
@@ -223,7 +212,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
rm -f %{_libdir}/graphviz/config || :
|
|
|
fi
|
|
|
-/sbin/ldconfig
|
|
|
|
|
|
|
|
|
%files
|
|
@@ -271,12 +259,7 @@ fi
|
|
|
%{perl_vendorarch}/*
|
|
|
%{_mandir}/man3/gv.3perl*
|
|
|
|
|
|
-%files python
|
|
|
-%defattr(-,root,root,-)
|
|
|
-%{_libdir}/graphviz/python/
|
|
|
-%{_libdir}/python2*/*
|
|
|
-
|
|
|
-%files python3
|
|
|
+%files -n python3-graphviz
|
|
|
%defattr(-,root,root,-)
|
|
|
%{_libdir}/graphviz/python3/
|
|
|
%{_libdir}/python3*/*
|
|
@@ -299,6 +282,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Nov 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.49.2-1
|
|
|
+- new upstream release.
|
|
|
+- built with ruby-3.0.2.
|
|
|
+
|
|
|
* Wed May 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.47.1-1
|
|
|
- new upstream release.
|
|
|
|