Fixed minor bundled libraries licensing issues.

This commit is contained in:
Vitaly Zaitsev 2021-01-20 15:21:18 +01:00
parent b7b7eb49ae
commit 9da9656f63
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 10 additions and 1 deletions

View File

@ -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.