xorg-x11-proto-devel/xorg-x11-proto-devel.spec
wangkerong 2b6e8b1a19 solve the issue which dispaly could not resolve keysym XF86FullScreen
(cherry picked from commit 8d40a3593378d843b3a2cd29221ec7384154fc95)
2021-06-29 16:15:48 +08:00

44 lines
1.0 KiB
RPMSpec

Name: xorg-x11-proto-devel
Version: 2019.1
Release: 2
License: MIT
Summary: X.Org X11 Protocol headers
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/proto/xorgproto-%{version}.tar.bz2
Source1: make-git-snapshot.sh
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros >= 1.0.2-1
BuildArch: noarch
Patch6000: backport-add-XKB_KEY_XF86FullScreen-to-solve-could-not-resolve-keysym-XF86FullScreen.patch
%description
X.Org X11 Protocol headers
%prep
%autosetup -n xorgproto-%{version} -p1
%build
autoreconf -fiv
%configure --without-xmlto
%make_build
%install
%make_install
%files
%license COPYING-*
%doc *.txt
%{_includedir}/*
%{_datadir}/*
%{_docdir}/*
%changelog
* Mon Jun 28 2021 wangekrong <wangkerong@huawei.com> - 2019.1-2
- DESC:solve the issue which dispaly could not resolve keysym XF86FullScreen
* Wed Aug 19 2020 zhanzhimin <zhanzhimin@huawei.com> - 2019.1-1
- update to 2019.1-1
* Thu Nov 28 2019 wangyiru <wangyiru1@huawei.com> - 2018.4-3
- Package init