]> git.pld-linux.org Git - packages/zeitgeist.git/blob - zeitgeist.spec
0ff9fd5e8b73e3bae0cba21701b77a3b140f5012
[packages/zeitgeist.git] / zeitgeist.spec
1 Summary:        Framework providing Desktop activity awareness
2 Name:           zeitgeist
3 Version:        0.7
4 Release:        0.1
5 License:        LGPL v2
6 Group:          Daemons
7 Source0:        http://launchpad.net/zeitgeist/0.7/0.7.0/+download/%{name}-%{version}.tar.gz
8 # Source0-md5:  e183137806e1d3870cbaa19f7ed88d8b
9 Patch0:         no-rdfpipe.patch
10 URL:            http://launchpad.net/zeitgeist
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  intltool >= 0.40.0
15 BuildRequires:  libraptor2-rapper
16 BuildRequires:  python-rdflib
17 Requires:       python-dbus
18 Requires:       python-modules
19 Requires:       python-modules-sqlite
20 Requires:       python-pygobject
21 Requires:       python-pyxdg
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 %patch0 -p1
34
35 %build
36 %{__intltoolize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %py_postclean
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog NEWS README TODO
59 %attr(755,root,root) %{_bindir}/zeitgeist-daemon
60 %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
61 %{_datadir}/zeitgeist
62 %{_mandir}/man1/zeitgeist-daemon.1*
63 %{py_sitescriptdir}/zeitgeist
64 %{_pkgconfigdir}/zeitgeist-daemon.pc
This page took 0.048802 seconds and 2 git commands to generate.