From dd7d05fc6f01254918925e7dc94a5f4dbc66a3ed Mon Sep 17 00:00:00 2001 From: David King Date: Feb 21 2017 22:53:12 +0000 Subject: Use pkgconfig for BuildRequires https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires --- diff --git a/zeitgeist.spec b/zeitgeist.spec index dca0246..ad81e67 100644 --- a/zeitgeist.spec +++ b/zeitgeist.spec @@ -12,23 +12,21 @@ Summary: Framework providing Desktop activity awareness License: LGPLv2+ and LGPLv3+ and GPLv2+ 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: pkgconfig(dee-icu-1.0) +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(sqlite3) +BuildRequires: pkgconfig(telepathy-glib) BuildRequires: gettext -BuildRequires: glib2-devel -BuildRequires: gobject-introspection-devel -BuildRequires: gtk3-devel -BuildRequires: intltool -BuildRequires: json-glib-devel BuildRequires: python2-devel BuildRequires: python-rdflib BuildRequires: raptor2 -BuildRequires: sqlite-devel -BuildRequires: telepathy-glib-devel -BuildRequires: vala -BuildRequires: xapian-core-devel %{?systemd_requires} BuildRequires: systemd +BuildRequires: vala +BuildRequires: xapian-core-devel Requires: dbus Requires: python-%{name} = %{version}-%{release} Obsoletes: zeitgeist-datahub < 0.9.5-4 @@ -37,7 +35,6 @@ Obsoletes: zeitgeist-datahub < 0.9.5-4 Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations hold with other people, etc.) and makes relevant information available to other applications. - Note that this package only contains the daemon, which you can use together with several different user interfaces. @@ -142,6 +139,7 @@ make check || true %changelog * Tue Feb 21 2017 David King - 1.0-1 - Update to 1.0 +- Use pkgconfig for BuildRequires * Sat Feb 11 2017 Fedora Release Engineering - 0.9.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild