|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: X Keyboard Extension configuration data
|
|
|
|
|
Name: xkeyboard-config
|
|
|
|
|
Version: 2.24
|
|
|
|
|
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
|
|
|
|
Version: 2.28
|
|
|
|
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
|
|
|
|
|
|
|
|
@ -21,8 +21,7 @@ Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: gettext gettext-devel
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: libxslt
|
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
@ -53,7 +52,7 @@ Development files for %{name}.
|
|
|
|
|
%autosetup -S git
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
AUTOPOINT="intltoolize --automake --copy" autoreconf -v --force --install || exit 1
|
|
|
|
|
autoreconf -v --force --install || exit 1
|
|
|
|
|
%configure \
|
|
|
|
|
--enable-compat-rules \
|
|
|
|
|
--with-xkb-base=%{_datadir}/X11/xkb \
|
|
|
|
@ -88,6 +87,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
|
|
|
|
|
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2019 Peter Hutterer <peter.hutterer@redhat.com> 2.28-1
|
|
|
|
|
- xkeyboard-config 2.28 (#1728817)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 06 2018 Peter Hutterer <peter.hutterer@redhat.com> 2.24-3
|
|
|
|
|
- Remove high-keycode removal patches, xkbcomp 1.4.2 has been in stable for
|
|
|
|
|
long enough (related #1587998)
|
|
|
|
|