- 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:
parent
402e6c39be
commit
3061db88dc
@ -6,9 +6,10 @@
|
|||||||
Summary: libnotify notification library
|
Summary: libnotify notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.4.2
|
Version: 0.4.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: http://www.galago-project.org/specs/notification/
|
URL: http://www.galago-project.org/specs/notification/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
Patch0: %{name}-%{version}-status-icon.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -40,6 +41,7 @@ development of programs using %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -78,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/libnotify/*
|
%{_datadir}/gtk-doc/html/libnotify/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 21 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.2-2
|
||||||
- Add developer docs to the devel section
|
- Add developer docs to the devel section
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user