]> git.pld-linux.org Git - packages/zeitgeist.git/blob - zeitgeist.spec
- rel. 1
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Zeitgeist is a service which logs the users's activities and events
25 (files opened, websites visites, conversations hold with other people,
26 etc.) and makes relevant information available to other applications.
27 It is able to establish relationships between items based on
28 similarity and usage patterns.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__intltoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %py_postclean
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README 
57 %attr(755,root,root) %{_bindir}/zeitgeist-daemon
58 %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
59 %{_datadir}/zeitgeist
60 %{_mandir}/man1/zeitgeist-daemon.1*
61 %{py_sitescriptdir}/zeitgeist
62 %{_pkgconfigdir}/zeitgeist-daemon.pc
This page took 0.064859 seconds and 4 git commands to generate.