File gnome-documents.spec of Package gnome-documents
#
# spec file for package gnome-documents
#
# Copyright (c) 2018 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/
#
%ifnarch x86_64 %{ix86} aarch64
# Remove reference to libreofficekit
%global __requires_exclude typelib\\(LOKDocView\\)
%endif
Name: gnome-documents
Version: 3.26.3
Release: 0
Summary: Document Manager for GNOME
License: GPL-2.0-or-later
Group: Productivity/Office/Other
URL: https://wiki.gnome.org/Apps/Documents
Source: http://download.gnome.org/sources/gnome-documents/3.26/%{name}-%{version}.tar.xz
# PATCh-FIX-UPSTREAM gnome-documents-bsc1063428-garbage-collection.patch bsc#1063428 mgorse@suse.com -- be nice to the garbage collector during shutdown.
Patch0: gnome-documents-bsc1063428-garbage-collection.patch
BuildRequires: fdupes
BuildRequires: gnome-shell
BuildRequires: gtk-doc
BuildRequires: inkscape
BuildRequires: itstool
BuildRequires: pkgconfig
BuildRequires: poppler-tools
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(evince-document-3.0) >= 3.13.3
BuildRequires: pkgconfig(evince-view-3.0) >= 3.13.3
BuildRequires: pkgconfig(gjs-1.0) >= 1.48.0
BuildRequires: pkgconfig(glib-2.0) >= 2.39.3
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(goa-1.0) >= 3.2.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.31.6
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.15
BuildRequires: pkgconfig(libgdata) >= 0.13.3
BuildRequires: pkgconfig(libgepub) >= 0.5
BuildRequires: pkgconfig(libsoup-2.4) >= 2.41.3
BuildRequires: pkgconfig(tracker-control-2.0) >= 0.17.3
BuildRequires: pkgconfig(tracker-sparql-2.0) >= 0.17.3
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.6.0
BuildRequires: pkgconfig(zapojit-0.0) >= 0.0.2
# This is a gjs application
Requires: gjs
Requires: gnome-documents_books-common = %{version}
Recommends: %{name}-lang
# If available, we query the Online Miners via dbus.
Recommends: dbus(org.gnome.OnlineMiners.GData)
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
%description
Documents is a document manager application for GNOME.
%package -n gnome-shell-search-provider-documents
Summary: Document Manager for GNOME -- Search Provider for GNOME Shell
Group: Productivity/Office/Other
Requires: %{name} = %{version}
Requires: gnome-shell
Supplements: packageand(%{name}:gnome-shell)
%description -n gnome-shell-search-provider-documents
Documents is a document manager application for GNOME.
This package contains a search provider to enable GNOME Shell to get
search results from documents.
%package -n gnome-books
Summary: Book Reader for GNOME
Group: Productivity/Office/Other
Requires: gnome-documents_books-common = %{version}
Recommends: gnome-epub-thumbnailer
%description -n gnome-books
Books is an electronic Book reader for GNOME.
%package -n gnome-documents_books-common
Summary: Shared data between GNOME Documents and GNOME Books
# gnome-documents relies on tracker to find local files.
Group: Productivity/Office/Other
Requires: tracker-miner-files >= 1.99
%description -n gnome-documents_books-common
This package provides runtime information shared between GNOME Documents
and GNOME Books.
%lang_package
%prep
%setup -q
%patch0 -p1
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%build
%configure \
--enable-documentation \
--disable-static \
--enable-getting-started
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file org.gnome.Documents
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
%files
%doc AUTHORS NEWS README TODO
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/gnome-documents
%dir %{_datadir}/appdata
%{_datadir}/appdata/org.gnome.Documents.appdata.xml
%{_datadir}/applications/org.gnome.Documents.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml
%{_datadir}/icons/hicolor/*/apps/org.gnome.Documents*
%{_mandir}/man1/gnome-documents.1%{?ext_man}
%files -n gnome-documents_books-common
%license COPYING
%{_datadir}/gnome-documents/
%{_datadir}/glib-2.0/schemas/org.gnome.Documents.enums.xml
%{_libdir}/gnome-documents/
%files -n gnome-shell-search-provider-documents
%{_datadir}/dbus-1/services/org.gnome.Documents.service
%{_datadir}/gnome-shell/search-providers/org.gnome.Documents.search-provider.ini
%files -n gnome-books
%{_bindir}/gnome-books
%{_datadir}/appdata/org.gnome.Books.appdata.xml
%{_datadir}/applications/org.gnome.Books.desktop
%{_datadir}/dbus-1/services/org.gnome.Books.service
%{_datadir}/glib-2.0/schemas/org.gnome.books.gschema.xml
%{_datadir}/icons/hicolor/*/apps/org.gnome.Books*
%{_mandir}/man1/gnome-books.1%{?ext_man}
%files lang -f %{name}.lang
%changelog