## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: xdriinfo Version: 1.0.4 Release: %autorelease Summary: X application to query configuration information of DRI drivers License: MIT URL: https://gitlab.freedesktop.org/xorg/app/xdriinfo Source: https://www.x.org/pub/individual/app/xdriinfo-1.0.4.tar.bz2 # This package was split from the mesa-demos Fedora package, which used to # also build and install xdriinfo in its glx-utils until mesa-demos-9.0.0-4 Conflicts: mesa-demos <= 9.0.0-4 Patch0: xdriinfo-1.0.4-glvnd.patch BuildRequires: gcc BuildRequires: libglvnd-devel BuildRequires: xorg-x11-util-macros BuildRequires: make autoconf automake libtool %description xdriinfo can be used to query configuration information of direct rendering drivers. %prep %autosetup %build %configure %make_build %install %make_install %files %license COPYING %{_bindir}/xdriinfo %{_datadir}/man/man1/xdriinfo.1* %changelog * Wed Oct 11 2023 Erico Nunes - 1.0.4-1 - Fork xdriinfo from mesa-demos