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