Compare commits

..

No commits in common. "7e76e7514ac4fd84daca8ce7a2cc81c5c09ec9f0" and "032037080880bff81cf751900c92b61fac1c2a47" have entirely different histories.

3 changed files with 10 additions and 23 deletions

View File

@ -1,49 +1,36 @@
Name: xorg-x11-proto-devel Name: xorg-x11-proto-devel
Version: 2021.5 Version: 2020.1
Release: 2 Release: 1
License: MIT License: MIT
Summary: X.Org X11 Protocol headers Summary: X.Org X11 Protocol headers
URL: https://www.x.org URL: https://www.x.org
Source0: https://www.x.org/pub/individual/proto/xorgproto-%{version}.tar.bz2 Source0: https://www.x.org/pub/individual/proto/xorgproto-%{version}.tar.bz2
Source1: make-git-snapshot.sh Source1: make-git-snapshot.sh
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros >= 1.0.2-1
BuildRequires: gcc pkgconfig meson
BuildArch: noarch BuildArch: noarch
%description %description
X.Org X11 Protocol headers X.Org X11 Protocol headers
%prep %prep
%autosetup -n xorgproto-%{version} -p1 %autosetup -n xorgproto-%{version}
%build %build
%meson autoreconf -fiv
%meson_build %configure --without-xmlto
%make_build
%install %install
%meson_install %make_install
%files %files
%license COPYING-* %license
%doc *.txt %doc *.txt
%{_includedir}/* %{_includedir}/*
%{_datadir}/* %{_datadir}/*
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 2021.5-2
- fix date error in changelog
* Tue Nov 30 2021 yangcheng <yangcheng87@huawei.com> 2021.5-1
- DESC:Upgrade to 2021.5-1
* Fri 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
* Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 2020.1-1 * Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 2020.1-1
- Upgrade to 2020.1-1 - Upgrade to 2020.1-1

BIN
xorgproto-2020.1.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.