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