add goodix 6512 support
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
Name: libfprint
|
||||
|
||||
Version: 1.94.6
|
||||
Version: 1.94.6.mr494
|
||||
Release: %autorelease
|
||||
Summary: Toolkit for fingerprint scanner
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/fprint/libfprint
|
||||
Source0: https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v%{version}/libfprint-v%{version}.tar.gz
|
||||
Source0: https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v1.94.6/libfprint-v1.94.6.tar.gz
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
BuildRequires: meson
|
||||
@@ -27,19 +27,21 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: python3-cairo python3-gobject cairo-devel
|
||||
BuildRequires: umockdev >= 0.13.2
|
||||
|
||||
Patch0: goodix-6512.patch
|
||||
|
||||
%description
|
||||
libfprint offers support for consumer fingerprint reader devices.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = 1.94.6-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -S git -n libfprint-v%{version}
|
||||
%autosetup -S git -n libfprint-v1.94.6
|
||||
|
||||
%build
|
||||
# Include the virtual image driver for integration tests
|
||||
|
||||
Reference in New Issue
Block a user