[packages/libplist] explicit python and cython paths

atler atler at pld-linux.org
Thu Mar 20 01:53:35 CET 2025


commit 7d6e214623309b0c42c92b0704c6188ca4dde830
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Mar 19 23:57:54 2025 +0100

    explicit python and cython paths

 libplist.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libplist.spec b/libplist.spec
index 56bef31..398385d 100644
--- a/libplist.spec
+++ b/libplist.spec
@@ -163,7 +163,8 @@ install -d build
 cd build
 %define	configuredir	..
 %configure \
-	ac_cv_path_CYTHON=/usr/bin/cython \
+	CYTHON=/usr/bin/cython2 \
+	PYTHON=%{__python} \
 	--disable-silent-rules \
 	%{!?with_static_libs:--disable-static} \
 	%{!?with_cython:--without-cython}
@@ -179,7 +180,7 @@ install -d build-py3
 cd build-py3
 %configure \
 	PYTHON=%{__python3} \
-	ac_cv_path_CYTHON=/usr/bin/cython3 \
+	CYTHON=/usr/bin/cython3 \
 	--disable-silent-rules
 
 %{__make} -C cython \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libplist.git/commitdiff/7d6e214623309b0c42c92b0704c6188ca4dde830



More information about the pld-cvs-commit mailing list