Compare commits

1 Commits
main ... 1.1

2 changed files with 12 additions and 25 deletions

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
Sat Nov 23 17:14:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add python3-setuptools to fix build with python 3.13+
-------------------------------------------------------------------
Thu Feb 22 13:28:34 UTC 2024 - pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang macro, [bsc#1212476]
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 17 21:07:51 UTC 2022 - Michael Gorse <mgorse@suse.com> Mon Jan 17 21:07:51 UTC 2022 - Michael Gorse <mgorse@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package gnome-doc-utils # spec file for package gnome-doc-utils
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2022 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
@@ -35,7 +35,6 @@ BuildRequires: intltool
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if %suse_version > 1500 %if %suse_version > 1500
BuildRequires: python3-libxml2 BuildRequires: python3-libxml2
BuildRequires: python3-setuptools
%else %else
BuildRequires: python3-libxml2-python BuildRequires: python3-libxml2-python
%endif %endif
@@ -114,7 +113,6 @@ export LANG=C.UTF-8
%find_lang gnome-doc-make %{?no_lang_C} %{name}.lang %find_lang gnome-doc-make %{?no_lang_C} %{name}.lang
%find_lang gnome-doc-xslt %{?no_lang_C} %{name}.lang %find_lang gnome-doc-xslt %{?no_lang_C} %{name}.lang
%fdupes %{buildroot}/%{_prefix} %fdupes %{buildroot}/%{_prefix}
%python3_fix_shebang
%files %files
%license COPYING %license COPYING