From 75252b4493f3cd36e54f6e37052b12b3953380b4d994252c661153d632b8b00f Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 1 Apr 2020 08:28:38 +0000 Subject: [PATCH] Accepting request 790158 from home:scarabeus_iv:branches:graphics - Rename python*-graphviz to python*-gv, there is also normal pypi graphviz package and we clash otherwise and override each other OBS-URL: https://build.opensuse.org/request/show/790158 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=150 --- graphviz-addons.changes | 7 +++++++ graphviz-addons.spec | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/graphviz-addons.changes b/graphviz-addons.changes index 18954f0..1d3ac25 100644 --- a/graphviz-addons.changes +++ b/graphviz-addons.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 31 13:07:32 UTC 2020 - Tomáš Chvátal + +- Rename python*-graphviz to python*-gv, there is also normal + pypi graphviz package and we clash otherwise and override + each other + ------------------------------------------------------------------- Fri Mar 27 20:28:30 UTC 2020 - Tomáš Chvátal diff --git a/graphviz-addons.spec b/graphviz-addons.spec index 7775180..b8b4d15 100644 --- a/graphviz-addons.spec +++ b/graphviz-addons.spec @@ -239,23 +239,23 @@ Requires: php%{php_version} The graphviz-php package contains the PHP extension for the graphviz tools. -%package -n python2-graphviz +%package -n python2-gv Summary: Python Extension for Graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} -%description -n python2-graphviz +%description -n python2-gv The package contains the Python extension for the graphviz tools. -%package -n python3-graphviz +%package -n python3-gv Summary: Python 3 Extension for Graphviz Group: Productivity/Graphics/Visualization/Graph Requires: graphviz = %{version} Provides: graphviz-python Obsoletes: graphviz-python -%description -n python3-graphviz +%description -n python3-gv The package contains the Python extension for the graphviz tools. @@ -578,7 +578,7 @@ fi %{_mandir}/man3/gv.3php%{ext_man} %if %{with python2} -%files -n python2-graphviz +%files -n python2-gv %dir %{_libdir}/graphviz/python2 %{python_sitearch}/_gv.so %{python_sitearch}/gv.py @@ -587,7 +587,7 @@ fi %{_libdir}/graphviz/python2/libgv_python2.so %endif -%files -n python3-graphviz +%files -n python3-gv %dir %{_libdir}/graphviz/python3 %{python3_sitearch}/_gv.so %{python3_sitearch}/gv.py