Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
2ee371dedf | |||
e8e086f47f | |||
6a2f9002a7 | |||
dd7a22e6a1 |
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 05:58:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 00:59:12 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Explicitly BuildRequire sphinx_rtd_theme.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 1 16:43:26 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
Fri Dec 1 16:43:26 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyQRCode
|
# spec file for package python-PyQRCode
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 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
|
||||||
@@ -37,10 +37,11 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
|
BuildRequires: python3-sphinx_rtd_theme
|
||||||
Provides: python-PyQRCodeNG = %{version}-%{release}
|
Provides: python-PyQRCodeNG = %{version}-%{release}
|
||||||
Provides: python-pyqrcodeng = %{version}-%{release}
|
Provides: python-pyqrcodeng = %{version}-%{release}
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -83,7 +84,7 @@ rm -rvf build/sphinx/html/{.buildinfo,.doctrees}
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst CHANGES.rst
|
%doc README.rst CHANGES.rst
|
||||||
%python_alternative %{_bindir}/pyqr
|
%python_alternative %{_bindir}/pyqr
|
||||||
%{python_sitelib}/PyQRCodeNG-%{version}*-info
|
%{python_sitelib}/pyqrcodeng-%{version}.dist-info
|
||||||
%{python_sitelib}/pyqrcodeng
|
%{python_sitelib}/pyqrcodeng
|
||||||
|
|
||||||
%files -n %{name}-doc
|
%files -n %{name}-doc
|
||||||
|
Reference in New Issue
Block a user