diff --git a/libuvc.spec b/libuvc.spec index f69f13a..26a68e7 100644 --- a/libuvc.spec +++ b/libuvc.spec @@ -2,13 +2,14 @@ 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 Source0: v%{version}.tar.gz BuildRequires: gcc +BuildRequires: cmake BuildRequires: libusb-devel BuildRequires: libjpeg-devel @@ -47,5 +48,8 @@ make %{_libdir}/%{name}.a %changelog +* Tue May 28 2024 zhangxianting - 0.0.7-2 +- spec: add buildrequires cmake + * Wed May 3 2023 will_niutao - 0.0.7-1 - Init for openEuler