From 70ee8e7f8c7a3dd354fd6a1d3e72ccbaa50ea668 Mon Sep 17 00:00:00 2001 From: chenyanpanX Date: Mon, 11 Dec 2023 04:12:56 +0000 Subject: [PATCH] =?UTF-8?q?add=20BuildRequires=20gcc,=20for=20fixing=20bui?= =?UTF-8?q?ld=20failed=20=E8=A7=A3=E5=86=B3=E5=A6=82=E4=B8=8B=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=8A=A5=E9=94=99=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.openeuler.openatom.cn/package/live_build_log/openEuler:Epol/libuvc/standard_x86_64/x86_64 ![输入图片说明](https://foruda.gitee.com/images/1702267197720839662/da4cdcc0_7400170.png "屏幕截图") Signed-off-by: chenyanpanX --- libuvc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuvc.spec b/libuvc.spec index f69f13a..8638f84 100644 --- a/libuvc.spec +++ b/libuvc.spec @@ -2,7 +2,7 @@ Name: libuvc Version: 0.0.7 -Release: 1 +Release: 2 Summary: A cross-platform library for USB video devices License: BSD URL: https://github.com/libuvc/lubuvc @@ -11,6 +11,7 @@ Source0: v%{version}.tar.gz BuildRequires: gcc BuildRequires: libusb-devel BuildRequires: libjpeg-devel +BuildRequires: cmake %description A cross-platform library for USB video devices. @@ -47,5 +48,8 @@ make %{_libdir}/%{name}.a %changelog +* Mon Dec 11 2023 ChenYanpan - 0.0.7-2 +- add BuildRequires gcc, for fixing build failed + * Wed May 3 2023 will_niutao - 0.0.7-1 - Init for openEuler -- Gitee