|
|
@ -1,15 +1,12 @@
|
|
|
|
Name: xdotool
|
|
|
|
Name: xdotool
|
|
|
|
Version: 0.20100118.2605
|
|
|
|
Version: 1.20100318.2737
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Fake keyboard/mouse input
|
|
|
|
Summary: Fake keyboard/mouse input
|
|
|
|
Group: User Interface/X
|
|
|
|
Group: User Interface/X
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: http://www.semicomplete.com/projects/xdotool/
|
|
|
|
URL: http://www.semicomplete.com/projects/xdotool/
|
|
|
|
Source0: http://semicomplete.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://semicomplete.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
# Create directories if they don't exist
|
|
|
|
|
|
|
|
# http://code.google.com/p/semicomplete/issues/detail?id=17
|
|
|
|
|
|
|
|
Patch0: xdotool-makefile.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: libXtst-devel, libX11-devel
|
|
|
|
BuildRequires: libXtst-devel, libX11-devel
|
|
|
|
|
|
|
|
|
|
|
@ -35,7 +32,6 @@ developing applications that use libxdo
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export WARNFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
export WARNFLAGS="$RPM_OPT_FLAGS"
|
|
|
@ -73,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%doc examples
|
|
|
|
%doc examples
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Mar 28 2010 Sven Lankes <sven@lank.es> - 1:1.20100318.2737-1
|
|
|
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 07 2010 Sven Lankes <sven@lank.es> - 0.20100118.2605-2
|
|
|
|
* Sun Feb 07 2010 Sven Lankes <sven@lank.es> - 0.20100118.2605-2
|
|
|
|
- fix requires for libxdo-devel
|
|
|
|
- fix requires for libxdo-devel
|
|
|
|
|
|
|
|
|
|
|
|