Summary: xprop application - property displayer for X Summary(pl.UTF-8): Aplikacja xprop do wyświetlania właściwości dla X Name: xorg-app-xprop Version: 1.2.7 Release: 1 License: MIT Group: X11/Applications Source0: https://xorg.freedesktop.org/releases/individual/app/xprop-%{version}.tar.xz # Source0-md5: d050642a667b518cb3429273a59fa36d URL: https://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: pkgconfig >= 1:0.19 BuildRequires: tar >= 1:1.22 BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-proto-xproto-devel >= 7.0.25 BuildRequires: xorg-util-util-macros >= 1.8 BuildRequires: xz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The xprop utility is for displaying window and font properties in an X server. One window or font is selected using the command line arguments or possibly in the case of a window, by clicking on the desired window. A list of properties is then given, possibly with formatting information. %description -l pl.UTF-8 Narzędzie xprop służy do wyświetlania właściwości okien in fontów w serwerze X. Można wybrać jedno okno lub font przy użyciu argumentów linii poleceń lub, w przypadku okna, klikając na nie. Następnie podawana jest lista właściwości, w miarę możliwości wraz z informacjami o formacie. %prep %setup -q -n xprop-%{version} %build %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc COPYING ChangeLog README.md %attr(755,root,root) %{_bindir}/xprop %{_mandir}/man1/xprop.1*