File gnome-documents.spec of Package gnome-documents
#
# spec file for package gnome-documents
#
# Copyright (c) 2012 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: 0.4.2
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/0.4/%{name}-%{version}.tar.xz
# For directory ownership
BuildRequires: gnome-shell
BuildRequires: intltool
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.0.1
BuildRequires: pkgconfig(evince-document-3.0) >= 3.3.0
BuildRequires: pkgconfig(evince-view-3.0) >= 3.3.0
BuildRequires: pkgconfig(gjs-1.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.31.6
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(goa-1.0) >= 3.1.90
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.31.6
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6
BuildRequires: pkgconfig(libgdata) >= 0.11.0
BuildRequires: pkgconfig(oauth)
BuildRequires: pkgconfig(tracker-sparql-0.14) >= 0.13.1
# This is a gjs application
Requires: gjs
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
%build
%configure
make %{?_smp_mflags}
%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%suse_update_desktop_file %{name}
%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
%{_bindir}/gnome-documents
%{_datadir}/applications/gnome-documents.desktop
%{_datadir}/dbus-1/services/org.gnome.Documents.GDataMiner.service
%{_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}/gd-tracker-gdata-miner
%files -n gnome-shell-search-provider-documents
%defattr(-,root,root)
%{_datadir}/dbus-1/services/org.gnome.Documents.SearchProvider.service
%{_datadir}/gnome-shell/search-providers/gnome-documents-search-provider.ini
%{_libexecdir}/gnome-documents-search-provider
%files lang -f %{name}.lang
%changelog