zeitgeist-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  2. Summary: Framework providing Desktop activity awareness
  3. Name: zeitgeist
  4. Version: 0.9.5
  5. Release: 1%{?_dist_release}
  6. Group: User Interface/Desktops
  7. License: LGPLv2+
  8. URL: https://launchpad.net/zeitgeist
  9. Source0: http://launchpad.net/%{name}/0.9/0.9.5/+download/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: python-devel python-rdflib
  12. BuildRequires: raptor2
  13. BuildRequires: gettext, perl-XML-Parser, intltool
  14. BuildRequires: glib2-devel
  15. BuildRequires: sqlite3-devel
  16. BuildRequires: dbus-devel
  17. BuildRequires: xapian-core-devel
  18. Requires: dbus zeitgeist-datahub
  19. Requires: dbus-python pygobject pyxdg
  20. %description
  21. Zeitgeist is a service which logs the users's activities and events (files
  22. opened, websites visites, conversations hold with other people, etc.) and makes
  23. relevant information available to other applications.
  24. Note that this package only contains the daemon, which you can use
  25. together with several different user interfaces.
  26. %prep
  27. %setup -q
  28. %build
  29. %configure
  30. make %{?_smp_mflags}
  31. %install
  32. rm -rf %{buildroot}
  33. make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc AUTHORS ChangeLog COPYING NEWS README
  37. %{_bindir}/zeitgeist-daemon
  38. %{_datadir}/%{name}/
  39. %{python_sitelib}/zeitgeist/
  40. %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
  41. %{_mandir}/man1/zeitgeist-*.*
  42. %changelog
  43. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.5-1
  44. - new upstream release
  45. - add BuildRequires: glib2-devel, sqlite3-devel, dbus-devel, xapian-core-devel
  46. - remove BuildArch: noarch
  47. * Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.2-4
  48. - rebuild with python-2.7.2
  49. * Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.2-3
  50. - Initial build for Vine Linux
  51. * Sat Oct 22 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-2
  52. - Revert post-install script to restart zeitgeist daemon on update
  53. * Tue Oct 18 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
  54. - Update to 0.8.2
  55. - Restart the zeitgeist daemon on update (BZ #627982)
  56. * Wed Jul 20 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.1-1
  57. - Update to 0.8.1
  58. * Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
  59. - Update to 0.8.0
  60. - Add a hard requires on zeitgeist-datahub
  61. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  63. * Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.7-1
  64. - Update to 0.7
  65. * Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
  66. - Update to 0.5.0
  67. * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.0-2
  68. - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
  69. * Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.4.0-1
  70. - Update to 0.4.0
  71. * Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3.1-1
  72. - Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238)
  73. * Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3-1
  74. - Update to 0.3.3
  75. * Wed Jan 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.2-1
  76. - Update to 0.3.2
  77. * Thu Jan 14 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.1-1
  78. - Add missing requires (Package reviews)
  79. - Update license tag (Package reviews)
  80. - Update to latest release
  81. * Tue Dec 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.3.0-1
  82. - Update to 0.3.0
  83. * Wed Nov 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.2.1-1
  84. - Initial Fedora packaging