!1 update to 1.14

Merge pull request !1 from 陈向/master
This commit is contained in:
openeuler-ci-bot 2020-07-27 16:58:00 +08:00 committed by Gitee
commit 61fee13ffa
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} %define debug_package %{nil}
Name: xcb-proto Name: xcb-proto
Version: 1.13 Version: 1.14
Release: 6 Release: 1
Summary: XCB protocol descriptions Summary: XCB protocol descriptions
License: MIT License: MIT
URL: https://xcb.freedesktop.org/ 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 BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
@ -28,7 +28,7 @@ export PYTHON="python3"
%make_install %make_install
%files %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 %{_datadir}/pkgconfig/xcb-proto.pc
%dir %{_datadir}/xcb/ %dir %{_datadir}/xcb/
%{_datadir}/xcb/*.xsd %{_datadir}/xcb/*.xsd
@ -36,5 +36,8 @@ export PYTHON="python3"
%{python3_sitelib}/xcbgen %{python3_sitelib}/xcbgen
%changelog %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 * Thu Nov 28 2019 yangjian<yangjian79@huawei.com> - 1.13-6
- Package init - Package init