]> git.pld-linux.org Git - packages/zeitgeist.git/blame - zeitgeist.spec
- Suggests zeitgeist-datahub
[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
ec5ba2e4 21Suggests: zeitgeist-datahub
5bb22124
MB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Zeitgeist is a service which logs the users's activities and events
26(files opened, websites visites, conversations hold with other people,
27etc.) and makes relevant information available to other applications.
28It is able to establish relationships between items based on
29similarity and usage patterns.
30
31%prep
32%setup -q
5bb22124
MB
33
34%build
35%{__intltoolize}
36%{__aclocal}
37%{__autoconf}
38%{__automake}
39%configure
40%{__make}
41
42%install
43rm -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
53rm -rf $RPM_BUILD_ROOT
54
55%files -f %{name}.lang
56%defattr(644,root,root,755)
6ba3d859 57%doc AUTHORS ChangeLog NEWS README
5bb22124
MB
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.067093 seconds and 4 git commands to generate.