source: projects/specs/trunk/z/zeitgeist/zeitgeist-vl.spec @ 5191

Revision 5191, 3.2 KB checked in by inagaki, 12 years ago (diff)

new: libzeitgeist, zeitgeist, zeitgeist-datahub, python-rdflib

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