]> git.pld-linux.org Git - packages/zeitgeist.git/blame_incremental - zeitgeist.spec
- up to 0.7.1
[packages/zeitgeist.git] / zeitgeist.spec
... / ...
CommitLineData
1Summary: Framework providing Desktop activity awareness
2Name: zeitgeist
3Version: 0.7.1
4Release: 0.1
5License: LGPL v2
6Group: Daemons
7Source0: http://launchpad.net/zeitgeist/0.7/0.7.1/+download/%{name}-%{version}.tar.gz
8# Source0-md5: 6ecf4a8467cd9a04f9df7b652b5b4605
9URL: http://launchpad.net/zeitgeist
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: gettext-devel
13BuildRequires: intltool >= 0.40.0
14BuildRequires: libraptor2-rapper
15BuildRequires: python-rdflib >= 3.0.0
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
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)
56%doc AUTHORS ChangeLog NEWS README TODO
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.024366 seconds and 4 git commands to generate.