- Update BR to libnotify-devel

This commit is contained in:
Christopher Aillon 2006-01-12 05:03:59 +00:00
parent 7d0a46cb99
commit 3a7a0bb685

View File

@ -33,7 +33,7 @@
Name: evolution Name: evolution
Version: 2.5.4 Version: 2.5.4
Release: 4 Release: 5
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
@ -177,8 +177,7 @@ BuildRequires: NetworkManager-glib-devel
%endif %endif
%if %{libnotify_support} %if %{libnotify_support}
BuildRequires: libnotify BuildRequires: libnotify-devel
#ought to eventually be libnotify-devel, see bug 177484
%endif %endif
%description %description
@ -512,6 +511,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so %{_libdir}/evolution/%{evo_major}/*.so
%changelog %changelog
* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 2.5.4-5
- Update BR to libnotify-devel
* Wed Jan 11 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-4 * Wed Jan 11 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-4
- ported alarm notification code to the new libnotify API (patch 806, #177546) - ported alarm notification code to the new libnotify API (patch 806, #177546)
- added libnotify_support macro - added libnotify_support macro