From 03f15ef7223cb0a35efe7c09f2eade429ab7b930 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 12 Jan 2006 16:32:47 +0000 Subject: [PATCH] - Require a desktop-notification-daemon to be present. Currently, this is notify-daemon, but libnotify doesn't specifically require that one. Require 'desktop-notification-daemon' which daemons providing compatible functionality are now expected to provide. --- libnotify.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libnotify.spec b/libnotify.spec index f5eb0a6..5826b1f 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -3,7 +3,7 @@ Summary: libnotify notification library Name: libnotify Version: 0.3.0 -Release: 3 +Release: 4 URL: http://www.galago-project.org/specs/notification/ Source0: %{name}-%{version}.tar.gz License: LGPL @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: libtool BuildRequires: glib2-devel >= %{glib2_version} Requires: glib2 >= %{glib2_version} +Requires: desktop-notification-daemon %description @@ -68,6 +69,12 @@ development of programs using %{name}. %changelog +* Thu Jan 12 2006 Christopher Aillon - 0.3.0-4 +- Require a desktop-notification-daemon to be present. Currently, + this is notify-daemon, but libnotify doesn't specifically require + that one. Require 'desktop-notification-daemon' which daemons + providing compatible functionality are now expected to provide. + * Wed Jan 11 2006 Christopher Aillon - 0.3.0-3 - Let there be libnotify-devel...