xorg-x11-proto-devel/xorg-x11-proto-devel.spec

48 lines
1.1 KiB
RPMSpec
Raw Normal View History

2019-12-06 14:34:48 +08:00
Name: xorg-x11-proto-devel
Version: 2019.1
Release: 2
2019-12-06 14:34:48 +08:00
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
Patch6000: backport-add-XKB_KEY_XF86FullScreen-to-solve-could-not-resolve-keysym-XF86FullScreen.patch
2019-12-06 14:34:48 +08:00
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros >= 1.0.2-1
BuildArch: noarch
%description
X.Org X11 Protocol headers
%prep
%autosetup -n xorgproto-%{version} -p1
2019-12-06 14:34:48 +08:00
%build
autoreconf -fiv
%configure --without-xmlto
%make_build
%install
%make_install
%files
%license COPYING-*
2020-05-09 15:37:33 +08:00
%doc *.txt
%{_includedir}/*
%{_datadir}/*
%{_docdir}/*
2019-12-06 14:34:48 +08:00
%changelog
* Mon Jul 02 2021 wangkerong <wangkeorng@huawei.com> 2019.1-2
- DESC:solve the issue which display could not resolve keysym XF86FullScreen
* Wed Aug 05 2020 chengguipeng<chengguipeng1@huawei.com> 2019.1-1
- Back to 2019.1-1
2020-05-09 15:37:33 +08:00
* Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 2020.1-1
- Upgrade to 2020.1-1
2019-12-06 14:34:48 +08:00
* Thu Nov 28 2019 wangyiru <wangyiru1@huawei.com> - 2018.4-3
- Package init