diff --git a/nheko.spec b/nheko.spec index 76353e4..6e76dcc 100644 --- a/nheko.spec +++ b/nheko.spec @@ -14,8 +14,12 @@ Name: nheko Version: 0.8.0 Release: 1%{?dist} +# Main source - GPLv3+ +# cpp-httplib - bundled - MIT +# blurhash - bundled - Boost +# qtsingleapplication-qt5 - bundled - MIT +License: GPLv3+ and MIT and Boost Summary: Desktop client for the Matrix protocol -License: GPLv3+ URL: https://github.com/Nheko-Reborn/nheko Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -71,6 +75,11 @@ BuildRequires: llvm Requires: hicolor-icon-theme Requires: qt5-qtquickcontrols2%{?_isa} +# https://github.com/Nheko-Reborn/nheko/issues/391 +Provides: bundled(blurhash) = 0~git +Provides: bundled(cpp-httplib) = 0.5.12 +Provides: bundled(qtsingleapplication-qt5) = 3.2.0-gitdc8042b + %description The motivation behind the project is to provide a native desktop app for Matrix that feels more like a mainstream chat app.