xprop/xprop.spec

57 lines
1.4 KiB
RPMSpec
Raw Normal View History

2021-04-15 02:51:33 +00:00
Summary: X property display utility
Name: xprop
2022-03-25 04:08:36 +00:00
Version: 1.2.5
Release: 2%{?dist}
2021-04-15 02:51:33 +00:00
License: MIT
URL: http://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
2021-04-15 02:51:33 +00:00
BuildRequires: gcc make
BuildRequires: gettext-devel
BuildRequires: libtool
BuildRequires: pkgconfig(x11)
Obsoletes: xorg-x11-utils < 7.5-39
2021-04-15 02:51:33 +00:00
%description
The xprop utility is for displaying window and font properties in an X server.
%prep
%setup -q
%build
%configure
%make_build
2021-04-15 02:51:33 +00:00
%install
%make_install
%files
2022-03-25 04:08:36 +00:00
%doc README.md
2021-04-15 02:51:33 +00:00
%license COPYING
%{_bindir}/xprop
%{_mandir}/man1/xprop.1*
%changelog
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2022-03-25 04:08:36 +00:00
* 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
2021-04-15 02:51:33 +00:00
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 1.2.3-1
- Initial split packaging (#1918038)