summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorJouni Roivas <jroivas@iki.fi>2014-01-13 21:59:34 +0200
committerJouni Roivas <jroivas@iki.fi>2014-01-13 21:59:34 +0200
commit7e4e1e0192da304ae4efecdf8724a7c3f2c2d5ee (patch)
treebfb0eec985e83b76ed1c9b1a8949a9f36e226f6f /rpm
parent6e0fd5a7c7a4749fb342bfd8b3671485bcba3159 (diff)
Initial import
Diffstat (limited to 'rpm')
-rw-r--r--rpm/waterwatch.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/rpm/waterwatch.yaml b/rpm/waterwatch.yaml
new file mode 100644
index 0000000..e2f0359
--- /dev/null
+++ b/rpm/waterwatch.yaml
@@ -0,0 +1,31 @@
+Name: waterwatch
+Summary: Support for Pebble watch in SailfishOS
+Version: 0.1
+Release: 1
+Group: Qt/Qt
+URL: http://example.org/
+License: BSD
+Sources:
+- '%{name}-%{version}.tar.bz2'
+Description: |
+ Include support for Pebble watch to receive event from SailfishOS device. Communicates via Bluetooth, supporting the Pebble protocol.
+Configure: none
+Builder: qtc5
+PkgConfigBR:
+- Qt5Bluetooth
+- Qt5Quick
+- Qt5Qml
+- Qt5Core
+- sailfishapp >= 0.0.10
+Requires:
+- sailfishsilica-qt5 >= 0.10.9
+Files:
+- '%{_bindir}'
+- '%{_datadir}/%{name}/qml'
+- '%{_datadir}/applications/%{name}.desktop'
+- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png'
+- /usr/bin
+- /usr/share/waterwatch
+- /usr/share/applications
+- /usr/share/icons/hicolor/86x86/apps
+PkgBR: []