From b9fc125787ea9e1fd90171d48a3e29bac4942e14 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:58:34 +0100 Subject: [PATCH] automatic update by autodist [release 1.1.3-1mamba;Wed May 22 2013] --- README.md | 7 +++++++ xwininfo.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 xwininfo.spec diff --git a/README.md b/README.md index e12e880..2037aef 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # xwininfo +Xwininfo is a utility for displaying information about windows. Various information is displayed depending on which options are selected. +If no options are chosen, -stats is assumed. + +The user has the option of selecting the target window with the mouse (by clicking any mouse button in the desired window) or by specifying its window id on the command line with the -id option. +Or instead of specifying the window by its id number, the -name option may be used to specify which window is desired by name. +There is also a special -root option to quickly obtain information on the screen's root window. + diff --git a/xwininfo.spec b/xwininfo.spec new file mode 100644 index 0000000..a82ede4 --- /dev/null +++ b/xwininfo.spec @@ -0,0 +1,54 @@ +Name: xwininfo +Version: 1.1.3 +Release: 1mamba +Summary: xwininfo - window information utility for X +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://xorg.freedesktop.org/ +Source: http://xorg.freedesktop.org/releases/individual/app/xwininfo-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libxcb-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Xwininfo is a utility for displaying information about windows. Various information is displayed depending on which options are selected. +If no options are chosen, -stats is assumed. + +The user has the option of selecting the target window with the mouse (by clicking any mouse button in the desired window) or by specifying its window id on the command line with the -id option. +Or instead of specifying the window by its id number, the -name option may be used to specify which window is desired by name. +There is also a special -root option to quickly obtain information on the screen's root window. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Wed May 22 2013 Automatic Build System 1.1.3-1mamba +- automatic update by autodist + +* Sun Aug 07 2011 Automatic Build System 1.1.2-1mamba +- automatic version update by autodist + +* Tue Mar 01 2011 Tiziana Ferro 1.1.1-1mamba +- package created by autospec