adf523c6a4
- Updated to v0.1.1-117-g43ed784: * https://github.com/zealdocs/zeal/issues/376 was resolved (Fail to build with Qt5.5 affecting arm & leap 42.1). OBS-URL: https://build.opensuse.org/request/show/336588 OBS-URL: https://build.opensuse.org/package/show/devel:tools/zeal?expand=0&rev=6
85 lines
2.6 KiB
RPMSpec
85 lines
2.6 KiB
RPMSpec
#
|
|
# spec file for package zeal
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: zeal
|
|
Summary: Offline API documentation browser
|
|
Version: 0.1.1+git117
|
|
Release: 0
|
|
License: GPL-3.0
|
|
URL: http://zealdocs.org
|
|
Group: Development/Tools/Other
|
|
Source0: zeal-%{version}.tar.xz
|
|
# PATCH-FIX-OPENSUSE vs. file-contains-current-date WARNING:
|
|
Patch0: zeal-no-date-and-time.diff
|
|
|
|
BuildRequires: fdupes
|
|
BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
|
BuildRequires: pkgconfig(appindicator-0.1)
|
|
BuildRequires: pkgconfig(libarchive)
|
|
BuildRequires: pkgconfig(xcb-keysyms)
|
|
Requires: libQt5Sql5-sqlite >= 5.2.0
|
|
|
|
%description
|
|
Zeal is a simple offline API documentation browser inspired by Dash
|
|
(OS X app), available for Linux and Windows.
|
|
* Quickly search documentation using Alt+Space (or customised)
|
|
hotkey to display Zeal from any place in your workspace.
|
|
* Search in multiple sets of documentation at once.
|
|
* Don't be dependent on your internet connection.
|
|
* Integrate Zeal with Emacs, Sublime Text, or Vim. See Usage »
|
|
Editor plugins for details.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
|
|
%build
|
|
qmake-qt5 \
|
|
QMAKE_STRIP="" \
|
|
QMAKE_CFLAGS+="%{optflags}" \
|
|
QMAKE_CXXFLAGS+="%{optflags}"
|
|
|
|
make V=1 %{?_smp_mflags}
|
|
|
|
%install
|
|
make V=1 INSTALL_ROOT=%{buildroot} install
|
|
%suse_update_desktop_file -r %{name} Office Viewer
|
|
%fdupes -s %{buildroot}%{_datadir}
|
|
|
|
%post
|
|
%desktop_database_post
|
|
%icon_theme_cache_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
%icon_theme_cache_postun
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING README.md
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
|
|
|
%changelog
|