File zeitgeist.spec of Package zeitgeist
#
# spec file for package zeitgeist
#
# Copyright (c) 2016 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: 0.9.16
Release: 0
Summary: Zeitgeist Engine
License: LGPL-2.1+ and GPL-2.0+
Group: Productivity/Other
Url: https://launchpad.net/zeitgeist
Source: https://launchpad.net/zeitgeist/0.9/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: libxapian-devel
BuildRequires: python
BuildRequires: python-rdflib
BuildRequires: python-xml
BuildRequires: raptor
BuildRequires: vala >= 0.18
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gio-2.0) >= 2.26.0
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.26.0
BuildRequires: pkgconfig(glib-2.0) >= 2.26.0
BuildRequires: pkgconfig(gmodule-2.0) >= 2.26.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.26.0
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
BuildRequires: pkgconfig(telepathy-glib) >= 0.18.0
Requires: python-xdg
Requires: python-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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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+
Group: System/Libraries
%description -n libzeitgeist-2_0-0
Libzeitgeist is a client library for interacting with the Zeitgeist
daemon.
%package -n typelib-1_0-Zeitgeist-2_0
Summary: Client library for interacting with the Zeitgeist daemon -- Introspection bindings
License: LGPL-2.1+
Group: System/Libraries
%description -n typelib-1_0-Zeitgeist-2_0
Libzeitgeist is a client library for interacting with the Zeitgeist
daemon.
%package devel
Summary: Client library for interacting with the Zeitgeist daemon
License: LGPL-2.1+
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.
%prep
%setup -q
%build
%configure \
--enable-fts
make %{?_smp_mflags}
%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}%{python_sitelib}
%post -n libzeitgeist-2_0-0 -p /sbin/ldconfig
%postun -n libzeitgeist-2_0-0 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS NEWS COPYING
%{_bindir}/zeitgeist*
%{python_sitelib}/zeitgeist/
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
%{_mandir}/man?/*.*
%{_datadir}/zeitgeist/
%{_libexecdir}/zeitgeist-fts
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.fts.service
%{_datadir}/bash-completion/completions/zeitgeist-daemon
%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
%files -n libzeitgeist-2_0-0
%defattr(-,root,root)
%{_libdir}/libzeitgeist-2.0.so.*
%files -n typelib-1_0-Zeitgeist-2_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/Zeitgeist-2.0.typelib
%files devel
%defattr(-,root,root)
%{_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