123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- %{!?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.8.2
- Release: 4%{?_dist_release}
- Group: User Interface/Desktops
- License: LGPLv2+
- URL: https://launchpad.net/zeitgeist
- Source0: http://launchpad.net/%{name}/0.8/0.8.2/+download/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: python-devel python-rdflib
- BuildRequires: raptor2
- BuildRequires: gettext, perl-XML-Parser, intltool
- Requires: dbus zeitgeist-datahub
- Requires: dbus-python pygobject 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}
- %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
- * Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.2-4
- - rebuild with python-2.7.2
- * Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.2-3
- - Initial build for Vine Linux
- * Sat Oct 22 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-2
- - Revert post-install script to restart zeitgeist daemon on update
- * Tue Oct 18 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
- - Update to 0.8.2
- - Restart the zeitgeist daemon on update (BZ #627982)
- * Wed Jul 20 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.1-1
- - Update to 0.8.1
- * Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
- - Update to 0.8.0
- - Add a hard requires on zeitgeist-datahub
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.7-1
- - Update to 0.7
- * Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
- - Update to 0.5.0
- * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
- * Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.4.0-1
- - Update to 0.4.0
- * Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3.1-1
- - Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238)
- * Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3-1
- - Update to 0.3.3
- * Wed Jan 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.2-1
- - Update to 0.3.2
- * Thu Jan 14 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.1-1
- - Add missing requires (Package reviews)
- - Update license tag (Package reviews)
- - Update to latest release
- * Tue Dec 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.3.0-1
- - Update to 0.3.0
- * Wed Nov 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.2.1-1
- - Initial Fedora packaging
|