[packages/subversion] Rel 5; build python2 part using python 2

arekm arekm at pld-linux.org
Mon Jul 8 16:27:50 CEST 2024


commit 825f5333c4b8c8927e2945c159a17bd85db4e9f2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 8 15:50:19 2024 +0200

    Rel 5; build python2 part using python 2

 subversion.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/subversion.spec b/subversion.spec
index 3b2b834..44fc0f5 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -57,7 +57,7 @@ Summary(pl.UTF-8):	System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR.UTF-8):	Sistema de versionamento concorrente
 Name:		subversion
 Version:	1.14.3
-Release:	4
+Release:	5
 License:	Apache v2.0
 Group:		Development/Version Control
 Source0:	https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
@@ -522,11 +522,12 @@ touch build/generator/swig/*.py
 %build
 # FIXME: don't hide autotools invocation
 # (but this script could do more, e.g. swig regeneration)
-chmod +x ./autogen.sh && ./autogen.sh --release
+chmod +x ./autogen.sh && PYTHON=%{__python} ./autogen.sh --release
 %if %{with python2}
 install -d builddir-python2
 cd builddir-python2
 ../%configure \
+	PYTHON=%{__python} \
 	ac_cv_path_RUBY=none \
 	--disable-javahl \
 	--disable-mod-activation \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/subversion.git/commitdiff/825f5333c4b8c8927e2945c159a17bd85db4e9f2



More information about the pld-cvs-commit mailing list