automatic version update by autodist [release 1.2.1-1mamba;Wed Jan 30 2013]
This commit is contained in:
parent
2b634d3ff3
commit
2b314f99c0
@ -1,2 +1,6 @@
|
|||||||
# xev
|
# xev
|
||||||
|
|
||||||
|
Xev creates a window and then asks the X server to send it events whenever anything happens to the window (such as it being moved, resized, typed in, clicked in, etc.).
|
||||||
|
You can also attach it to an existing window.
|
||||||
|
It is useful for seeing what causes events to occur and to display the information that they contain; it is essentially a debugging and development tool, and should not be needed in normal usage.
|
||||||
|
|
||||||
|
52
xev.spec
Normal file
52
xev.spec
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
Name: xev
|
||||||
|
Version: 1.2.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: xev - print contents of X events
|
||||||
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
|
URL: http://xorg.freedesktop.org/
|
||||||
|
Source: http://xorg.freedesktop.org/releases/individual/app/xev-%{version}.tar.bz2
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: util-macros
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
Xev creates a window and then asks the X server to send it events whenever anything happens to the window (such as it being moved, resized, typed in, clicked in, etc.).
|
||||||
|
You can also attach it to an existing window.
|
||||||
|
It is useful for seeing what causes events to occur and to display the information that they contain; it is essentially a debugging and development tool, and should not be needed in normal usage.
|
||||||
|
|
||||||
|
%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 Jan 30 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 07 2012 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 01 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.1.0-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user