# # spec file for package python-compizconfig # # Copyright (c) 2018 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 http://bugs.opensuse.org/ # %define _name compizconfig-python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-compizconfig Version: 0.8.14 Release: 0 Summary: Python bindings for libraries for compizconfig-settings License: GPL-2.0-or-later Group: Development/Languages/Python URL: https://github.com/compiz-reloaded/compizconfig-python Source: https://github.com/compiz-reloaded/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: python3-Cython BuildRequires: python3-devel BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libcompizconfig) < 0.9 BuildRequires: pkgconfig(x11) Requires: compiz < 0.9 %ifpython2 Obsoletes: ccs-python < %{version} Provides: ccs-python = %{version} %endif %python_subpackages %description Python bindings for libraries/plugins for compizconfig-settings. %prep %setup -q -n %{_name}-%{version} %build NOCONFIGURE=1 ./autogen.sh %global _configure ../configure for pyver in %{python_version} %{python3_version}; do mkdir -p "build-py$pyver" pushd "build-py$pyver" export PYTHON="python$pyver" %configure \ --disable-static \ --with-cython="cython-$pyver" make %{?_smp_mflags} V=1 popd done %install %python_expand %make_install -C build-py%{$python_version} find %{buildroot} -type f -name "*.la" -delete -print rm -r %{buildroot}%{_libdir}/pkgconfig/ %files %{python_files} %{python_sitearch}/compizconfig* %changelog