diff options
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/sailfish-account-mastodon.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/rpm/sailfish-account-mastodon.spec b/rpm/sailfish-account-mastodon.spec index 7ed70f1..c321184 100644 --- a/rpm/sailfish-account-mastodon.spec +++ b/rpm/sailfish-account-mastodon.spec @@ -1,8 +1,10 @@ -# Copyright (C) 2013-2026 Jolla Ltd. +# SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. +# +# SPDX-License-Identifier: BSD-3-Clause Name: sailfish-account-mastodon -License: LGPLv3 -Version: 1.0.0 +License: BSD-3-Clause AND LGPL-2.1-or-later +Version: 1.0.1 Release: 1 Source0: %{name}-%{version}.tar.bz2 Summary: SailfishOS account plugin for Mastodon @@ -61,6 +63,7 @@ Translation source files for sailfish-account-mastodon components. %post /sbin/ldconfig %{_libexecdir}/manage-groups add account-mastodon || : +systemctl-user try-restart msyncd.service || : %postun /sbin/ldconfig @@ -69,6 +72,8 @@ if [ "$1" -eq 0 ]; then fi %files +%license LICENSES/BSD-3-Clause.txt +%license LICENSES/LGPL-2.1-or-later.txt %{_libdir}/libmastodoncommon.so.* %exclude %{_libdir}/libmastodoncommon.so %{_datadir}/accounts/providers/mastodon.provider |
