Blame SPECS/xkbcomp.spec

995703
Name:       xkbcomp
995703
Version:    1.4.4
995703
Release:    4%{?dist}
995703
Summary:    XKB keymap compiler
995703
995703
License:    MIT
995703
URL:        https://www.x.org
995703
995703
Source0:    https://www.x.org/pub/individual/app/xkbcomp-%{version}.tar.bz2
995703
995703
BuildRequires: make gcc
995703
BuildRequires: libxkbfile-devel
995703
BuildRequires: pkgconfig(x11)
995703
BuildRequires: pkgconfig(xorg-macros) >= 1.8
995703
995703
Obsoletes:  xorg-x11-xkb-utils < 7.8
995703
995703
%description
995703
X.Org XKB keymap compiler
995703
995703
%package devel
995703
Summary:    XKB keymap compiler development package
995703
Requires:   pkgconfig
995703
Requires:   %{name}%{?_isa} = %{version}-%{release}
995703
995703
%description devel
995703
X.Org XKB keymap compiler development files
995703
995703
%prep
995703
%autosetup
995703
995703
%build
995703
%configure --disable-silent-rules
995703
%make_build
995703
995703
%install
995703
%make_install
995703
995703
%files
995703
%license COPYING
995703
%{_bindir}/xkbcomp
995703
%{_mandir}/man1/xkbcomp.1*
995703
995703
%files devel
995703
%{_libdir}/pkgconfig/xkbcomp.pc
995703
995703
%changelog
995703
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.4-4
995703
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
995703
  Related: rhbz#1991688
995703
995703
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.4-3
995703
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
995703
995703
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
995703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
995703
995703
* Thu Nov 05 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.4.4-1
995703
- Split xkbcomp out from xorg-x11-xkb-utils into its own package (#1895770)