diff --git a/zeitgeist.spec b/zeitgeist.spec index 844f799..e5e073c 100644 --- a/zeitgeist.spec +++ b/zeitgeist.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: zeitgeist -Version: 0.9.14 +Version: 0.9.15 Release: 1mamba Summary: A service which logs the users's activities and events Group: Applications/Security @@ -8,7 +8,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://zeitgeist-project.com/news/python/ -Source: https://launchpad.net/zeitgeist/%{majver}/%{version}/+download/zeitgeist-%{version}.tar.xz +Source: http://cgit.freedesktop.org/zeitgeist/zeitgeist/snapshot/zeitgeist-%{version}.tar.gz +#Source: https://launchpad.net/zeitgeist/%{majver}/%{version}/+download/zeitgeist-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -55,6 +56,7 @@ This package contains static libraries and header files need for development. %setup -q %build +./autogen.sh %configure %make @@ -72,8 +74,8 @@ rm -rf %{buildroot}%{_prefix}/doc/zeitgeist %dir %{_datadir}/zeitgeist %dir %{_datadir}/zeitgeist/ontology %{_datadir}/zeitgeist/ontology/*.trig -%dir %{python_sitearch}/zeitgeist -%{python_sitearch}/zeitgeist/* +%dir %{python_sitelib}/zeitgeist +%{python_sitelib}/zeitgeist/* %{_datadir}/bash-completion/completions/zeitgeist-daemon %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service %{_mandir}/man1/zeitgeist-daemon.1.gz @@ -102,6 +104,9 @@ rm -rf %{buildroot}%{_prefix}/doc/zeitgeist %changelog +* Sat Oct 04 2014 Silvan Calarco 0.9.15-1mamba +- update to 0.9.15 + * Thu Jun 27 2013 Automatic Build System 0.9.14-1mamba - automatic version update by autodist