File python-cairo.spec of Package python-cairo.12209

#
# spec file for package python-cairo
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-cairo
Version:        1.15.1
Release:        0
Summary:        Python Bindings for Cairo
# FIXME: on update, check if we still need to manually compile the byte-code in %%install
License:        LGPL-2.1-or-later OR MPL-1.1
Group:          Development/Libraries/Python
URL:            https://www.cairographics.org/pycairo
Source:         https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  cairo-devel >= 1.12.0
BuildRequires:  python-rpm-macros
Provides:       python-pycairo = %{version}

%description
Python bindings for cairo.

%package devel
Summary:        Configuration files for %{python}-cairo
Group:          Development/Libraries/C and C++
Requires:       python-cairo = %{version}
Requires:       python-cairo-common-devel = %{version}
Requires:       python-devel

%description devel
Headers for python-cairo

%package -n %{name}-common-devel
Summary:        Headers for python-cairo
Group:          Development/Libraries/C and C++
Requires:       cairo-devel
Provides:       %{python_module cairo-common-devel = %{version}}

%description -n %{name}-common-devel
Headers for python-cairo

%python_subpackages

%prep
%setup -q -n pycairo-%{version}

%build
%python_build

%install
%python_install
# pkgconfig files belong to %{_libdir}, not %{_prefix}/lib
%if "%{_lib}" == "lib64"
mkdir %{buildroot}%{_libdir}/pkgconfig
mv %{buildroot}%{_prefix}/lib/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
%endif

%files %{python_files}
%license COPYING
%doc COPYING-* NEWS
%{python_sitearch}/cairo/
%{python_sitearch}/pycairo-*.egg-info

%files %{python_files devel}
%ifpython2
%{_libdir}/pkgconfig/pycairo.pc
%endif
%ifpython3
%{_libdir}/pkgconfig/py3cairo.pc
%endif

%files -n %{name}-common-devel
%{_includedir}/pycairo/

%changelog
openSUSE Build Service is sponsored by