- Add upstream patch libnotify-0.4.2-status-icon.patch to emit the correct

property change notification 'status-icon' instead of 'attach-icon'
This commit is contained in:
Luke Macken 2006-08-15 20:34:59 +00:00
parent 402e6c39be
commit 3061db88dc

View File

@ -6,9 +6,10 @@
Summary: libnotify notification library
Name: libnotify
Version: 0.4.2
Release: 2%{?dist}
Release: 3%{?dist}
URL: http://www.galago-project.org/specs/notification/
Source0: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-status-icon.patch
License: LGPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-root
@ -40,6 +41,7 @@ development of programs using %{name}.
%prep
%setup -q
%patch0
%build
@ -78,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libnotify/*
%changelog
* Tue Aug 15 2006 Luke Macken <lmacken@redhat.com> - 0.4.2-3
- Add upstream patch libnotify-0.4.2-status-icon.patch to emit the correct
property change notification 'status-icon' instead of 'attach-icon'
* Fri Jul 21 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.2-2
- Add developer docs to the devel section