Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
3 changed files with 13 additions and 16 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/xdriinfo-1.0.4.tar.bz2
|
||||
/xdriinfo-1.0.7.tar.xz
|
||||
/xdriinfo-1.0.7.tar.xz.sig
|
||||
/alanc.gpg
|
||||
/xdriinfo-*.tar.xz
|
||||
/xdriinfo-*.tar.xz.sig
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (alanc.gpg) = c337c018c5fd3ff843a82f1912aedd8a0ce15db44d575148be8db802b59dedc4b3c4f8f389dba82d866cfe176b60c5db9b6726dbe93429e9b865e637a89baafc
|
||||
SHA512 (xdriinfo-1.0.8.tar.xz) = 36ea6a453b7f3ec7caa028282c701c98dfb45886dc833e31931d3ed6333a96a5bf7d3816bf5db51b3c359297f25e242c913eae4dd01be5de557475b4cd98d458
|
||||
SHA512 (xdriinfo-1.0.8.tar.xz.sig) = 49d62c453d91d3ffd8e5d11a5e5b829378a5df27c343ffdec2d586d7d2130f4283b79a149acf297cb1d3765df85811ebd192b03f24dad63a2e813192dcf3041b
|
||||
SHA512 (xdriinfo-1.0.7.tar.xz) = a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad
|
||||
SHA512 (xdriinfo-1.0.7.tar.xz.sig) = a6f203eda0cc4ad6b4d11dc4d7402c9c64f0c3da50b6d59fdaac75cdb16a568407fe01fca790a788a633b0f7a561a28dac72c3ba89b07b1489c6e4c93ff481f1
|
||||
SHA512 (alanc.gpg) = 7ee60f2cdcc2cebb824d32c30217c2ed3bac83bad7a8866e0b7e59342c74bb35bfe6a910d37d409d4da6ae2a372e96494e7a8903c0ba29d62adbd506a88ef48b
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: xdriinfo
|
||||
Version: 1.0.8
|
||||
Version: 1.0.7
|
||||
Release: %autorelease
|
||||
Summary: X application to query configuration information of DRI drivers
|
||||
License: MIT
|
||||
|
|
@ -13,11 +13,10 @@ Source2: https://gitlab.freedesktop.org/alanc.gpg
|
|||
Conflicts: glx-utils < 9.0.0-4
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: make autoconf automake libtool
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glproto)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
||||
%description
|
||||
xdriinfo can be used to query configuration information of direct
|
||||
|
|
@ -28,11 +27,11 @@ rendering drivers.
|
|||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
@ -40,8 +39,5 @@ rendering drivers.
|
|||
%{_mandir}/man1/xdriinfo.1*
|
||||
%doc AUTHORS ChangeLog README.md
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue