diff options
author | Javier <dev.git@javispedro.com> | 2014-11-23 19:53:30 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2014-11-23 19:53:30 +0100 |
commit | 9949c02b0f814ad94a27864a5c39689f090299b6 (patch) | |
tree | 90e2893d5aafc14a020754eaf72a2df99e373efb /rpm | |
parent | 5244f7909e04b23fbd5706dc6bcadafba21f7600 (diff) | |
download | sapd-9949c02b0f814ad94a27864a5c39689f090299b6.tar.gz sapd-9949c02b0f814ad94a27864a5c39689f090299b6.zip |
port to sailfish with qt 5.2
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}' |