Name:zeitgeist
Version:0.6
Release:0
Summary:Event logging framework
Group:System/Daemons
License:LGPLv3
URL:http://zeitgeist-project.com
Source:%{name}-%{version}.tar.gz
BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:intltool
BuildRequires:gettext
BuildRequires:python-rdflib
BuildRequires:libraptor-devel
Requires:python >= 2.5
Requires:%{name} = %{version}-%{release}
Requires:zeitgeist-datahub >= 0.5.1
%description
Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations
hold with other people, etc.) and makes the relevant information available to other applications.
It serves as a comprehensive activity log and also makes it possible to determine relationships between items based
on usage patterns.
This package contains the main daemon and the Python API
%package devel
Group:Development/System
Requires:%{name} = %{version}-%{release}
Summary:Event logging framework - development files
%description devel
Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations
hold with other people, etc.) and makes the relevant information available to other applications.
It serves as a comprehensive activity log and also makes it possible to determine relationships between items based
on usage patterns.
This package holds files requires to build extensions for the Zeitgeist engine
%prep
%setup -q
%build
%configure --enable-module=no
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
rm %{buildroot}%{_mandir}/man1/zeitgeist-datahub.1
%find_lang %{name}
%clean
rm -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/zeitgeist-daemon
%{_datadir}/%{name}
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
%{_mandir}/man1/zeitgeist-daemon.1.gz
/usr/lib/python2.6/site-packages/%{name}
%files devel
%defattr(-,root,root,-)
/usr/lib/pkgconfig/zeitgeist-daemon.pc
%changelog
* Sun Nov 21 2010 Morten Mjelva <morten.mjelva@gmail.com> - 0.6
- First packaging