## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; 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.7 Release: %autorelease Summary: X application to query configuration information of DRI drivers License: MIT URL: https://gitlab.freedesktop.org/xorg/app/xdriinfo Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz.sig Source2: https://gitlab.freedesktop.org/alanc.gpg # 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-3 Conflicts: glx-utils < 9.0.0-4 BuildRequires: gcc BuildRequires: libglvnd-devel BuildRequires: xorg-x11-util-macros BuildRequires: make autoconf automake libtool BuildRequires: gnupg2 %description xdriinfo can be used to query configuration information of direct rendering drivers. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup %build %configure %make_build %install %make_install %files %license COPYING %{_bindir}/xdriinfo %{_mandir}/man1/xdriinfo.1* %doc AUTHORS ChangeLog README.md %changelog ## START: Generated by rpmautospec * Sat Jul 20 2024 Fedora Release Engineering - 1.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering - 1.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Oct 23 2023 Erico Nunes - 1.0.7-1 - Update to 1.0.7 * Wed Oct 18 2023 Erico Nunes - 1.0.4-1 - Initial import (fedora#2243260). ## END: Generated by rpmautospec