forked from pool/python-pycairo
Accepting request 704550 from home:TheBlackCat:branches:devel:languages:python
- Fixed conflicts with old python-cario-common-devel OBS-URL: https://build.opensuse.org/request/show/704550 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycairo?expand=0&rev=3
This commit is contained in:
parent
34c351d932
commit
b012c10281
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 20:22:58 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Fixed conflicts with old python-cario-common-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 21 16:14:32 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue May 21 16:14:32 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -61,15 +61,17 @@ Pycairo is a Python module providing bindings for the cairo graphics library.
|
|||||||
This package provides the development files needed to build
|
This package provides the development files needed to build
|
||||||
packages that depen on Pycairo.
|
packages that depen on Pycairo.
|
||||||
|
|
||||||
%package -n %{name}-common-devel
|
%package -n python-pycairo-common-devel
|
||||||
Summary: Headers for the Cairo Python bindings
|
Summary: Headers for the Cairo Python bindings
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: %{python_module pycairo-common-devel = %{version}}
|
Provides: %{python_module pycairo-common-devel = %{version}}
|
||||||
Provides: %{python_module cairo-common-devel = %{version}}
|
Provides: %{python_module cairo-common-devel = %{version}}
|
||||||
Obsoletes: %{python_module cairo-common-devel < %{version}}
|
Obsoletes: %{python_module cairo-common-devel < %{version}}
|
||||||
|
Provides: python-cairo-common-devel = %{version}
|
||||||
|
Obsoletes: python-cairo-common-devel < %{version}
|
||||||
Requires: cairo-devel
|
Requires: cairo-devel
|
||||||
|
|
||||||
%description -n %{name}-common-devel
|
%description -n python-pycairo-common-devel
|
||||||
Pycairo is a Python module providing bindings for the cairo graphics library.
|
Pycairo is a Python module providing bindings for the cairo graphics library.
|
||||||
|
|
||||||
This package provides the headers and development files needed to build
|
This package provides the headers and development files needed to build
|
||||||
@ -102,7 +104,7 @@ packages that depen on Pycairo.
|
|||||||
%{_libdir}/pkgconfig/py3cairo.pc
|
%{_libdir}/pkgconfig/py3cairo.pc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n %{name}-common-devel
|
%files -n python-pycairo-common-devel
|
||||||
%license COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
|
%license COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
|
||||||
%{_includedir}/pycairo/
|
%{_includedir}/pycairo/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user