summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <michel@michel-slm.name>2015-10-15 00:21:27 +0700
committerMichel Alexandre Salim <michel@michel-slm.name>2015-10-15 00:21:27 +0700
commitd7d1a1cd333034c02d155edc5981df4cfa28e3cc (patch)
treec95e81b4f407076d1f811ab27eae3d6d51cf15a2
parent30a5dc60942ef4e1bb3c43fda8ec8882e77baf44 (diff)
downloadspecs-d7d1a1cd333034c02d155edc5981df4cfa28e3cc.tar.gz
specs-d7d1a1cd333034c02d155edc5981df4cfa28e3cc.tar.xz
specs-d7d1a1cd333034c02d155edc5981df4cfa28e3cc.zip
zeal: Update license info, add bundled lib metadata
-rw-r--r--devtools/zeal.spec22
1 files 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 <salimma@fedoraproject.org> - 0.1.1-2
+- Update license info, add bundled lib metadata
+
* Thu Sep 24 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.1.1-1
- Initial package