Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
f0a228bd78 |
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 16:05:49 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Make it compatible with older setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 00:40:10 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Normalize metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 00:59:24 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Explicitly BuildRequire sphinx_rtd_theme.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 21:49:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.i18nmessageid
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -42,6 +42,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION documentation requirements
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
# /SECTION
|
||||
# SECTION testing requirements
|
||||
%if %{with test}
|
||||
@@ -90,7 +91,7 @@ sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildin
|
||||
%doc CHANGES.rst COPYRIGHT.txt README.rst
|
||||
%dir %{python_sitearch}/zope
|
||||
%{python_sitearch}/zope/i18nmessageid
|
||||
%{python_sitearch}/zope.i18nmessageid-%{version}.dist-info
|
||||
%{python_sitearch}/zope[_.]i18nmessageid-%{version}.dist-info
|
||||
%{python_sitearch}/zope.i18nmessageid-%{version}*-nspkg.pth
|
||||
%endif
|
||||
|
||||
|
Reference in New Issue
Block a user