[packages/geis] - build cleanup, versioned install time dependencies

qboosh qboosh at pld-linux.org
Sun Aug 31 14:37:28 CEST 2025


commit b375879950513b58d927173ad906fe9b0e41708a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Aug 31 14:40:09 2025 +0200

    - build cleanup, versioned install time dependencies

 geis.spec | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/geis.spec b/geis.spec
index 5a14b6c..64f3da3 100644
--- a/geis.spec
+++ b/geis.spec
@@ -1,13 +1,13 @@
 #
 # Conditional build:
-%bcond_without	static_libs	# static libraries
+%bcond_without	static_libs	# static library
 #
 Summary:	An implementation of the GEIS (Gesture Engine Interface and Support) interface
 Summary(pl.UTF-8):	Implementacja interfejsu GEIS (Gesture Engine Interface and Support)
 Name:		geis
 Version:	2.2.17
 Release:	12
-License:	GPL v3/LGPL v3
+License:	GPL v3/LGPL v3+
 Group:		Libraries
 Source0:	https://launchpad.net/geis/trunk/%{version}/+download/%{name}-%{version}.tar.xz
 # Source0-md5:	2ff9d76a3ea5794516bb02c9d1924faf
@@ -28,8 +28,10 @@ BuildRequires:	rpm-pythonprov
 BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xorg-lib-libXext-devel
 BuildRequires:	xorg-lib-libXi-devel >= 1.3
-BuildRequires:	xorg-xserver-server-devel >= 1.10.1
-Requires(post,postun):	/sbin/ldconfig
+Requires:	dbus-libs >= 1.2.16
+Requires:	frame >= 2.2
+Requires:	grail >= 3.0.8
+Requires:	xorg-lib-libXi >= 1.3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -113,10 +115,14 @@ sed -i -e 's#-pedantic##g' configure.ac
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
+	--disable-integration-tests \
+	--disable-silent-rules \
 	%{!?with_static_libs:--disable-static}
-%{__make} V=1
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/geis.git/commitdiff/b375879950513b58d927173ad906fe9b0e41708a



More information about the pld-cvs-commit mailing list