|
|
|
Summary: X property display utility
|
|
|
|
Name: xprop
|
|
|
|
Version: 1.2.7
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.x.org
|
|
|
|
|
|
|
|
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: gcc make
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
|
|
|
|
Obsoletes: xorg-x11-utils < 7.5-39
|
|
|
|
|
|
|
|
%description
|
|
|
|
The xprop utility is for displaying window and font properties in an X server.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%license COPYING
|
|
|
|
%{_bindir}/xprop
|
|
|
|
%{_mandir}/man1/xprop.1*
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.2.7-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.2.7-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
* Tue Feb 06 2024 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.7-1
|
|
|
|
- xprop 1.2.7
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Mar 25 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.5-1
|
|
|
|
- xprop 1.2.5
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.3-2
|
|
|
|
- Add Obsoletes for xorg-x11-utils
|
|
|
|
- Use the make_build RPM macro
|
|
|
|
|
|
|
|
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 1.2.3-1
|
|
|
|
- Initial split packaging (#1918038)
|
|
|
|
|