File gnome-documents.spec of Package gnome-documents
#
# spec file for package gnome-documents
#
# Copyright (c) 2014 SUSE LINUX Products 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: gnome-documents
Version: 3.12.1
Release: 0
Summary: Document Manager for GNOME
License: GPL-2.0+
Group: Productivity/Office/Other
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/gnome-documents/3.12/%{name}-%{version}.tar.xz
# For directory ownership
BuildRequires: gnome-shell
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.50.1
BuildRequires: itstool
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(evince-document-3.0) >= 3.7.4
BuildRequires: pkgconfig(evince-view-3.0) >= 3.7.4
BuildRequires: pkgconfig(gjs-1.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.35.1
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.11.5
BuildRequires: pkgconfig(libgdata) >= 0.13.3
BuildRequires: pkgconfig(libsoup-2.4) >= 2.41.3
BuildRequires: pkgconfig(tracker-control-1.0) >= 0.17.3
BuildRequires: pkgconfig(tracker-sparql-1.0) >= 0.17.3
BuildRequires: pkgconfig(webkitgtk-3.0) >= 1.10.0
BuildRequires: pkgconfig(zapojit-0.0) >= 0.0.2
# This is a gjs application
Requires: gjs
# gnome-documents relies on tracker to find local files.
Requires: tracker-miner-files
# If available, we query the Online Miners via dbus.
Recommends: dbus(org.gnome.OnlineMiners.GData)
Recommends: %{name}-lang
# A lot of document formats are handled using unoconv.
Recommends: unoconv
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires
%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.
%lang_package
%prep
%setup -q
translation-update-upstream
%build
%configure
make %{?_smp_mflags}
%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%suse_update_desktop_file org.gnome.Documents
%find_lang %{name} %{?no_lang_C}
%clean
rm -rf %{buildroot}
%post
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post
%postun
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
%files
%defattr(-,root,root)
%doc AUTHORS NEWS README
%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.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml
%{_datadir}/gnome-documents/
%{_datadir}/icons/hicolor/*/apps/gnome-documents.png
%{_libdir}/gnome-documents/
%{_libexecdir}/gnome-documents-service
%{_mandir}/man1/gnome-documents.1%{?ext_man}
%files -n gnome-shell-search-provider-documents
%defattr(-,root,root)
%{_datadir}/dbus-1/services/org.gnome.Documents.service
%{_datadir}/gnome-shell/search-providers/org.gnome.Documents.search-provider.ini
%files lang -f %{name}.lang
%changelog