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