]> git.pld-linux.org Git - packages/zeitgeist.git/blame - zeitgeist.spec
- rel. 1
[packages/zeitgeist.git] / zeitgeist.spec
CommitLineData
5bb22124
MB
1Summary: Framework providing Desktop activity awareness
2Name: zeitgeist
6ba3d859 3Version: 0.8.2
eaaaee4f 4Release: 1
5bb22124
MB
5License: LGPL v2
6Group: Daemons
6ba3d859
AF
7Source0: http://launchpad.net/zeitgeist/0.8/%{version}/+download/%{name}-%{version}.tar.gz
8# Source0-md5: 589e7de784d21177491780bffd11097d
5bb22124
MB
9URL: http://launchpad.net/zeitgeist
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: gettext-devel
13BuildRequires: intltool >= 0.40.0
14BuildRequires: libraptor2-rapper
5c2f0d07 15BuildRequires: python-rdflib >= 3.0.0
5bb22124
MB
16Requires: python-dbus
17Requires: python-modules
18Requires: python-modules-sqlite
19Requires: python-pygobject
20Requires: python-pyxdg
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Zeitgeist is a service which logs the users's activities and events
25(files opened, websites visites, conversations hold with other people,
26etc.) and makes relevant information available to other applications.
27It is able to establish relationships between items based on
28similarity and usage patterns.
29
30%prep
31%setup -q
5bb22124
MB
32
33%build
34%{__intltoolize}
35%{__aclocal}
36%{__autoconf}
37%{__automake}
38%configure
39%{__make}
40
41%install
42rm -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
52rm -rf $RPM_BUILD_ROOT
53
54%files -f %{name}.lang
55%defattr(644,root,root,755)
6ba3d859 56%doc AUTHORS ChangeLog NEWS README
5bb22124
MB
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.088242 seconds and 4 git commands to generate.