forked from pool/python-xapp
Compare commits
30 Commits
Author | SHA256 | Date | |
---|---|---|---|
1392037ab8 | |||
4d03690282 | |||
b68c27cc26 | |||
24db659fb4 | |||
12d1335805 | |||
7e5c25add3 | |||
c9c2325070 | |||
3f554656bf | |||
1d6893561f | |||
a879ab3e6a | |||
83345224cd | |||
20e0d0a793 | |||
536a01f40c | |||
27437cbf81 | |||
a16291fd68 | |||
789fd6d518 | |||
6a4b1adbb1 | |||
c90196b5e0 | |||
6a01fdec8b | |||
4ee029008b | |||
37f705dc3e | |||
55fc52a174 | |||
|
63f714d13e | ||
|
d0e44d77bc | ||
a3728bca41 | |||
|
4b26c987b9 | ||
|
6ca0b66f71 | ||
f3521dcc3f | |||
|
3c65f372fe | ||
|
15ff7ff913 |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 02:27:02 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Use pyproject macros to build and install.
|
||||
- Remove unneeded BuildRequires on devel module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 15:06:31 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Add %{?sle15_python_module_pythons}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 09:31:36 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-xapp
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
%define skip_python2 1
|
||||
%define _name python3-xapp
|
||||
Name: python-xapp
|
||||
@@ -28,20 +29,20 @@ Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: setup.py
|
||||
# PATCH-FEATURE-OPENSUSE python-xapp-xdgsu.patch -- Escalate privileges using xdg-su.
|
||||
Patch0: python-xapp-xdgsu.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-psutil
|
||||
Requires: xdg-utils
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
This project gathers the components which are common to multiple
|
||||
desktop environments and required to implement cross-DE solutions.
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{_name}-%{version}
|
||||
cp %{SOURCE1} .
|
||||
@@ -49,16 +50,16 @@ cp %{SOURCE1} .
|
||||
sed -i 's|version = "0.0.0",|version = "%{version}",|g' setup.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%license COPYING
|
||||
%doc debian/changelog
|
||||
%{python_sitelib}/xapp/
|
||||
%{python_sitelib}/python_xapp-*.egg-info
|
||||
%{python_sitelib}/xapp
|
||||
%{python_sitelib}/python_xapp-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dcba34e3de89bb3dfb1237a571f72a99b19fa73728205c38e38e9c6c945613d
|
||||
size 20739
|
Reference in New Issue
Block a user