]> git.pld-linux.org Git - packages/xorg-app-xev.git/blobdiff - xorg-app-xev.spec
- updated to 1.1.0
[packages/xorg-app-xev.git] / xorg-app-xev.spec
index d7b7fc560f53f43c12f25c2f472d40da4fb1520f..1ef7932be5e35b356099c98bbfb6129c16c43333 100644 (file)
@@ -1,25 +1,38 @@
-Summary:       xev application
-Summary(pl.UTF-8):     Aplikacja xev
+Summary:       xev application - printing contents of X events
+Summary(pl.UTF-8):     Aplikacja xev wypisujaca zawartość zdarzeń X
 Name:          xorg-app-xev
-Version:       1.0.2
+Version:       1.1.0
 Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/app/xev-%{version}.tar.bz2
-# Source0-md5: e3008eb0655da3026c162a5597d70869
+# Source0-md5: 515cfd1fe857b66abe43ec3343634954
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: xorg-lib-libX11-devel
-BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRequires: xorg-util-util-macros >= 1.8
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-xev application.
+xev application 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.
 
 %description -l pl.UTF-8
-Aplikacja xev.
+Aplikacja xev tworzy okno i żąda od serwera X przesyłania do siebie
+wszystkich zdarzeń występujących w tym oknie (takich jak przesunięcia,
+zmiana rozmiaru, naciśnięcia klawiszy, kliknięcia). Może także
+podłączyć się do istniejącego okna. Jest przydatna do sprawdzania co
+powoduje występowanie zdarzeń i wyświetlania zawartych w nich
+informacji; jest to zasadnicze narzędzie diagnostyczne i
+programistyczne, natomiast nie powinno być potrzebne przy zwykłym
+użytkowaniu systemu.
 
 %prep
 %setup -q -n xev-%{version}
@@ -44,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README
 %attr(755,root,root) %{_bindir}/xev
 %{_mandir}/man1/xev.1x*
This page took 0.11054 seconds and 4 git commands to generate.