add buildrequire gcc and gcc-c++

This commit is contained in:
zhouwenpei 2021-06-30 12:46:29 +08:00
parent 65c62b6acc
commit 4a69d1d7d5

View File

@ -1,6 +1,6 @@
Name: libfprint Name: libfprint
Version: 0.8.2 Version: 0.8.2
Release: 3 Release: 4
Summary: Development toolkit for fingerprint scanner Summary: Development toolkit for fingerprint scanner
License: LGPLv2+ License: LGPLv2+
@ -8,7 +8,7 @@ URL: https://fprint.freedesktop.org/
Source0: https://gitlab.freedesktop.org/libfprint/libfprint/uploads/4272fab4f37516db5b20d07bb576a4b1/libfprint-%{version}.tar.xz Source0: https://gitlab.freedesktop.org/libfprint/libfprint/uploads/4272fab4f37516db5b20d07bb576a4b1/libfprint-%{version}.tar.xz
BuildRequires: meson pkgconfig(glib-2.0) >= 2.28 pkgconfig(libusb-1.0) >= 0.9.1 pkgconfig(nss) BuildRequires: meson pkgconfig(glib-2.0) >= 2.28 pkgconfig(libusb-1.0) >= 0.9.1 pkgconfig(nss)
BuildRequires: pkgconfig(pixman-1) gtk-doc systemd BuildRequires: pkgconfig(pixman-1) gtk-doc systemd gcc gcc-c++
Patch0000: 0001-build-Fix-build-with-newer-meson.patch Patch0000: 0001-build-Fix-build-with-newer-meson.patch
@ -52,6 +52,9 @@ The libfprint-devel package provides libraries and header files which are used t
%{_datadir}/gtk-doc/html/libfprint/ %{_datadir}/gtk-doc/html/libfprint/
%changelog %changelog
* Wed Jun 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 0.8.2-4
- add buildrequire gcc and gcc-c++
* Fri Dec 13 2019 lihao <lihao129@huawei.com> - 0.8.2-3 * Fri Dec 13 2019 lihao <lihao129@huawei.com> - 0.8.2-3
- Package Init - Package Init