[packages/python-xdg] - disable python3 here
qboosh
qboosh at pld-linux.org
Sun Sep 13 15:20:30 CEST 2020
commit 4acce4eeef23806966717b7e4180957401fba616
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Sep 13 15:23:14 2020 +0200
- disable python3 here
python-xdg.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-xdg.spec b/python-xdg.spec
index ed244ac..c724c36 100644
--- a/python-xdg.spec
+++ b/python-xdg.spec
@@ -1,11 +1,13 @@
+# NOTE: for versions >= 2 see python3-xdg.spec
#
# 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-xdg.spec)
Summary: Variables defined by the XDG Base Directory Specification
Summary(pl.UTF-8): Zmienne zdefiniowane w specyfikacji XDG Base Directory
Name: python-xdg
+# keep 1.x here for python2 support
Version: 1.0.7
Release: 1
License: MIT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-xdg.git/commitdiff/4acce4eeef23806966717b7e4180957401fba616
More information about the pld-cvs-commit
mailing list