forked from goodix-fp-linux-dev/libfprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nfpm_rpm_sample.yaml
74 lines (60 loc) · 1.95 KB
/
nfpm_rpm_sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# check https://nfpm.goreleaser.com/configuration for detailed usage
#
name: "libfprint"
arch: "amd64"
platform: "linux"
version: "1.94.4"
prerelease: goodixtls-COMMITID
epoch: 99999999
section: "default"
priority: "extra"
replaces:
- libfprint
provides:
- libfprint
- libfprint(aarch-64)
- libfprint-2.so.2()(64bit)
- libfprint-2.so.2(LIBFPRINT_2.0.0)(64bit)
depends:
- libgudev
- libgusb
- nss
- openssl
- pixman
maintainer: "Alexander Meiler <[email protected]>, Matthieu CHARETTE <[email protected]>"
description: |
This is a community implemented driver for Goodix TLS devices on Linux.
vendor: "Goodix Fingerprint Linux Development"
homepage: "https://github.com/goodix-fp-linux-dev"
license: "GNU LGPL 2.1"
contents:
- src: ./build/libfprint/fp-enums.h
dst: /usr/include/libfprint-2/fp-enums.h
- src: ./build/libfprint/libfprint-2.so.2.0.0
dst: /usr/lib64/libfprint-2.so.2.0.0
- src: ./build/libfprint/70-libfprint-2.rules
dst: /usr/lib/udev/rules.d/70-libfprint-2.rules
- src: ./build/libfprint/FPrint-2.0.gir
dst: /usr/share/gir-1.0/FPrint-2.0.gir
- src: ./build/libfprint/FPrint-2.0.typelib
dst: /usr/lib64/girepository-1.0/FPrint-2.0.typelib
- src: ./libfprint/fprint.h
dst: /usr/include/libfprint-2/fprint.h
- src: ./libfprint/fp-context.h
dst: /usr/include/libfprint-2/fp-context.h
- src: ./libfprint/fp-device.h
dst: /usr/include/libfprint-2/fp-device.h
- src: ./libfprint/fp-image-device.h
dst: /usr/include/libfprint-2/fp-image-device.h
- src: ./libfprint/fp-image.h
dst: /usr/include/libfprint-2/fp-image.h
- src: ./libfprint/fp-print.h
dst: /usr/include/libfprint-2/fp-print.h
- src: ./build/meson-private/libfprint-2.pc
dst: /usr/lib64/pkgconfig/libfprint-2.pc
- src: /usr/lib64/libfprint-2.so.2.0.0
dst: /usr/lib64/libfprint-2.so.2
type: symlink
- src: /usr/lib64/libfprint-2.so.2.0.0
dst: /usr/lib64/libfprint-2.so
type: symlink