[packages/python-pyatspi] rel 4
arekm
arekm at pld-linux.org
Fri Jun 6 10:17:15 CEST 2025
commit 6ff0b4964247b0d831a71b76276967c06bdebac4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Jun 6 09:08:32 2025 +0200
rel 4
python-pyatspi.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-pyatspi.spec b/python-pyatspi.spec
index becc4e0..bef61b0 100644
--- a/python-pyatspi.spec
+++ b/python-pyatspi.spec
@@ -8,7 +8,7 @@ Summary: AT-SPI Python bindings
Summary(pl.UTF-8): Wiązania AT-SPI dla Pythona
Name: python-%{module}
Version: 2.46.1
-Release: 3
+Release: 4
License: LGPL v2
Group: Development/Languages/Python
Source0: https://download.gnome.org/sources/pyatspi/2.46/%{module}-%{version}.tar.xz
@@ -62,10 +62,13 @@ Ten pakiet dostarcza wiązania AT-SPI dla Pythona 3.
%{__autoconf}
%{__autoheader}
%{__automake}
+
+%define configuredir ..
+
%if %{with python3}
mkdir -p py3
cd py3
-../%configure \
+%configure \
--host=%{_host_alias} \
--build=%{_build_alias} \
--with-python="%{__python3}"
@@ -76,7 +79,7 @@ cd ..
%if %{with python2}
mkdir -p py2
cd py2
-../%configure \
+%configure \
--host=%{_host_alias} \
--build=%{_build_alias} \
--with-python="%{__python}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pyatspi.git/commitdiff/6ff0b4964247b0d831a71b76276967c06bdebac4
More information about the pld-cvs-commit
mailing list