Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
bb31ec152a |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sat Oct 16 17:40:49 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package itstool
|
# spec file for package itstool
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2021 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
|
||||||
@@ -41,15 +41,16 @@ what to translate and how to chunk it into messages using the W3C
|
|||||||
Internationalization Tag Set (ITS).
|
Internationalization Tag Set (ITS).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PYTHON=$(realpath %{_bindir}/python3)
|
sed -i -e "/^echo.*import/s/python/python3/" configure
|
||||||
|
export PYTHON=%{_bindir}/python3
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install PYTHON=$(realpath %{_bindir}/python3)
|
%make_install PYTHON=%{_bindir}/python3
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Reference in New Issue
Block a user