14
0
2025-06-16 06:25:54 +00:00
committed by Git OBS Bridge
parent 90d4ee93dd
commit 4f9d0b081d
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 16 06:12:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 29 22:24:06 UTC 2024 - Dirk Müller <dmueller@suse.com> Tue Oct 29 22:24:06 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-streamdeck # spec file for package python-streamdeck
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,9 @@ License: MIT
URL: https://github.com/abcminiuser/python-elgato-streamdeck URL: https://github.com/abcminiuser/python-elgato-streamdeck
Source: https://files.pythonhosted.org/packages/source/s/streamdeck/streamdeck-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/streamdeck/streamdeck-%{version}.tar.gz
Group: Development/Languages/Python Group: Development/Languages/Python
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: dos2unix BuildRequires: dos2unix
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -40,16 +42,16 @@ Python library to control Elgato StreamDeck devices.
dos2unix CHANGELOG README.md dos2unix CHANGELOG README.md
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%doc CHANGELOG README.md %doc CHANGELOG README.md
%license LICENSE %license LICENSE
%{python_sitelib}/StreamDeck* %{python_sitelib}/StreamDeck*
%{python_sitelib}/streamdeck-%{version}*-info %{python_sitelib}/streamdeck-%{version}.dist-info
%changelog %changelog