- 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:
parent
f2f196ef8d
commit
03f15ef722
@ -3,7 +3,7 @@
|
|||||||
Summary: libnotify notification library
|
Summary: libnotify notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 3
|
Release: 4
|
||||||
URL: http://www.galago-project.org/specs/notification/
|
URL: http://www.galago-project.org/specs/notification/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-root
|
|||||||
BuildPreReq: libtool
|
BuildPreReq: libtool
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
Requires: glib2 >= %{glib2_version}
|
Requires: glib2 >= %{glib2_version}
|
||||||
|
Requires: desktop-notification-daemon
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -68,6 +69,12 @@ development of programs using %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-3
|
||||||
- Let there be libnotify-devel...
|
- Let there be libnotify-devel...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user