[packages/libxslt] - use new confogure macro

baggins baggins at pld-linux.org
Mon Mar 10 16:20:41 CET 2025


commit 10843987dccf2ee445c13d0b6bd918fbc4e36c4a
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Mar 10 15:42:43 2025 +0100

    - use new confogure macro

 libxslt.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libxslt.spec b/libxslt.spec
index 7a33712..e60b8fe 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -11,7 +11,7 @@ Summary(pl.UTF-8):	Procesor XSLT
 Summary(pt_BR.UTF-8):	Biblioteca que disponibiliza o sistema XSLT do GNOME
 Name:		libxslt
 Version:	1.1.42
-Release:	2
+Release:	3
 License:	MIT
 Group:		Libraries
 #Source0:	ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
@@ -173,7 +173,8 @@ Moduły języka Python 3 dla biblioteki libxslt.
 %if %{with python3}
 install -d build-python3
 cd build-python3
-../%configure \
+%define configuredir ..
+%configure \
 	PYTHON=%{__python3} \
 	ac_cv_header_xlocale_h=no \
 	--disable-silent-rules \
@@ -186,7 +187,8 @@ cd ..
 
 install -d build
 cd build
-../%configure \
+%define configuredir ..
+%configure \
 	PYTHON=%{__python} \
 	ac_cv_header_xlocale_h=no \
 	--disable-silent-rules \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxslt.git/commitdiff/10843987dccf2ee445c13d0b6bd918fbc4e36c4a



More information about the pld-cvs-commit mailing list