Blame SPECS/setxkbmap.spec

0a91a2
Name:       setxkbmap
0a91a2
Version:    1.3.2
0a91a2
Release:    5%{?dist}
0a91a2
Summary:    X11 keymap client
0a91a2
0a91a2
License:    MIT
0a91a2
URL:        https://www.x.org
0a91a2
Source0:    https://www.x.org/pub/individual/app/setxkbmap-%{version}.tar.bz2
0a91a2
0a91a2
BuildRequires:  make gcc
0a91a2
BuildRequires:  pkgconfig(x11)
0a91a2
BuildRequires:  pkgconfig(xkbfile)
0a91a2
BuildRequires:  pkgconfig(xorg-macros) >= 1.8
0a91a2
0a91a2
Obsoletes:  xorg-x11-xkb-utils < 7.8
0a91a2
0a91a2
%description
0a91a2
setxkbmap is an X11 client to change the keymaps in the X server for a
0a91a2
specified keyboard to use the layout determined by the options listed
0a91a2
on the command line.
0a91a2
0a91a2
%prep
0a91a2
%autosetup
0a91a2
0a91a2
%build
0a91a2
%configure --disable-silent-rules
0a91a2
%make_build
0a91a2
0a91a2
%install
0a91a2
%make_install
0a91a2
0a91a2
%files
0a91a2
%license COPYING
0a91a2
%{_bindir}/setxkbmap
0a91a2
%{_mandir}/man1/setxkbmap.1*
0a91a2
0a91a2
%changelog
0a91a2
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.2-5
0a91a2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0a91a2
  Related: rhbz#1991688
0a91a2
0a91a2
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.2-4
0a91a2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0a91a2
0a91a2
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
0a91a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0a91a2
0a91a2
* Thu Nov 05 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.3.2-2
0a91a2
- Split setxkbmap out from xorg-x11-xkb-utils into its own package
0a91a2
  (#1895795)