diff --git a/files_in_srpm.txt b/files_in_srpm.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ec8693c7d442f9feda2be0624f1a8adac23d56e --- /dev/null +++ b/files_in_srpm.txt @@ -0,0 +1,2 @@ +xdriinfo-1.0.7.tar.xz +xdriinfo.spec diff --git a/xdriinfo-1.0.7.tar.xz b/xdriinfo-1.0.7.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..afead5790b09109e3acbf55be01a5b644be50446 Binary files /dev/null and b/xdriinfo-1.0.7.tar.xz differ diff --git a/xdriinfo.spec b/xdriinfo.spec new file mode 100644 index 0000000000000000000000000000000000000000..4f5c63a23c54555d66c4f3431c6f93b0f1027956 --- /dev/null +++ b/xdriinfo.spec @@ -0,0 +1,41 @@ +Name: xdriinfo +Version: 1.0.7 +Release: 1 +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/releases/individual/app/%{name}-%{version}.tar.xz + +# This package was split from the mesa-demos package, which used to +# also build and install xdriinfo until mesa-demos-9.0.0 +Conflicts: mesa-demos < 9.0.0 + +BuildRequires: make gcc +BuildRequires: pkgconfig(glproto) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: libGL-devel + +%description +xdriinfo can be used to query configuration information of direct +rendering drivers. + +%prep +%autosetup -p1 + +%build +%configure +%make_build + +%install +%make_install + +%files +%license COPYING +%doc AUTHORS ChangeLog README.md +%{_bindir}/xdriinfo +%{_mandir}/man1/xdriinfo.1* + +%changelog +* Mon Jan 27 2025 Funda Wang - 1.0.7-1 +- init package diff --git a/xdriinfo.src.rpm b/xdriinfo.src.rpm new file mode 100644 index 0000000000000000000000000000000000000000..58955c9eee062ed9150e2882be19c926fb8bb6c4 Binary files /dev/null and b/xdriinfo.src.rpm differ