From 800bcd232186a71c90782ee002d6072aab257f28 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 10 Feb 2016 23:19:30 +0100 Subject: Remove static Quazip --- rpm/pebble.spec | 1 + rpm/pebble.yaml | 79 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 41 insertions(+), 39 deletions(-) (limited to 'rpm') diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 62113d7..2b0ac5b 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -23,6 +23,7 @@ Source100: pebble.yaml Requires: sailfishsilica-qt5 >= 0.10.9 Requires: systemd-user-session-targets Requires: nemo-qml-plugin-dbus-qt5 +Requires: quazip BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Bluetooth) BuildRequires: pkgconfig(Qt5Contacts) diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index a0771de..631a0bf 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -1,39 +1,40 @@ -Name: pebble -Summary: Support for Pebble watch in SailfishOS -Version: 1.6 -Release: 1 -Group: Qt/Qt -URL: http://getpebble.com/ -License: GPL3 -Sources: -- '%{name}-%{version}.tar.xz' -Description: | - Support for Pebble watch to receive events from SailfishOS device via Bluetooth. -Configure: none -Builder: qtc5 -QMakeOptions: -- VERSION='%{version}-%{release}' -PkgConfigBR: -- Qt5DBus -- Qt5Bluetooth -- Qt5Contacts -- Qt5Quick -- Qt5Qml -- Qt5Core -- mlite5 -- sailfishapp >= 0.0.10 -- icu-i18n -- zlib -Requires: -- sailfishsilica-qt5 >= 0.10.9 -- systemd-user-session-targets -- nemo-qml-plugin-dbus-qt5 -Files: -- '%{_bindir}' -- '%{_datadir}/%{name}/qml' -- '%{_datadir}/%{name}/js' -- '%{_datadir}/%{name}/translations' -- '%{_datadir}/applications/%{name}.desktop' -- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' -- '%{_libdir}/systemd/user/%{name}d.service' -- '%{_libdir}/systemd/user/user-session.target.wants/%{name}d.service' +Name: pebble +Summary: Support for Pebble watch in SailfishOS +Version: 1.6 +Release: 1 +Group: Qt/Qt +URL: http://getpebble.com/ +License: GPL3 +Sources: +- '%{name}-%{version}.tar.xz' +Description: | + Support for Pebble watch to receive events from SailfishOS device via Bluetooth. +Configure: none +Builder: qtc5 +QMakeOptions: +- VERSION='%{version}-%{release}' +PkgConfigBR: +- Qt5DBus +- Qt5Bluetooth +- Qt5Contacts +- Qt5Quick +- Qt5Qml +- Qt5Core +- mlite5 +- sailfishapp >= 0.0.10 +- icu-i18n +- zlib +Requires: +- sailfishsilica-qt5 >= 0.10.9 +- systemd-user-session-targets +- nemo-qml-plugin-dbus-qt5 +- quazip +Files: +- '%{_bindir}' +- '%{_datadir}/%{name}/qml' +- '%{_datadir}/%{name}/js' +- '%{_datadir}/%{name}/translations' +- '%{_datadir}/applications/%{name}.desktop' +- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' +- '%{_libdir}/systemd/user/%{name}d.service' +- '%{_libdir}/systemd/user/user-session.target.wants/%{name}d.service' -- cgit v1.2.3