forked from pool/graphviz
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:
parent
a8735bcf38
commit
75252b4493
@ -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>
|
Fri Mar 27 20:28:30 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -239,23 +239,23 @@ Requires: php%{php_version}
|
|||||||
The graphviz-php package contains the PHP extension for the graphviz
|
The graphviz-php package contains the PHP extension for the graphviz
|
||||||
tools.
|
tools.
|
||||||
|
|
||||||
%package -n python2-graphviz
|
%package -n python2-gv
|
||||||
Summary: Python Extension for Graphviz
|
Summary: Python Extension for Graphviz
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
Requires: graphviz = %{version}
|
Requires: graphviz = %{version}
|
||||||
|
|
||||||
%description -n python2-graphviz
|
%description -n python2-gv
|
||||||
The package contains the Python extension for the
|
The package contains the Python extension for the
|
||||||
graphviz tools.
|
graphviz tools.
|
||||||
|
|
||||||
%package -n python3-graphviz
|
%package -n python3-gv
|
||||||
Summary: Python 3 Extension for Graphviz
|
Summary: Python 3 Extension for Graphviz
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
Requires: graphviz = %{version}
|
Requires: graphviz = %{version}
|
||||||
Provides: graphviz-python
|
Provides: graphviz-python
|
||||||
Obsoletes: graphviz-python
|
Obsoletes: graphviz-python
|
||||||
|
|
||||||
%description -n python3-graphviz
|
%description -n python3-gv
|
||||||
The package contains the Python extension for the
|
The package contains the Python extension for the
|
||||||
graphviz tools.
|
graphviz tools.
|
||||||
|
|
||||||
@ -578,7 +578,7 @@ fi
|
|||||||
%{_mandir}/man3/gv.3php%{ext_man}
|
%{_mandir}/man3/gv.3php%{ext_man}
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%files -n python2-graphviz
|
%files -n python2-gv
|
||||||
%dir %{_libdir}/graphviz/python2
|
%dir %{_libdir}/graphviz/python2
|
||||||
%{python_sitearch}/_gv.so
|
%{python_sitearch}/_gv.so
|
||||||
%{python_sitearch}/gv.py
|
%{python_sitearch}/gv.py
|
||||||
@ -587,7 +587,7 @@ fi
|
|||||||
%{_libdir}/graphviz/python2/libgv_python2.so
|
%{_libdir}/graphviz/python2/libgv_python2.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-graphviz
|
%files -n python3-gv
|
||||||
%dir %{_libdir}/graphviz/python3
|
%dir %{_libdir}/graphviz/python3
|
||||||
%{python3_sitearch}/_gv.so
|
%{python3_sitearch}/_gv.so
|
||||||
%{python3_sitearch}/gv.py
|
%{python3_sitearch}/gv.py
|
||||||
|
Loading…
Reference in New Issue
Block a user