diff options
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/pebble.spec | 3 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 8129886..01a66e1 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -47,7 +47,8 @@ Include support for Pebble watch to receive event from SailfishOS device. Commun # >> build pre # << build pre -%qtc_qmake5 +%qtc_qmake5 \ + VERSION='%{version}-%{release}' %qtc_make %{?_smp_mflags} diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index f0fc73d..1bb3352 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -11,6 +11,8 @@ Description: | Include support for Pebble watch to receive event from SailfishOS device. Communicates via Bluetooth, supporting the Pebble protocol. Configure: none Builder: qtc5 +QMakeOptions: +- VERSION='%{version}-%{release}' PkgConfigBR: - Qt5DBus - Qt5Bluetooth |
