[packages/python-xapp] - disable python3 here

qboosh qboosh at pld-linux.org
Sat Jun 17 11:47:30 CEST 2023


commit f35e152cb6f32d8392a0629ace4a38eb9311dd7d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 17 11:50:05 2023 +0200

    - disable python3 here

 python-xapp.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-xapp.spec b/python-xapp.spec
index bdb2aa6..4fe55be 100644
--- a/python-xapp.spec
+++ b/python-xapp.spec
@@ -1,12 +1,13 @@
 #
 # Conditional build:
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-xapp.spec)
 
 %define		module	xapp
 Summary:	Python 2 XApp library
 Summary(pl.UTF-8):	Biblioteka XApp dla Pythona 2
 Name:		python-%{module}
+# keep 1.x here for python2 support
 Version:	1.8.1
 Release:	3
 License:	LGPL v2+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-xapp.git/commitdiff/f35e152cb6f32d8392a0629ace4a38eb9311dd7d



More information about the pld-cvs-commit mailing list