[xdotool] fix FTBFS, fixes rhbz #914583

Sven Lankes slankes at fedoraproject.org
Sun Feb 24 16:30:18 UTC 2013


commit d355bb05b10726ee9d4d466e3762527fc6ca6316
Author: Sven Lankes <sven at lank.es>
Date:   Sun Feb 24 17:30:11 2013 +0100

    fix FTBFS, fixes rhbz #914583

 xdotool.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xdotool.spec b/xdotool.spec
index 30de243..9678734 100644
--- a/xdotool.spec
+++ b/xdotool.spec
@@ -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 at lank.es> - 1:2.20110530.1-6
+- fix FTBFS, fixes rhbz #914583
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.20110530.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list