# # spec file for package python-xapp # # Copyright (c) 2017 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/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xapp Version: 1.0.1 Release: 0 Summary: Python XApp library License: GPL-2.0+ Group: Development/Languages/Python Url: https://github.com/linuxmint/python-xapp Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE python-xapp-xdgsu.patch -- Escalate privileges using xdg-su. Patch0: python-xapp-xdgsu.patch BuildRequires: %{python_module devel} BuildRequires: python-rpm-macros Requires: python-psutil Requires: xdg-utils BuildArch: noarch %description This project gathers the components which are common to multiple desktop environments and required to implement cross-DE solutions. %python_subpackages %prep %setup -q %patch0 -p1 %build %python_build %install %python_install %files %{python_files} %defattr(-,root,root) %doc COPYING debian/changelog %{python_sitelib}/xapp/ %{python_sitelib}/python_xapp-*.egg-info %changelog