summaryrefslogtreecommitdiff
path: root/rpm/btgpsd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/btgpsd.yaml')
-rw-r--r--rpm/btgpsd.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/rpm/btgpsd.yaml b/rpm/btgpsd.yaml
new file mode 100644
index 0000000..d0a4772
--- /dev/null
+++ b/rpm/btgpsd.yaml
@@ -0,0 +1,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'