diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-06-27 19:14:41 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-06-27 19:14:41 +0200 |
| commit | 863a1a085e83780e8f6eff8a19ab4322a7f5e28a (patch) | |
| tree | f1d9547811d21ec817a07c6fcd8badb8d246bbb0 /rpm | |
| parent | 471ff6ca72cd75f8d4df7e0810a6bfed4bf2c3e3 (diff) | |
Renamed waterwatch -> pebble
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/pebble.yaml (renamed from rpm/waterwatch.yaml) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rpm/waterwatch.yaml b/rpm/pebble.yaml index 2fe3598..7495643 100644 --- a/rpm/waterwatch.yaml +++ b/rpm/pebble.yaml @@ -1,9 +1,9 @@ -Name: waterwatch +Name: pebble Summary: Support for Pebble watch in SailfishOS Version: 0.1 Release: 1 Group: Qt/Qt -URL: http://example.org/ +URL: http://getpebble.com/ License: BSD Sources: - '%{name}-%{version}.tar.xz' @@ -29,7 +29,7 @@ Files: - '%{_datadir}/%{name}/qml' - '%{_datadir}/applications/%{name}.desktop' - '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' -- '%{_libdir}/systemd/user/pebbled.service' -- '%{_libdir}/systemd/user/user-session.target.wants/pebbled.service' -- '%{_libdir}/libpebble.so.*' +- '%{_libdir}/systemd/user/%{name}d.service' +- '%{_libdir}/systemd/user/user-session.target.wants/%{name}d.service' +- '%{_libdir}/lib%{name}.so.*' PkgBR: [] |
