zeitgeist-vl.spec 3.3 KB

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