zeitgeist-vl.spec 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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.10
  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.10/+download/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: python-devel python-rdflib
  12. BuildRequires: raptor2
  13. BuildRequires: gettext, perl-XML-Parser, intltool
  14. BuildRequires: gtk3-devel
  15. BuildRequires: sqlite3-devel
  16. BuildRequires: dbus-devel
  17. BuildRequires: xapian-core-devel
  18. BuildRequires: telepathy-glib-devel
  19. BuildRequires: json-glib-devel
  20. BuildRequires: vala
  21. BuildRequires: vala-tools
  22. Requires: dbus zeitgeist-datahub
  23. Requires: dbus-python pygobject pyxdg
  24. Obsoletes: zeitgeist-datahub < 0.9.10
  25. Provides: zeitgeist-datahub = %{version}-%{release}
  26. %description
  27. Zeitgeist is a service which logs the users's activities and events (files
  28. opened, websites visites, conversations hold with other people, etc.) and makes
  29. relevant information available to other applications.
  30. Note that this package only contains the daemon, which you can use
  31. together with several different user interfaces.
  32. %package devel
  33. Summary: Development tools for %{name}
  34. Summary(ja): %{name} の開発環境
  35. Group: Development/Libraries
  36. Requires: %{name} = %{version}-%{release}
  37. Requires: pkgconfig
  38. %description devel
  39. Header files and libraries for building a extension library for the %{name}.
  40. %package vala
  41. Summary: Vala bindings for %{name}
  42. Summary(ja): %{name} の Vala バインディング
  43. Group: Development/Libraries
  44. Requires: %{name} = %{version}-%{release}
  45. Requires: vala
  46. %description vala
  47. Vala bindings for %{name}.
  48. %prep
  49. %setup -q
  50. %build
  51. %configure
  52. make %{?_smp_mflags}
  53. %install
  54. rm -rf %{buildroot}
  55. make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
  56. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  57. %post -p /sbin/ldconfig
  58. %postun -p /sbin/ldconfig
  59. %files
  60. %defattr(-,root,root,-)
  61. %doc AUTHORS ChangeLog COPYING NEWS README
  62. %{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
  63. %{_bindir}/zeitgeist-daemon
  64. %{_bindir}/zeitgeist-datahub
  65. %{_libdir}/libzeitgeist-2.0.so.*
  66. %{_libdir}/girepository-1.0/Zeitgeist-2.0.typelib
  67. %{_datadir}/bash-completion/completions/zeitgeist-daemon
  68. %{_datadir}/%{name}/
  69. %{python_sitelib}/zeitgeist/
  70. %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
  71. %{_mandir}/man1/zeitgeist-*.*
  72. %files devel
  73. %defattr(-,root,root,-)
  74. %{_includedir}/zeitgeist-2.0
  75. %{_libdir}/libzeitgeist-2.0.so
  76. %{_datadir}/gir-1.0/Zeitgeist-2.0.gir
  77. %{_datadir}/pkgconfig/zeitgeist-2.0.pc
  78. %files vala
  79. %defattr(-,root,root,-)
  80. %{_datadir}/vala/vapi/zeitgeist-2.0.deps
  81. %{_datadir}/vala/vapi/zeitgeist-2.0.vapi
  82. %{_datadir}/vala/vapi/zeitgeist-datamodel-2.0.vapi
  83. %changelog
  84. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.10-1
  85. - new upstream release
  86. - add BuildRequires: telepathy-glib-devel, json-glib-devel, vala, vala-tools
  87. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.5-1
  88. - new upstream release
  89. - add BuildRequires: glib2-devel, sqlite3-devel, dbus-devel, xapian-core-devel
  90. - remove BuildArch: noarch
  91. * Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.2-4
  92. - rebuild with python-2.7.2
  93. * Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.2-3
  94. - Initial build for Vine Linux
  95. * Sat Oct 22 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-2
  96. - Revert post-install script to restart zeitgeist daemon on update
  97. * Tue Oct 18 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
  98. - Update to 0.8.2
  99. - Restart the zeitgeist daemon on update (BZ #627982)
  100. * Wed Jul 20 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.1-1
  101. - Update to 0.8.1
  102. * Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
  103. - Update to 0.8.0
  104. - Add a hard requires on zeitgeist-datahub
  105. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
  106. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  107. * Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.7-1
  108. - Update to 0.7
  109. * Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
  110. - Update to 0.5.0
  111. * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.0-2
  112. - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
  113. * Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.4.0-1
  114. - Update to 0.4.0
  115. * Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3.1-1
  116. - Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238)
  117. * Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3-1
  118. - Update to 0.3.3
  119. * Wed Jan 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.2-1
  120. - Update to 0.3.2
  121. * Thu Jan 14 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.1-1
  122. - Add missing requires (Package reviews)
  123. - Update license tag (Package reviews)
  124. - Update to latest release
  125. * Tue Dec 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.3.0-1
  126. - Update to 0.3.0
  127. * Wed Nov 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.2.1-1
  128. - Initial Fedora packaging