From 55868481d234a362dcad9fbb8bbbd77f7ba1bf01 Mon Sep 17 00:00:00 2001 From: Sven Lankes Date: Sat, 31 Jul 2021 23:12:13 +0200 Subject: [PATCH] remove "rpath" fix to fix FTBFS fixes RHBZ #1988049 --- xdotool.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/xdotool.spec b/xdotool.spec index 04dfe34..43b71fd 100644 --- a/xdotool.spec +++ b/xdotool.spec @@ -1,15 +1,15 @@ Name: xdotool Version: 3.20160805.1 Epoch: 1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fake keyboard/mouse input License: BSD URL: http://www.semicomplete.com/projects/xdotool/ Source0: https://github.com/jordansissel/xdotool/releases/download/v%{version}/xdotool-%{version}.tar.gz BuildRequires: make -BuildRequires: gcc -BuildRequires: libXtst-devel, libX11-devel, libXinerama-devel, libXi-devel, /usr/bin/pod2man, libxkbcommon-devel +BuildRequires: gcc +BuildRequires: libXtst-devel, libX11-devel, libXinerama-devel, libXi-devel, /usr/bin/pod2man, libxkbcommon-devel %description This tool lets you programmatically (or manually) simulate keyboard input @@ -34,8 +34,7 @@ developing applications that use libxdo %build export WARNFLAGS="$RPM_OPT_FLAGS" -make %{?_smp_mflags} - +make %{?_smp_mflags} WITHOUT_RPATH_FIX=1 %install rm -rf $RPM_BUILD_ROOT @@ -60,6 +59,10 @@ chmod 0644 examples/ffsp.sh %doc examples %changelog +* Sat Jul 31 2021 Sven Lankes - 1:3.20160805.1-4 +- remove "rpath" fix to fix FTBFS +- fixes RHBZ #1988049 + * Fri Jul 23 2021 Fedora Release Engineering - 1:3.20160805.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild