From 53f595fb9fe60a435656884a793fa92a111be138 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 2 Nov 2021 14:12:50 -0400 Subject: [PATCH] import xkbcomp-1.4.4-4.el9 --- .gitignore | 1 + .xkbcomp.metadata | 1 + SPECS/xkbcomp.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 .gitignore create mode 100644 .xkbcomp.metadata create mode 100644 SPECS/xkbcomp.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf69fbf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/xkbcomp-1.4.4.tar.bz2 diff --git a/.xkbcomp.metadata b/.xkbcomp.metadata new file mode 100644 index 0000000..763e67f --- /dev/null +++ b/.xkbcomp.metadata @@ -0,0 +1 @@ +9c173c9153d623de4503ddba99ccff91a4fdfc59 SOURCES/xkbcomp-1.4.4.tar.bz2 diff --git a/SPECS/xkbcomp.spec b/SPECS/xkbcomp.spec new file mode 100644 index 0000000..40ccb18 --- /dev/null +++ b/SPECS/xkbcomp.spec @@ -0,0 +1,59 @@ +Name: xkbcomp +Version: 1.4.4 +Release: 4%{?dist} +Summary: XKB keymap compiler + +License: MIT +URL: https://www.x.org + +Source0: https://www.x.org/pub/individual/app/xkbcomp-%{version}.tar.bz2 + +BuildRequires: make gcc +BuildRequires: libxkbfile-devel +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 + +Obsoletes: xorg-x11-xkb-utils < 7.8 + +%description +X.Org XKB keymap compiler + +%package devel +Summary: XKB keymap compiler development package +Requires: pkgconfig +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +X.Org XKB keymap compiler development files + +%prep +%autosetup + +%build +%configure --disable-silent-rules +%make_build + +%install +%make_install + +%files +%license COPYING +%{_bindir}/xkbcomp +%{_mandir}/man1/xkbcomp.1* + +%files devel +%{_libdir}/pkgconfig/xkbcomp.pc + +%changelog +* Tue Aug 10 2021 Mohan Boddu - 1.4.4-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 1.4.4-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Thu Jan 28 2021 Fedora Release Engineering - 1.4.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Nov 05 2020 Peter Hutterer 1.4.4-1 +- Split xkbcomp out from xorg-x11-xkb-utils into its own package (#1895770)