commit d78488c0e2f3ae0fec3568cfbcfac8b8265db106 Author: CentOS Sources Date: Tue Nov 2 09:00:30 2021 -0400 import setxkbmap-1.3.2-5.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..880fb5e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/setxkbmap-1.3.2.tar.bz2 diff --git a/.setxkbmap.metadata b/.setxkbmap.metadata new file mode 100644 index 0000000..4a4013b --- /dev/null +++ b/.setxkbmap.metadata @@ -0,0 +1 @@ +44783734bc58fca93165a20da0bb3eca1ccb9ad9 SOURCES/setxkbmap-1.3.2.tar.bz2 diff --git a/SPECS/setxkbmap.spec b/SPECS/setxkbmap.spec new file mode 100644 index 0000000..811e0a4 --- /dev/null +++ b/SPECS/setxkbmap.spec @@ -0,0 +1,50 @@ +Name: setxkbmap +Version: 1.3.2 +Release: 5%{?dist} +Summary: X11 keymap client + +License: MIT +URL: https://www.x.org +Source0: https://www.x.org/pub/individual/app/setxkbmap-%{version}.tar.bz2 + +BuildRequires: make gcc +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xkbfile) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 + +Obsoletes: xorg-x11-xkb-utils < 7.8 + +%description +setxkbmap is an X11 client to change the keymaps in the X server for a +specified keyboard to use the layout determined by the options listed +on the command line. + +%prep +%autosetup + +%build +%configure --disable-silent-rules +%make_build + +%install +%make_install + +%files +%license COPYING +%{_bindir}/setxkbmap +%{_mandir}/man1/setxkbmap.1* + +%changelog +* Tue Aug 10 2021 Mohan Boddu - 1.3.2-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 1.3.2-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Nov 05 2020 Peter Hutterer 1.3.2-2 +- Split setxkbmap out from xorg-x11-xkb-utils into its own package + (#1895795)