update 1.14

This commit is contained in:
t_feng 2020-07-27 14:33:52 +08:00
parent 88fe73792a
commit 20e510d619
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
xcb-proto-1.14.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%define debug_package %{nil}
Name: xcb-proto
Version: 1.13
Release: 6
Version: 1.14
Release: 1
Summary: XCB protocol descriptions
License: MIT
URL: https://xcb.freedesktop.org/
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@ -28,7 +28,7 @@ export PYTHON="python3"
%make_install
%files
%doc COPYING NEWS README TODO doc/xml-xcb.txt
%doc COPYING NEWS README.md TODO doc/xml-xcb.txt
%{_datadir}/pkgconfig/xcb-proto.pc
%dir %{_datadir}/xcb/
%{_datadir}/xcb/*.xsd
@ -36,5 +36,8 @@ export PYTHON="python3"
%{python3_sitelib}/xcbgen
%changelog
* Mon Jul 27 2020 chxssg<chxssg@qq.com> - 1.14-1
- update package to 1.14
* Thu Nov 28 2019 yangjian<yangjian79@huawei.com> - 1.13-6
- Package init