]> git.pld-linux.org Git - packages/zeitgeist.git/blob - zeitgeist.spec
68625c436bf3ae960176766a4968a994564632b1
[packages/zeitgeist.git] / zeitgeist.spec
1 Summary:        Framework providing Desktop activity awareness
2 Name:           zeitgeist
3 Version:        0.8.2
4 Release:        1
5 License:        LGPL v2
6 Group:          Daemons
7 Source0:        http://launchpad.net/zeitgeist/0.8/%{version}/+download/%{name}-%{version}.tar.gz
8 # Source0-md5:  589e7de784d21177491780bffd11097d
9 URL:            http://launchpad.net/zeitgeist
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gettext-devel
13 BuildRequires:  intltool >= 0.40.0
14 BuildRequires:  libraptor2-rapper
15 BuildRequires:  python-rdflib >= 3.0.0
16 Requires:       python-dbus
17 Requires:       python-modules
18 Requires:       python-modules-sqlite
19 Requires:       python-pygobject
20 Requires:       python-pyxdg
21 Suggests:       zeitgeist-datahub
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Zeitgeist is a service which logs the users's activities and events
26 (files opened, websites visites, conversations hold with other people,
27 etc.) and makes relevant information available to other applications.
28 It is able to establish relationships between items based on
29 similarity and usage patterns.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__intltoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %py_postclean
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README 
58 %attr(755,root,root) %{_bindir}/zeitgeist-daemon
59 %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
60 %{_datadir}/zeitgeist
61 %{_mandir}/man1/zeitgeist-daemon.1*
62 %{py_sitescriptdir}/zeitgeist
63 %{_pkgconfigdir}/zeitgeist-daemon.pc
This page took 0.023436 seconds and 2 git commands to generate.