Author: qboosh Date: Sat Mar 8 01:18:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.0.3 - real descs
---- Files affected: SPECS: xorg-app-xev.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/xorg-app-xev.spec diff -u SPECS/xorg-app-xev.spec:1.12 SPECS/xorg-app-xev.spec:1.13 --- SPECS/xorg-app-xev.spec:1.12 Mon Feb 12 23:09:23 2007 +++ SPECS/xorg-app-xev.spec Sat Mar 8 02:18:51 2008 @@ -1,13 +1,13 @@ # $Revision$, $Date$ -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.0.3 Release: 1 License: MIT Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/individual/app/xev-%{version}.tar.bz2 -# Source0-md5: e3008eb0655da3026c162a5597d70869 +# Source0-md5: a9532c3d1683c99bb5df1895cb3a60b1 URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -17,10 +17,23 @@ 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} @@ -55,6 +68,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2008-03-08 01:18:51 qboosh +- updated to 1.0.3 +- real descs + Revision 1.12 2007-02-12 22:09:23 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xorg-app-xev.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
