From d7d1a1cd333034c02d155edc5981df4cfa28e3cc Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 15 Oct 2015 00:21:27 +0700 Subject: zeal: Update license info, add bundled lib metadata --- devtools/zeal.spec | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/devtools/zeal.spec b/devtools/zeal.spec index 4beeda3..b51b0a0 100644 --- a/devtools/zeal.spec +++ b/devtools/zeal.spec @@ -1,14 +1,15 @@ Name: zeal Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Offline documentation browser inspired by Dash -License: GPLv3+ +# the libqxt-sourced files are BSD licensed +License: GPLv3+ and BSD URL: https://zealdocs.org/ Source0: https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: %{name}-0.1.1-fix-includes.patch -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils BuildRequires: libarchive-devel # workaround for qt5-qtbase-devel not depending on qt5-qtbase BuildRequires: qt5-qtbase @@ -18,6 +19,18 @@ BuildRequires: qt5-qtx11extras-devel BuildRequires: xcb-util-keysyms-devel Requires: hicolor-icon-theme +# libqxt deprecation notice, encouraging its downstreams to bundle +# the parts they need: +# https://bitbucket.org/libqxt/libqxt/wiki/Home +# +# zeal commit history for qxtglobalshortcut +# showing active maintenance +# https://github.com/zealdocs/zeal/commits/master/src/3rdparty/qxtglobalshortcut +# +# communication with upstream: +# https://github.com/zealdocs/zeal/issues/414 +Provides: bundled(libqxt) = 0.6.2 + %description Zeal is a simple offline documentation browser inspired by Dash. @@ -59,5 +72,8 @@ fi %changelog +* Wed Oct 14 2015 Michel Salim - 0.1.1-2 +- Update license info, add bundled lib metadata + * Thu Sep 24 2015 Michel Alexandre Salim - 0.1.1-1 - Initial package -- cgit