]> git.pld-linux.org Git - packages/zeitgeist.git/blame - zeitgeist.spec
- new
[packages/zeitgeist.git] / zeitgeist.spec
CommitLineData
5bb22124
MB
1Summary: Framework providing Desktop activity awareness
2Name: zeitgeist
3Version: 0.7
4Release: 0.1
5License: LGPL v2
6Group: Daemons
7Source0: http://launchpad.net/zeitgeist/0.7/0.7.0/+download/%{name}-%{version}.tar.gz
8# Source0-md5: e183137806e1d3870cbaa19f7ed88d8b
9Patch0: no-rdfpipe.patch
10URL: http://launchpad.net/zeitgeist
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gettext-devel
14BuildRequires: intltool >= 0.40.0
15BuildRequires: libraptor2-rapper
16BuildRequires: python-rdflib
17Requires: python-dbus
18Requires: python-modules
19Requires: python-modules-sqlite
20Requires: python-pygobject
21Requires: python-pyxdg
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
33%patch0 -p1
34
35%build
36%{__intltoolize}
37%{__aclocal}
38%{__autoconf}
39%{__automake}
40%configure
41%{__make}
42
43%install
44rm -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
54rm -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.064257 seconds and 4 git commands to generate.