Add automake and make buildrequires

(cherry picked from commit 44e3c6ff1f54a1a480778faeb344d597b1875b48)
This commit is contained in:
lyn1001 2024-03-01 09:52:05 +08:00 committed by openeuler-sync-bot
parent b500ae8734
commit cda7c46a1e

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.