[packages/itstool] switch to python3; rel 3

atler atler at pld-linux.org
Tue Sep 13 19:27:22 CEST 2022


commit 403941d21036825ae0801b2edb7c53fbaaef221b
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Sep 13 19:17:03 2022 +0200

    switch to python3; rel 3

 itstool.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/itstool.spec b/itstool.spec
index bf71601..6ef9736 100644
--- a/itstool.spec
+++ b/itstool.spec
@@ -2,17 +2,17 @@ Summary:	ITS-based XML translation tool
 Summary(pl.UTF-8):	Narzędzie do tłumaczenia XML-a oparte na ITS
 Name:		itstool
 Version:	2.0.6
-Release:	2
+Release:	3
 License:	GPL v3+
 Group:		Applications/Text
 Source0:	http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
 # Source0-md5:	4306eeba4f4aee6b393d14f9c3c57ca1
 Patch0:		%{name}-fix-crash-wrong-encoding.patch
 URL:		http://itstool.org/
-BuildRequires:	python >= 1:2.6
-BuildRequires:	python-libxml2
-Requires:	python >= 1:2.6
-Requires:	python-libxml2
+BuildRequires:	python3
+BuildRequires:	python3-libxml2
+Requires:	python3
+Requires:	python3-libxml2
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,7 +33,7 @@ komunikaty w pliku PO.
 
 %build
 %configure \
-	PYTHON="%{__python}"
+	PYTHON="%{__python3}"
 %{__make}
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/itstool.git/commitdiff/e0a7fe3d2d4f6ed7f821422e67500763b425260c



More information about the pld-cvs-commit mailing list