%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Framework providing Desktop activity awareness Name: zeitgeist Version: 0.7 Release: 1%{?dist} Group: User Interface/Desktops License: LGPLv3+ and LGPLv3 # zeitgeist/loggers/iso_strptime.py is LGPLv3 and the rest LGPLv3+ URL: https://launchpad.net/zeitgeist Source0: http://launchpad.net/%{name}/0.7/0.7/+download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-rdflib BuildRequires: raptor BuildRequires: gettext, perl(XML::Parser), intltool Requires: dbus Requires: dbus-python pygobject2 pyxdg BuildArch: noarch %description Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations hold with other people, etc.) and makes relevant information available to other applications. Note that this package only contains the daemon, which you can use together with several different user interfaces. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING COPYRIGHT NEWS README %{_bindir}/zeitgeist-daemon %{_datadir}/%{name}/ %{_datadir}/pkgconfig/zeitgeist-daemon.pc %{python_sitelib}/zeitgeist/ %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service %{_mandir}/man1/zeitgeist-*.* %changelog * Tue Jan 25 2011 Deji Akingunola - 0.7-1 - Update to 0.7 * Mon Aug 23 2010 Deji Akingunola - 0.5.0-1 - Update to 0.5.0 * Thu Jul 22 2010 David Malcolm - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Tue Jun 15 2010 Deji Akingunola - 0.4.0-1 - Update to 0.4.0 * Wed Apr 21 2010 Deji Akingunola - 0.3.3.1-1 - Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238) * Wed Apr 21 2010 Deji Akingunola - 0.3.3-1 - Update to 0.3.3 * Wed Jan 20 2010 Deji Akingunola - 0.3.2-1 - Update to 0.3.2 * Thu Jan 14 2010 Deji Akingunola - 0.3.1-1 - Add missing requires (Package reviews) - Update license tag (Package reviews) - Update to latest release * Tue Dec 01 2009 Deji Akingunola - 0.3.0-1 - Update to 0.3.0 * Wed Nov 04 2009 Deji Akingunola - 0.2.1-1 - Initial Fedora packaging