Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/xkbcomp-1.4.4.tar.bz2
|
/xkbcomp-*.tar.xz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
9c173c9153d623de4503ddba99ccff91a4fdfc59 SOURCES/xkbcomp-1.4.4.tar.bz2
|
|
@ -1,59 +0,0 @@
|
|||||||
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 <mboddu@redhat.com> - 1.4.4-4
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.4-3
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Nov 05 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.4.4-1
|
|
||||||
- Split xkbcomp out from xorg-x11-xkb-utils into its own package (#1895770)
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-10
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (xkbcomp-1.4.7.tar.xz) = 6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef
|
89
xkbcomp.spec
Normal file
89
xkbcomp.spec
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
Name: xkbcomp
|
||||||
|
Version: 1.4.7
|
||||||
|
Release: 3%{?dist}
|
||||||
|
Summary: XKB keymap compiler
|
||||||
|
|
||||||
|
License: MIT-open-group AND HPND-DEC
|
||||||
|
URL: https://www.x.org
|
||||||
|
|
||||||
|
Source0: https://www.x.org/pub/individual/app/xkbcomp-%{version}.tar.xz
|
||||||
|
|
||||||
|
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 Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.4.7-3
|
||||||
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.4.7-2
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Tue Feb 06 2024 Peter Hutterer <peter.hutterer@redhat.com> - 1.4.7-1
|
||||||
|
- xkbcomp 1.4.7
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Sep 27 2023 Peter Hutterer <peter.hutterer@redhat.com> - 1.4.6-7
|
||||||
|
- SPDX migration: add SPDX license entries
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Dec 08 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.4.6-4
|
||||||
|
- xkbcomp 1.4.6
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Mar 17 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.4.5-1
|
||||||
|
- xkbcomp 1.4.5
|
||||||
|
|
||||||
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Nov 05 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.4.4-1
|
||||||
|
- Split xkbcomp out from xorg-x11-xkb-utils into its own package (#1895770)
|
Loading…
Reference in New Issue
Block a user