|
|
|
@ -1,17 +1,17 @@
|
|
|
|
|
# Component versions
|
|
|
|
|
%global xdpyinfo 1.3.2
|
|
|
|
|
%global xev 1.2.4
|
|
|
|
|
%global xev 1.2.2
|
|
|
|
|
%global xlsatoms 1.1.2
|
|
|
|
|
%global xlsclients 1.1.4
|
|
|
|
|
%global xlsfonts 1.0.6
|
|
|
|
|
%global xprop 1.2.3
|
|
|
|
|
%global xvinfo 1.1.3
|
|
|
|
|
%global xwininfo 1.1.5
|
|
|
|
|
%global xwininfo 1.1.4
|
|
|
|
|
|
|
|
|
|
Summary: X.Org X11 X client utilities
|
|
|
|
|
Name: xorg-x11-utils
|
|
|
|
|
Version: 7.5
|
|
|
|
|
Release: 40%{?dist}
|
|
|
|
|
Release: 28%{?dist}
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://www.x.org
|
|
|
|
|
|
|
|
|
@ -24,7 +24,10 @@ Source5: https://www.x.org/pub/individual/app/xprop-%{xprop}.tar.bz2
|
|
|
|
|
Source6: https://www.x.org/pub/individual/app/xvinfo-%{xvinfo}.tar.bz2
|
|
|
|
|
Source7: https://www.x.org/pub/individual/app/xwininfo-%{xwininfo}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
# No release tarball
|
|
|
|
|
Source100: edid-decode-dcc8b834.tar.xz
|
|
|
|
|
Source101: edid-decode-snapshot.sh
|
|
|
|
|
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
@ -40,8 +43,10 @@ BuildRequires: pkgconfig(xrandr) >= 1.2
|
|
|
|
|
BuildRequires: pkgconfig(xtst)
|
|
|
|
|
BuildRequires: pkgconfig(xv)
|
|
|
|
|
BuildRequires: pkgconfig(xxf86dga)
|
|
|
|
|
BuildRequires: pkgconfig(xxf86misc)
|
|
|
|
|
BuildRequires: pkgconfig(xxf86vm)
|
|
|
|
|
|
|
|
|
|
Provides: edid-decode
|
|
|
|
|
Provides: xdpyinfo = %{xdpyinfo}
|
|
|
|
|
Provides: xev = %{xev}
|
|
|
|
|
Provides: xlsatoms = %{xlsatoms}
|
|
|
|
@ -56,7 +61,7 @@ A collection of client utilities which can be used to query the X server for
|
|
|
|
|
various information.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7
|
|
|
|
|
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a100
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Build all apps
|
|
|
|
@ -86,6 +91,7 @@ various information.
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_bindir}/edid-decode
|
|
|
|
|
%{_bindir}/xdpyinfo
|
|
|
|
|
%{_bindir}/xev
|
|
|
|
|
%{_bindir}/xlsatoms
|
|
|
|
@ -94,6 +100,7 @@ various information.
|
|
|
|
|
%{_bindir}/xprop
|
|
|
|
|
%{_bindir}/xvinfo
|
|
|
|
|
%{_bindir}/xwininfo
|
|
|
|
|
%{_mandir}/man1/edid-decode.1*
|
|
|
|
|
%{_mandir}/man1/xdpyinfo.1*
|
|
|
|
|
%{_mandir}/man1/xev.1*
|
|
|
|
|
%{_mandir}/man1/xlsatoms.1*
|
|
|
|
@ -104,49 +111,8 @@ various information.
|
|
|
|
|
%{_mandir}/man1/xwininfo.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 7.5-40
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Apr 29 2021 Peter Hutterer <peter.hutterer@redhat.com> 7.5-39
|
|
|
|
|
- Drop Provides for edid-decode, was removed in 7.7-33 (#1954354)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 7.5-38
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.5-37
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 5 10:40:41 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 7.5-36
|
|
|
|
|
- Add BuildRequires for make
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.5-35
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 20 2020 Peter Hutterer <peter.hutterer@redhat.com> 7.5-34
|
|
|
|
|
- xev 1.2.4
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.5-34
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Sep 26 2019 Adam Jackson <ajax@redhat.com> - 7.5-33
|
|
|
|
|
- Drop edid-decode since upstream has moved away from X.org
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.5-33
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 16 2019 Adam Jackson <ajax@redhat.com> - 7.5-32
|
|
|
|
|
- xwininfo 1.1.5
|
|
|
|
|
|
|
|
|
|
* Thu Jun 20 2019 Adam Jackson <ajax@redhat.com> - 7.5-31
|
|
|
|
|
- Drop BuildRequires: pkgconfig(xxf86misc), X servers haven't implemented that
|
|
|
|
|
extension in 10+ years.
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.5-30
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.5-29
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 7.5-28
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Mon Mar 12 2018 Adam Jackson <ajax@redhat.com> - 7.5-28
|
|
|
|
|
- xlsclients 1.1.4
|
|
|
|
|