417f559
Summary:	Framework providing Desktop activity awareness
417f559
Name:		zeitgeist
0894aeb
Version:	0.9.14
33d54a5
Release:	2%{?dist}
2c35690
2c35690
# most of the source code is LGPLv2+, except:
2c35690
# datahub/ is LGPLv3+
2c35690
# examples/c/ is GPLv3
2c35690
# extensions/fts++/ is GPLv2+
2c35690
# src/notify.vala: GPLv2+
2c35690
# test/c/ is GPLv3
2c35690
# tools/zeitgeist-explorer/ is GPLv2+
2c35690
License:	LGPLv2+ and LGPLv3+ and GPLv2+
417f559
URL:		https://launchpad.net/zeitgeist
6ea2e90
Source0:	http://launchpad.net/%{name}/0.9/%{version}/+download/%{name}-%{version}.tar.xz
ae05341
ae05341
BuildRequires:	dbus-devel
ae05341
BuildRequires:	gettext
ae05341
BuildRequires:	glib2-devel
6ea2e90
BuildRequires:	gobject-introspection-devel
6ea2e90
BuildRequires:	gtk3-devel
ae05341
BuildRequires:	intltool
6ea2e90
BuildRequires:	json-glib-devel
ae05341
BuildRequires:	python-devel
ae05341
BuildRequires:	python-rdflib
ae05341
BuildRequires:	raptor2
ae05341
BuildRequires:	sqlite-devel
6ea2e90
BuildRequires:	telepathy-glib-devel
ae05341
BuildRequires:	vala
ae05341
BuildRequires:	xapian-core-devel
ae05341
Requires:	dbus
ae05341
Requires:	dbus-python
6ea2e90
6ea2e90
Obsoletes:	zeitgeist-datahub < 0.9.10
417f559
417f559
%description
417f559
Zeitgeist is a service which logs the users's activities and events (files
417f559
opened, websites visites, conversations hold with other people, etc.) and makes
417f559
relevant information available to other applications. 
417f559
417f559
Note that this package only contains the daemon, which you can use
417f559
together with several different user interfaces.
417f559
6ea2e90
6ea2e90
%package	libs
6ea2e90
Summary:	Client library for interacting with the Zeitgeist daemon
2c35690
License:	LGPLv2+
6ea2e90
6ea2e90
%description	libs
6ea2e90
Libzeitgeist is a client library for interacting with the Zeitgeist
6ea2e90
daemon.
6ea2e90
6ea2e90
6ea2e90
%package	devel
6ea2e90
Summary:	Development files for %{name}
2c35690
License:	LGPLv2+
6ea2e90
Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
6ea2e90
6ea2e90
%description	devel
6ea2e90
The %{name}-devel package contains libraries and header files for
6ea2e90
developing applications that use %{name}.
6ea2e90
6ea2e90
417f559
%prep
417f559
%setup -q
Deji Akingunola 07f2acc
Deji Akingunola 07f2acc
## nuke unwanted rpaths, see also
Deji Akingunola 07f2acc
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
Deji Akingunola 07f2acc
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
417f559
417f559
%build
Deji Akingunola 76b597d
%configure --enable-fts --enable-datahub     
417f559
make %{?_smp_mflags} 
417f559
417f559
%install
Deji Akingunola 07f2acc
make DESTDIR=%{buildroot} install
417f559
6ea2e90
rm -f %{buildroot}%{_libdir}/*.la
6ea2e90
6ea2e90
# We install AUTHORS and NEWS with %%doc instead
6ea2e90
rm -rf %{buildroot}%{_datadir}/zeitgeist/doc
6ea2e90
Deji Akingunola 07f2acc
#%find_lang %{name}
Deji Akingunola e61e71d
6ea2e90
%post libs -p /sbin/ldconfig
6ea2e90
%postun libs -p /sbin/ldconfig
6ea2e90
Deji Akingunola 07f2acc
%files
6ea2e90
%doc AUTHORS COPYING COPYING.GPL NEWS
417f559
%{_bindir}/zeitgeist-daemon
6ea2e90
%{_bindir}/zeitgeist-datahub
Deji Akingunola 07f2acc
%{_libexecdir}/zeitgeist-fts
417f559
%{_datadir}/%{name}/
417f559
%{python_sitelib}/zeitgeist/
Deji Akingunola 07f2acc
%{_datadir}/dbus-1/services/org.gnome.zeitgeist*.service
6ea2e90
%dir %{_datadir}/bash-completion
6ea2e90
%dir %{_datadir}/bash-completion/completions
6ea2e90
%{_datadir}/bash-completion/completions/zeitgeist-daemon
417f559
%{_mandir}/man1/zeitgeist-*.*
6ea2e90
%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
6ea2e90
6ea2e90
%files libs
6ea2e90
%doc COPYING
6ea2e90
%{_libdir}/girepository-1.0/Zeitgeist-2.0.typelib
6ea2e90
%{_libdir}/libzeitgeist-2.0.so.*
6ea2e90
6ea2e90
%files devel
6ea2e90
%{_includedir}/zeitgeist-2.0/
6ea2e90
%{_libdir}/libzeitgeist-2.0.so
6ea2e90
%{_libdir}/pkgconfig/zeitgeist-2.0.pc
6ea2e90
%{_datadir}/gir-1.0/Zeitgeist-2.0.gir
6ea2e90
%dir %{_datadir}/vala
6ea2e90
%dir %{_datadir}/vala/vapi
6ea2e90
%{_datadir}/vala/vapi/zeitgeist-2.0.deps
6ea2e90
%{_datadir}/vala/vapi/zeitgeist-2.0.vapi
6ea2e90
%{_datadir}/vala/vapi/zeitgeist-datamodel-2.0.vapi
417f559
417f559
%changelog
33d54a5
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.14-2
33d54a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
33d54a5
0894aeb
* Tue Jul  9 2013 Brian Pepple <bpepple@fedoraproject.org> - 0.9.14-1
0894aeb
- Update to 0.9.14.
0894aeb
d64f3cf
* Sun Jun 16 2013 Kalev Lember <kalevlember@gmail.com> - 0.9.13-2
d64f3cf
- Fix postun script syntax error
d64f3cf
Deji Akingunola 76b597d
* Fri Jun 14 2013 Deji Akingunola <dakingun@gmail.com> - 0.9.13-1
Deji Akingunola 76b597d
- Update to 0.9.13
Deji Akingunola 76b597d
6ea2e90
* Sun Apr 14 2013 Kalev Lember <kalevlember@gmail.com> - 0.9.12-1
6ea2e90
- Update to 0.9.12 (#949286)
6ea2e90
- Obsolete zeitgeist-datahub
6ea2e90
- Package up the libzeitgeist-2.0 library
2c35690
- Update the license tag and add a spec file comment with longer explanations
6ea2e90
dcb78ce
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-2
dcb78ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
dcb78ce
Deji Akingunola db2e44b
* Sun Sep 23 2012 Deji Akingunola <dakingun@gmail.com> - 0.9.5-1
Deji Akingunola db2e44b
- Update to 0.9.5
Deji Akingunola db2e44b
8553ccc
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
8553ccc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8553ccc
Deji Akingunola 07f2acc
* Mon May 21 2012 Deji Akingunola <dakingun@gmail.com> - 0.9.0-1
Deji Akingunola 07f2acc
- Update to 0.9.0
Deji Akingunola 07f2acc
- Apply upstream patch to fix a crasher bug.
Deji Akingunola 07f2acc
ce53f73
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
ce53f73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ce53f73
Deji Akingunola 661ebb4
* Sat Oct 22 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-2
Deji Akingunola 661ebb4
- Revert post-install script to restart zeitgeist daemon on update
Deji Akingunola 661ebb4
Deji Akingunola d4aef32
* Tue Oct 18 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
Deji Akingunola d4aef32
- Update to 0.8.2
Deji Akingunola d4aef32
- Restart the zeitgeist daemon on update (BZ #627982)
Deji Akingunola d4aef32
Deji Akingunola b3818e7
* Wed Jul 20 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.1-1
Deji Akingunola b3818e7
- Update to 0.8.1
Deji Akingunola b3818e7
Deji Akingunola cfbdf76
* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
Deji Akingunola cfbdf76
- Update to 0.8.0
Deji Akingunola cfbdf76
- Add a hard requires on zeitgeist-datahub
Deji Akingunola cfbdf76
3e4a639
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
3e4a639
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3e4a639
Deji Akingunola c7c558e
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.7-1
Deji Akingunola c7c558e
- Update to 0.7
Deji Akingunola c7c558e
Deji Akingunola 1f503b1
* Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
Deji Akingunola 1f503b1
- Update to 0.5.0
Deji Akingunola 1f503b1
3367fb1
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.0-2
3367fb1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
3367fb1
96465a5
* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.4.0-1
96465a5
- Update to 0.4.0
96465a5
561fd81
* Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3.1-1
561fd81
- Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238)
561fd81
daf3f60
* Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3-1
daf3f60
- Update to 0.3.3
daf3f60
417f559
* Wed Jan 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.2-1
417f559
- Update to 0.3.2
417f559
417f559
* Thu Jan 14 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.1-1
417f559
- Add missing requires (Package reviews)
417f559
- Update license tag (Package reviews)
417f559
- Update to latest release
417f559
417f559
* Tue Dec 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.3.0-1
417f559
- Update to 0.3.0
417f559
417f559
* Wed Nov 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.2.1-1
417f559
- Initial Fedora packaging