packages: xdotool/xdotool.spec (NEW) - initial PLD release

pawelz pawelz at pld-linux.org
Thu Jul 2 22:43:37 CEST 2009


Author: pawelz                       Date: Thu Jul  2 20:43:37 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/xdotool:
   xdotool.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xdotool/xdotool.spec
diff -u /dev/null packages/xdotool/xdotool.spec:1.1
--- /dev/null	Thu Jul  2 22:43:37 2009
+++ packages/xdotool/xdotool.spec	Thu Jul  2 22:43:32 2009
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%define		rel 20090612
+Summary:	fake keyboard/mouse input
+Name:		xdotool
+Version:	0
+Release:	0.%{rel}.1
+License:	BSD-like
+Group:		X11/Window Managers/Tools
+Source0:	http://semicomplete.googlecode.com/files/%{name}-%{rel}.tar.gz
+# Source0-md5:	78ff810202ed3ae74fd82ec741f889eb
+URL:		http://www.semicomplete.com/projects/xdotool/
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-proto-xextproto-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xdotool lets you programatically (or manually) simulate keyboard input
+and mouse activity, move and resize windows, etc. It does this using
+X11's XTEST extension and other Xlib functions.
+
+%prep
+%setup -q -n %{name}-%{rel}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
+
+%{__make} install \
+	INSTALLBIN=$RPM_BUILD_ROOT%{_bindir} \
+	INSTALLMAN=$RPM_BUILD_ROOT%{_mandir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYRIGHT CHANGELIST README examples
+%attr(755,root,root) %{_bindir}/xdotool
+%{_mandir}/man1/xdotool.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/07/02 20:43:32  pawelz
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list