forked from pool/python-compizconfig
OBS-URL: https://build.opensuse.org/package/show/X11:Compiz/python-compizconfig?expand=0&rev=58
63 lines
1.9 KiB
RPMSpec
63 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package python-compizconfig
|
|
#
|
|
# Copyright (c) 2016 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
|
|
Name: python-compizconfig
|
|
Version: 0.8.12.1
|
|
Release: 0
|
|
Summary: Python bindings for libraries for compizconfig-settings
|
|
License: GPL-2.0+
|
|
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: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: libtool
|
|
BuildRequires: pkg-config
|
|
BuildRequires: python-Cython
|
|
BuildRequires: python-devel
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: pkgconfig(libcompizconfig) < 0.9
|
|
BuildRequires: pkgconfig(x11)
|
|
Requires: compiz < 0.9
|
|
Obsoletes: ccs-python < %{version}
|
|
Provides: ccs-python = %{version}
|
|
|
|
%description
|
|
Python bindings for libraries/plugins for compizconfig-settings.
|
|
|
|
%prep
|
|
%setup -q -n %{_name}-%{version}
|
|
|
|
%build
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
%configure \
|
|
--disable-static
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
rm -rf %{buildroot}%{_libdir}/pkgconfig/
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{python_sitearch}/compizconfig*
|
|
|
|
%changelog
|