1
0

Compare commits

4 Commits

2 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 9 15:08:49 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Tue Jun 3 12:39:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Fri Apr 21 12:30:13 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py-cpuinfo
#
# Copyright (c) 2023 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
@@ -17,6 +17,7 @@
%bcond_without tests
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-py-cpuinfo
Version: 9.0.0
@@ -26,11 +27,13 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/workhorsy/py-cpuinfo
Source: https://files.pythonhosted.org/packages/source/p/py-cpuinfo/py-cpuinfo-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires: alts
BuildArch: noarch
%python_subpackages
@@ -57,13 +60,13 @@ These approaches are used for getting info:
sed -i '1{ /^#!/d; }' cpuinfo/*.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# Prepare for update-alternatives usage
# Prepare for alts usage
%python_clone -a %{buildroot}%{_bindir}/cpuinfo
%if %{with tests}
@@ -71,11 +74,8 @@ sed -i '1{ /^#!/d; }' cpuinfo/*.py
%python_exec test_suite.py
%endif
%post
%python_install_alternative cpuinfo
%postun
%python_uninstall_alternative cpuinfo
%pre
%python_libalternatives_reset_alternative cpuinfo
%files %{python_files}
%license LICENSE