]> git.pld-linux.org Git - packages/xorg-app-xev.git/blob - xorg-app-xev.spec
5b9d11bb2f892f4107831d49d5e09b4dbec585c1
[packages/xorg-app-xev.git] / xorg-app-xev.spec
1 Summary:        xev application - printing contents of X events
2 Summary(pl.UTF-8):      Aplikacja xev wypisujaca zawartość zdarzeń X
3 Name:           xorg-app-xev
4 Version:        1.0.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xev-%{version}.tar.bz2
9 # Source0-md5:  a9532c3d1683c99bb5df1895cb3a60b1
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-util-util-macros >= 0.99.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 xev application creates a window and then asks the X server to send it
20 events whenever anything happens to the window (such as it being
21 moved, resized, typed in, clicked in, etc.). You can also attach it to
22 an existing window. It is useful for seeing what causes events to
23 occur and to display the information that they contain; it is
24 essentially a debugging and development tool, and should not be needed
25 in normal usage.
26
27 %description -l pl.UTF-8
28 Aplikacja xev tworzy okno i żąda od serwera X przesyłania do siebie
29 wszystkich zdarzeń występujących w tym oknie (takich jak przesunięcia,
30 zmiana rozmiaru, naciśnięcia klawiszy, kliknięcia). Może także
31 podłączyć się do istniejącego okna. Jest przydatna do sprawdzania co
32 powoduje występowanie zdarzeń i wyświetlania zawartych w nich
33 informacji; jest to zasadnicze narzędzie diagnostyczne i
34 programistyczne, natomiast nie powinno być potrzebne przy zwykłym
35 użytkowaniu systemu.
36
37 %prep
38 %setup -q -n xev-%{version}
39
40 %build
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc COPYING ChangeLog
61 %attr(755,root,root) %{_bindir}/xev
62 %{_mandir}/man1/xev.1x*
This page took 0.085121 seconds and 3 git commands to generate.