Name: xdpyinfo Version: 1.3.4 Release: 1mamba Summary: xdpyinfo - display information utility for X Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.x.org/wiki/ Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libX11-devel BuildRequires: libXcomposite-devel BuildRequires: libXext-devel BuildRequires: libXi-devel BuildRequires: libXinerama-devel BuildRequires: libXrender-devel BuildRequires: libXtst-devel BuildRequires: libXxf86dga-devel BuildRequires: libXxf86vm-devel BuildRequires: libxcb-devel ## AUTOBUILDREQ-END %description Xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the different types of screens and visuals that are available. By default, numeric information (opcode, base event, base error) about protocol extensions is not displayed. This information can be obtained with the -queryExtensions option. Use of this option on servers that dynamically load extensions will likely cause all possible extensions to be loaded, which can be slow and can consume significant server resources. Detailed information about a particular extension is displayed with the -ext extensionName option. If extensionName is all, information about all extensions supported by both xdpyinfo and the server is displayed. %debug_package %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/%{name} %{_mandir}/man?/* %doc COPYING #ChangeLog README %changelog * Fri Apr 28 2023 Automatic Build System 1.3.4-1mamba - automatic version update by autodist * Tue Apr 19 2022 Silvan Calarco 1.3.3-1mamba - update to 1.3.3 * Sat May 16 2015 Automatic Build System 1.3.2-1mamba - automatic update by autodist * Thu May 23 2013 Automatic Build System 1.3.1-1mamba - automatic version update by autodist * Tue Apr 24 2012 Automatic Build System 1.3.0-1mamba - automatic version update by autodist * Tue Apr 26 2011 Tiziana Ferro 1.2.0-1mamba - package created by autospec