diff --git a/xfce4-genmon-plugin.spec b/xfce4-genmon-plugin.spec index 652ffe9..07cebe2 100644 --- a/xfce4-genmon-plugin.spec +++ b/xfce4-genmon-plugin.spec @@ -1,17 +1,19 @@ -Name: xfce4-genmon-plugin -Version: 3.2 -Release: 4%{?dist} -Summary: Generic monitor plugin for the Xfce panel - -Group: User Interface/Desktops -License: LGPLv2+ -URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel -BuildRequires: gettext, perl(XML::Parser) -Requires: xfce4-panel >= 4.4.0 +Name: xfce4-genmon-plugin +Version: 3.2 +Release: 4%{?dist} +Summary: Generic monitor plugin for the Xfce panel + +Group: User Interface/Desktops +License: LGPLv2+ +URL: http://goodies.xfce.org/projects/panel-plugins/%{name} +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +# http://bugzilla.xfce.org/show_bug.cgi?id=3896 +Patch0: xfce4-genmon-plugin-3.2-no-zombies.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel +BuildRequires: gettext, perl(XML::Parser) +Requires: xfce4-panel >= 4.4.0 %description The GenMon plugin cyclically spawns the indicated script/program, @@ -19,6 +21,7 @@ captures its output and displays it as a string into the panel. %prep %setup -q +%patch0 -p1 -b .zombie-process %build %configure --disable-static @@ -39,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Sat Dec 11 2010 Christoph Wickert - 3.2-5 +- Fix zombie process (bugzilla.xfce.org #3896) + * Mon Jul 27 2009 Fedora Release Engineering - 3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild