|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
Name: xdotool
|
|
|
|
|
Version: 2.20110530.1
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Fake keyboard/mouse input
|
|
|
|
|
Group: User Interface/X
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://www.semicomplete.com/projects/xdotool/
|
|
|
|
|
Source0: http://semicomplete.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: libXtst-devel, libX11-devel, libXinerama-devel, libXi-devel
|
|
|
|
|
BuildRequires: libXtst-devel, libX11-devel, libXinerama-devel, libXi-devel, /usr/bin/pod2man
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This tool lets you programmatically (or manually) simulate keyboard input
|
|
|
|
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%doc examples
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 24 2013 Sven Lankes <sven@lank.es> - 1:2.20110530.1-6
|
|
|
|
|
- fix FTBFS, fixes rhbz #914583
|
|
|
|
|
|
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.20110530.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|