update to 2.38

This commit is contained in:
zhangpan 2023-02-06 03:24:02 +00:00
parent d78e5cb146
commit 059846ced2
3 changed files with 10 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: xkeyboard-config Name: xkeyboard-config
Version: 2.33 Version: 2.38
Release: 2 Release: 1
Summary: The X Keyboard Extension Summary: The X Keyboard Extension
License: MIT License: MIT
URL: https://www.freedesktop.org/wiki/Software/XKeyboardConfig URL: https://www.freedesktop.org/wiki/Software/XKeyboardConfig
Source0: https://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: gettext gettext-devel libtool libxslt perl(XML::Parser) pkgconfig(glib-2.0) xkbcomp BuildRequires: gettext gettext-devel libtool libxslt perl(XML::Parser) pkgconfig(glib-2.0) xkbcomp meson
BuildRequires: pkgconfig(x11) >= 1.4.3 pkgconfig(xorg-macros) >= 1.12 pkgconfig(xproto) >= 7.0.20 BuildRequires: pkgconfig(x11) >= 1.4.3 pkgconfig(xorg-macros) >= 1.12 pkgconfig(xproto) >= 7.0.20
%description %description
@ -30,12 +30,11 @@ Header files for xkeyboard-config
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
autoreconf -v --force --install || exit 1 %meson -Dcompat-rules=true -Dxorg-rules-symlinks=true
%configure --enable-compat-rules --with-xkb-base=%{_datadir}/X11/xkb --with-xkb-rules-symlink=xorg %meson_build
%make_build
%install %install
%make_install %meson_install
{ {
FILESLIST=${PWD}/files.list FILESLIST=${PWD}/files.list
@ -62,6 +61,9 @@ autoreconf -v --force --install || exit 1
%{_mandir}/man7/xkeyboard-config.* %{_mandir}/man7/xkeyboard-config.*
%changelog %changelog
* Mon Feb 06 2023 zhangpan <zhangpan@h-partners.com> - 2.38-1
- update to 2.38
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 2.33-2 * Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 2.33-2
- Rebuild for next release - Rebuild for next release