Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
b46d8303e3 |
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -35,7 +35,6 @@ BuildRequires: intltool
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %suse_version > 1500
|
||||
BuildRequires: python3-libxml2
|
||||
BuildRequires: python3-setuptools
|
||||
%else
|
||||
BuildRequires: python3-libxml2-python
|
||||
%endif
|
||||
@@ -114,7 +113,6 @@ export LANG=C.UTF-8
|
||||
%find_lang gnome-doc-make %{?no_lang_C} %{name}.lang
|
||||
%find_lang gnome-doc-xslt %{?no_lang_C} %{name}.lang
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
%python3_fix_shebang
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Reference in New Issue
Block a user