Sync from SUSE:SLFO:Main itstool revision 43f923b86a6d814bbab801ea932c52ec

This commit is contained in:
Adrian Schröter 2024-10-03 17:21:17 +02:00
parent 21a2d417ec
commit 4bfdefe23f
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 11 10:45:34 UTC 2024 - pgajdos@suse.com
- remove dependency on /usr/bin/python3 [bsc#1212476]
-------------------------------------------------------------------
Sat Oct 16 17:40:49 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package itstool
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -41,16 +41,15 @@ what to translate and how to chunk it into messages using the W3C
Internationalization Tag Set (ITS).
%prep
%setup -q
%autosetup -p1
%build
sed -i -e "/^echo.*import/s/python/python3/" configure
export PYTHON=%{_bindir}/python3
export PYTHON=$(realpath %{_bindir}/python3)
%configure
%make_build
%install
%make_install PYTHON=%{_bindir}/python3
%make_install PYTHON=$(realpath %{_bindir}/python3)
%files
%license COPYING