- 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.
This commit is contained in:
Christopher Aillon 2006-01-12 16:32:47 +00:00
parent f2f196ef8d
commit 03f15ef722

View File

@ -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 <caillon@redhat.com> - 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 <caillon@redhat.com> - 0.3.0-3
- Let there be libnotify-devel...