!55 [sync] PR-50: Add automake and make buildrequires

From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2024-03-01 02:46:29 +00:00 committed by Gitee
commit daed9c2536
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: xcb-proto Name: xcb-proto
Version: 1.15 Version: 1.15
Release: 3 Release: 4
Summary: XCB protocol descriptions Summary: XCB protocol descriptions
License: MIT License: MIT
URL: https://gitlab.freedesktop.org/xorg/proto/xcbproto/ URL: https://gitlab.freedesktop.org/xorg/proto/xcbproto/
@ -10,7 +10,7 @@ Patch01: 0001-Add-DOUBLE-BUFFER-extension-specification.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel make automake
Requires: pkgconfig Requires: pkgconfig
%description %description
@ -37,6 +37,9 @@ to the protocol, improved threading support, and extensibility.
%{python3_sitelib}/xcbgen %{python3_sitelib}/xcbgen
%changelog %changelog
* Fri Mar 1 2024 liyanan <liyanan61@h-partners.com> - 1.15-4
- Add automake and make buildrequires
* Tue Dec 26 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 1.15-3 * Tue Dec 26 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 1.15-3
- Add DOUBLE-BUFFER extension specification. - Add DOUBLE-BUFFER extension specification.