summaryrefslogtreecommitdiff
path: root/rpm/btgpsd.yaml
blob: d0a4772a9d356893117a0a698d89b69fa713b735 (plain)
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
Name: btgpsd
Summary: A Bluetooth GPS server daemon
Version: 0.1
Release: 1
Group: Communications/Bluetooth
URL: http://example.org/
License: GPL
Sources:
- '%{name}-%{version}.tar.bz2'
Description: |
  btgpsd emulates a NMEA-compatible Bluetooth GPS from data obtained using
  the Qt Positioning framework
Configure: none
# The qtc5 builder inserts macros to allow QtCreator to have fine
# control over qmake/make execution
Builder: qtc5

PkgConfigBR:
  - sailfishapp >= 1.0.2
  - Qt5Core
  - Qt5Positioning
  - Qt5Bluetooth

Requires:
  - systemd
  - systemd-user-session-targets

Files:
  - '%{_sbindir}/btgpsd'
  - '%{_libdir}/systemd/user/btgpsd.service'