diff --git a/.gitignore b/.gitignore index 840b6ba..667e02b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ zeitgeist-0.5.0.tar.gz /zeitgeist-0.9.14.tar.xz /zeitgeist-0.9.16.20140808gitce9affa.tar.gz /zeitgeist-0.9.16.tar.xz +/zeitgeist-1.0.tar.xz diff --git a/sources b/sources index 8a6e423..74a4735 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f56b58a19d5fd5a7365ddcbe26ee6b15 zeitgeist-0.9.16.tar.xz +SHA512 (zeitgeist-1.0.tar.xz) = e8fa4db7202c5dceb6cb960775651624bdcd7fc2005019ff6491d7c139ccf036e865977adbd98ae3c9b97b22e5cf28534b64f01fde58b7bc89c0f0f8d13383e8 diff --git a/zeitgeist.spec b/zeitgeist.spec index 0ea889e..dca0246 100644 --- a/zeitgeist.spec +++ b/zeitgeist.spec @@ -1,6 +1,6 @@ Name: zeitgeist -Version: 0.9.16 -Release: 5%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Framework providing Desktop activity awareness # most of the source code is LGPLv2+, except: # datahub/ is LGPLv3+ @@ -10,8 +10,8 @@ Summary: Framework providing Desktop activity awareness # test/c/ is GPLv3 # tools/zeitgeist-explorer/ is GPLv2+ License: LGPLv2+ and LGPLv3+ and GPLv2+ -URL: http://zeitgeist-project.com/ -Source0: http://launchpad.net/%{name}/0.9/%{version}/+download/%{name}-%{version}.tar.xz +URL: https://launchpad.net/zeitgeist +Source0: http://launchpad.net/%{name}/1.0/%{version}/+download/%{name}-%{version}.tar.xz BuildRequires: dbus-devel BuildRequires: dee-devel BuildRequires: gettext @@ -27,6 +27,8 @@ BuildRequires: sqlite-devel BuildRequires: telepathy-glib-devel BuildRequires: vala BuildRequires: xapian-core-devel +%{?systemd_requires} +BuildRequires: systemd Requires: dbus Requires: python-%{name} = %{version}-%{release} Obsoletes: zeitgeist-datahub < 0.9.5-4 @@ -89,16 +91,25 @@ rm -frv %{buildroot}%{_datadir}/zeitgeist/doc %check make check || true +%post +%systemd_user_post %{name}.service +%systemd_user_post %{name}-fts.service + +%preun +%systemd_user_preun %{name}.service +%systemd_user_preun %{name}-fts.service + %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig + %files %doc AUTHORS NEWS %license COPYING COPYING.GPL %{_bindir}/zeitgeist-daemon %{_bindir}/zeitgeist-datahub -%{_libexecdir}/zeitgeist-fts +%{_libexecdir}/%{name}/ %{_datadir}/%{name}/ %{_datadir}/dbus-1/services/org.gnome.zeitgeist*.service %dir %{_datadir}/bash-completion @@ -106,6 +117,8 @@ make check || true %{_datadir}/bash-completion/completions/zeitgeist-daemon %{_mandir}/man1/zeitgeist-*.* %config(noreplace) %{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop +%{_userunitdir}/%{name}.service +%{_userunitdir}/%{name}-fts.service %files libs %license COPYING @@ -127,6 +140,9 @@ make check || true %{python2_sitelib}/zeitgeist/ %changelog +* Tue Feb 21 2017 David King - 1.0-1 +- Update to 1.0 + * Sat Feb 11 2017 Fedora Release Engineering - 0.9.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild