|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
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/
|
|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|