remove "rpath" fix to fix FTBFS

fixes RHBZ #1988049
epel9
Sven Lankes 3 years ago
parent 4bcd46a428
commit 55868481d2

@ -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 <sven@lank.es> - 1:3.20160805.1-4
- remove "rpath" fix to fix FTBFS
- fixes RHBZ #1988049
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.20160805.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save