diff options
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/sapd.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/rpm/sapd.yaml b/rpm/sapd.yaml new file mode 100644 index 0000000..212f735 --- /dev/null +++ b/rpm/sapd.yaml @@ -0,0 +1,27 @@ +Name: sapd +Summary: Accesory protocol daemon +Version: 0.1.0 +Release: 1 +Group: Communications/Bluetooth +URL: https://gitorious.org/javispedro-jolla-misc/sapd/ +License: GPLv3 +Sources: +- '%{name}-%{version}.tar.bz2' +Description: | + A daemon that speaks accessory protocol. +Configure: none +Builder: qtc5 + +PkgConfigBR: + - sailfishapp >= 1.0.2 + - Qt5Core + - Qt5DBus + - Qt5Bluetooth + - openssl + +PkgBR: +# Workaround current sailfish qt5connectivity packaging bug + - qt5-qtconnectivity-qtbluetooth-devel + +Files: + - '%{_bindir}' |