File zeitgeist.spec of Package zeitgeist

#
# spec file for package zeitgeist
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2009 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# 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:           zeitgeist
Version:        1.0.1
Release:        0
Summary:        Zeitgeist Engine
License:        LGPL-2.1-or-later AND GPL-2.0-or-later
Group:          Productivity/Other
URL:            https://launchpad.net/zeitgeist
Source:         https://launchpad.net/zeitgeist/1.0/%{version}/+download/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM zeitgeist-1.0-service.patch avvissu@yandex.by -- Fix placeholder in systemd service template
BuildRequires:  fdupes
BuildRequires:  libxapian-devel
BuildRequires:  pkgconfig
BuildRequires:  python3-devel
BuildRequires:  python3-rdflib
BuildRequires:  python3-xml
BuildRequires:  raptor
BuildRequires:  vala >= 0.18
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(gio-2.0) >= 2.35.4
BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.35.4
BuildRequires:  pkgconfig(glib-2.0) >= 2.35.4
BuildRequires:  pkgconfig(gmodule-2.0) >= 2.35.4
BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.4
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:  pkgconfig(json-glib-1.0) >= 0.14.0
BuildRequires:  pkgconfig(sqlite3) >= 3.7.11
BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
Requires:       python3-xdg
Requires:       python3-xml
Obsoletes:      %{name}-lang < %{version}
# zeitgeist-datahub was merged in version 0.9.10
Obsoletes:      zeitgeist-datahub < 0.9.10
Obsoletes:      zeitgeist-datahub-lang < 0.9.10

%description
Zeitgeist is a service that logs the users activity. The log can be
queried and managed in various ways over a DBus API.

This is the Zeitgeist backend engine.

%package -n libzeitgeist-2_0-0
Summary:        Client library for interacting with the Zeitgeist daemon
License:        LGPL-2.1-or-later
Group:          System/Libraries

%description -n libzeitgeist-2_0-0
Libzeitgeist is a client library for interacting with the Zeitgeist
daemon.

This package provides the client library for Zeitgeist.

%package -n typelib-1_0-Zeitgeist-2_0
Summary:        Introspection bindings for Zeitgeist client library
License:        LGPL-2.1-or-later
Group:          System/Libraries

%description -n typelib-1_0-Zeitgeist-2_0
Libzeitgeist is a client library for interacting with the Zeitgeist
daemon.

This package provides the Introspection bindings for Zeitgeist.

%package devel
Summary:        Development files for Zeitgeist client library
License:        LGPL-2.1-or-later AND GPL-2.0-or-later
Group:          Development/Libraries/GNOME
Requires:       libzeitgeist-2_0-0 = %{version}
Requires:       typelib-1_0-Zeitgeist-2_0 = %{version}

%description devel
Libzeitgeist is a client library for interacting with the Zeitgeist
daemon.

This package provides the necessary files for development with Zeitgeist.

%prep
%setup -q

%build
export PYTHON=python3
%configure \
  --enable-fts
%make_build

%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
# We have the NEWS and AUTHORS in package doc
rm -rf %{buildroot}%{_datadir}/%{name}/doc
%fdupes %{buildroot}%{python3_sitelib}

%post -n libzeitgeist-2_0-0 -p /sbin/ldconfig
%postun -n libzeitgeist-2_0-0 -p /sbin/ldconfig

%files
%doc AUTHORS NEWS
%{_bindir}/zeitgeist*
%{python3_sitelib}/zeitgeist/
%{_mandir}/man?/*%{ext_man}
%{_datadir}/zeitgeist/
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.SimpleIndexer.service
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.Engine.service
%{_userunitdir}/zeitgeist.service
%{_userunitdir}/zeitgeist-fts.service
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/zeitgeist-fts
%{_datadir}/bash-completion/completions/zeitgeist-daemon
%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop

%files -n libzeitgeist-2_0-0
%license COPYING
%{_libdir}/libzeitgeist-2.0.so.*

%files -n typelib-1_0-Zeitgeist-2_0
%{_libdir}/girepository-1.0/Zeitgeist-2.0.typelib

%files devel
%license COPYING.GPL
%{_includedir}/zeitgeist-2.0/
%{_libdir}/libzeitgeist-2.0.so
%{_libdir}/pkgconfig/zeitgeist-2.0.pc
%{_datadir}/gir-1.0/Zeitgeist-2.0.gir
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/zeitgeist*

%changelog
openSUSE Build Service is sponsored by