From 2233f016951f099c13d5de9a4214c0b9f1180e64 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 07:41:17 -0400 Subject: [PATCH] import xorg-x11-utils-7.5-28.el8 --- .gitignore | 9 ++ .xorg-x11-utils.metadata | 9 ++ SOURCES/edid-decode-snapshot.sh | 11 ++ SPECS/xorg-x11-utils.spec | 215 ++++++++++++++++++++++++++++++++ 4 files changed, 244 insertions(+) create mode 100644 .gitignore create mode 100644 .xorg-x11-utils.metadata create mode 100755 SOURCES/edid-decode-snapshot.sh create mode 100644 SPECS/xorg-x11-utils.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dda1e27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +SOURCES/edid-decode-dcc8b834.tar.xz +SOURCES/xdpyinfo-1.3.2.tar.bz2 +SOURCES/xev-1.2.2.tar.bz2 +SOURCES/xlsatoms-1.1.2.tar.bz2 +SOURCES/xlsclients-1.1.4.tar.bz2 +SOURCES/xlsfonts-1.0.6.tar.bz2 +SOURCES/xprop-1.2.3.tar.bz2 +SOURCES/xvinfo-1.1.3.tar.bz2 +SOURCES/xwininfo-1.1.4.tar.bz2 diff --git a/.xorg-x11-utils.metadata b/.xorg-x11-utils.metadata new file mode 100644 index 0000000..0dccd5f --- /dev/null +++ b/.xorg-x11-utils.metadata @@ -0,0 +1,9 @@ +9827357814c85a78a78272d3a48bee0cb4dd48aa SOURCES/edid-decode-dcc8b834.tar.xz +0922fc31f8fc82ac20e326a6c9eb33ed7d57ad87 SOURCES/xdpyinfo-1.3.2.tar.bz2 +e737bc46c58b9bb10f0af9883dce203bbed708aa SOURCES/xev-1.2.2.tar.bz2 +0946410a2cd02b0dee7809fd75be090fb3961e9c SOURCES/xlsatoms-1.1.2.tar.bz2 +175af1c216a1db3de5023ecd6cce186e7693c6e4 SOURCES/xlsclients-1.1.4.tar.bz2 +bf95e46e0897dcb9d197ce20d4fa024b8ace5148 SOURCES/xlsfonts-1.0.6.tar.bz2 +77062c08a23cfca76824b7e8f9860678255d6b1a SOURCES/xprop-1.2.3.tar.bz2 +08ff744f7735317fd2fe1b0d2feba8c34cc2e5eb SOURCES/xvinfo-1.1.3.tar.bz2 +7364e79d1de7bb612dd98c336c649648c6c081ca SOURCES/xwininfo-1.1.4.tar.bz2 diff --git a/SOURCES/edid-decode-snapshot.sh b/SOURCES/edid-decode-snapshot.sh new file mode 100755 index 0000000..8c8770b --- /dev/null +++ b/SOURCES/edid-decode-snapshot.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +git clone git://git.freedesktop.org/git/xorg/app/edid-decode +cd edid-decode + +REVISION=$(git log | head -n1 | awk '{print $2}' | cut -c 1-8) + +rm -fr .git +cd .. +tar -cJf edid-decode-${REVISION}.tar.xz edid-decode +rm -fr edid-decode diff --git a/SPECS/xorg-x11-utils.spec b/SPECS/xorg-x11-utils.spec new file mode 100644 index 0000000..5394c36 --- /dev/null +++ b/SPECS/xorg-x11-utils.spec @@ -0,0 +1,215 @@ +# Component versions +%global xdpyinfo 1.3.2 +%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.4 + +Summary: X.Org X11 X client utilities +Name: xorg-x11-utils +Version: 7.5 +Release: 28%{?dist} +License: MIT +URL: http://www.x.org + +Source0: https://www.x.org/pub/individual/app/xdpyinfo-%{xdpyinfo}.tar.bz2 +Source1: https://www.x.org/pub/individual/app/xev-%{xev}.tar.bz2 +Source2: https://www.x.org/pub/individual/app/xlsatoms-%{xlsatoms}.tar.bz2 +Source3: https://www.x.org/pub/individual/app/xlsclients-%{xlsclients}.tar.bz2 +Source4: https://www.x.org/pub/individual/app/xlsfonts-%{xlsfonts}.tar.bz2 +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 + +# No release tarball +Source100: edid-decode-dcc8b834.tar.xz +Source101: edid-decode-snapshot.sh + +BuildRequires: gettext-devel +BuildRequires: libtool + +BuildRequires: pkgconfig(dmx) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcb) >= 1.6 +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xi) +BuildRequires: pkgconfig(xcomposite) +BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 +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} +Provides: xlsclients = %{xlsclients} +Provides: xlsfonts = %{xlsfonts} +Provides: xprop = %{xprop} +Provides: xvinfo = %{xvinfo} +Provides: xwininfo = %{xwininfo} + +%description +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 -a100 + +%build +# Build all apps +{ + for app in * ; do + pushd $app + if [ -e configure ] ; then + autoreconf -vif + %configure + else + export CFLAGS="%{optflags}" + export LDFLAGS="%{?__global_ldflags}" + fi + make %{?_smp_mflags} + popd + done +} + +%install +# Install all apps +{ + for app in * ; do + pushd $app + %make_install + popd + done +} + +%files +%{_bindir}/edid-decode +%{_bindir}/xdpyinfo +%{_bindir}/xev +%{_bindir}/xlsatoms +%{_bindir}/xlsclients +%{_bindir}/xlsfonts +%{_bindir}/xprop +%{_bindir}/xvinfo +%{_bindir}/xwininfo +%{_mandir}/man1/edid-decode.1* +%{_mandir}/man1/xdpyinfo.1* +%{_mandir}/man1/xev.1* +%{_mandir}/man1/xlsatoms.1* +%{_mandir}/man1/xlsclients.1* +%{_mandir}/man1/xlsfonts.1* +%{_mandir}/man1/xprop.1* +%{_mandir}/man1/xvinfo.1* +%{_mandir}/man1/xwininfo.1* + +%changelog +* Mon Mar 12 2018 Adam Jackson - 7.5-28 +- xlsclients 1.1.4 +- xlsfonts 1.0.6 +- xprop 1.2.3 +- xwininfo 1.1.3 +- HTTPS URLs + +* Wed Mar 07 2018 Adam Jackson - 7.5-27 +- New edid-decode snapshot + +* Fri Feb 09 2018 Fedora Release Engineering - 7.5-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 7.5-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 7.5-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jul 11 2017 Adam Jackson - 7.5-23 +- new edid-decode snapshot + +* Sat Feb 11 2017 Fedora Release Engineering - 7.5-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 7.5-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 20 2016 Peter Hutterer +- s/define/global/ + +* Fri Jun 19 2015 Fedora Release Engineering - 7.5-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri May 01 2015 Simone Caronni - 7.5-19 +- xvinfo 1.1.3 + +* Thu Apr 30 2015 Simone Caronni - 7.5-18 +- xlsfonts 1.0.5 +- xlsatoms 1.1.2 +- xev 1.2.2 +- xdpyinfo 1.3.2 +- Use git commit id for edid-decode-snapshot. + +* Sat Feb 21 2015 Till Maas - 7.5-17 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + +* Tue Nov 04 2014 Simone Caronni - 7.5-16 +- Clean up SPEC file, fix rpmlint warnings. +- Update xslclients to 1.1.3. +- Simplify build requirements. + +* Mon Aug 18 2014 Fedora Release Engineering - 7.5-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 7.5-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Jan 29 2014 Adam Jackson 7.5-13 +- New edid-decode snapshot + +* Fri Aug 09 2013 Peter Hutterer 7.5-12 +- Update sources for latest tarballs, some changes got lost before the commit +- require gettext-devel for AM_ICONV (now required by xwininfo) + +* Fri Aug 09 2013 Peter Hutterer 7.5-11 +- xprop 1.2.2 +- xwininfo 1.1.2 +- xdpyinfo 1.3.1 +- xvinfo 1.1.1 + +* Sun Aug 04 2013 Fedora Release Engineering - 7.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Mar 07 2013 Dave Airlie 7.5-9 +- autoreconf for aarch64 + +* Wed Jan 30 2013 Peter Hutterer 7.5-8 +- xev 1.2.1 +- xlsatoms 1.1.1 +- xlsfonts 1.0.4 +- xwininfo 1.1.2 + +* Sun Jul 22 2012 Fedora Release Engineering - 7.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 7.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Nov 29 2011 Adam Jackson 7.5-5 +- xlsclients 1.1.2 +- Rebuild for new xcb-util + +* Wed Nov 09 2011 Adam Jackson 7.5-4 +- xdpyinfo 1.3.0 + +* Mon Sep 12 2011 Adam Jackson 7.5-3 +- xprop 1.2.1 + +* Tue Feb 08 2011 Fedora Release Engineering - 7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild