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
This commit is contained in:
Dirk Stoecker 2020-04-01 08:28:38 +00:00 committed by Git OBS Bridge
parent a8735bcf38
commit 75252b4493
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 31 13:07:32 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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