14
0

- Switch to pyproject macros.

- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pythondialog?expand=0&rev=5
This commit is contained in:
2025-06-11 06:26:22 +00:00
committed by Git OBS Bridge
parent 09afe63af7
commit dbd9084471
2 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pythondialog
#
# Copyright (c) 2022 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,7 +17,6 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pythondialog
Version: 3.5.3
Release: 0
@@ -26,7 +25,9 @@ License: LGPL-2.1-only
Group: Development/Languages/Python
URL: http://pythondialog.sourceforge.net/
Source: https://files.pythonhosted.org/packages/source/p/pythondialog/pythondialog-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: dialog
@@ -41,14 +42,15 @@ Easy writing of graphical interfaces for terminal-based applications
%setup -q -n pythondialog-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%{python_sitelib}/*
%{python_sitelib}/pythondialog
%{python_sitelib}/pythondialog-%{version}.dist-info
%license COPYING
%doc README.rst ChangeLog AUTHORS