From 24a5163d6158f248065735ce252e92ec1ed3e968 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Jun 28 2007 16:23:56 +0000 Subject: 4.1-2 - temporary add patch to make configure find the evolution-plugin stuff --- diff --git a/mail-notification.spec b/mail-notification.spec index 8cbaa71..51c473c 100644 --- a/mail-notification.spec +++ b/mail-notification.spec @@ -1,6 +1,6 @@ Name: mail-notification Version: 4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -8,6 +8,7 @@ License: GPL URL: http://www.nongnu.org/mailnotify/ Source0: http://download.savannah.gnu.org/releases/mailnotify/mail-notification-4.1.tar.bz2 Patch0: mail-notification-fedora-plugin-hint.patch +Patch1: mail-notification-findevo_212.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext >= 0.14.1 @@ -55,6 +56,7 @@ Evolution support for Mail Notification. %prep %setup -q %patch0 -p1 -b .patch0 +%patch1 -p1 -b .patch1 %build %configure --disable-schemas-install --enable-evolution @@ -131,6 +133,9 @@ touch --no-create %{_datadir}/icons/hicolor || : %changelog +* Thu Jun 28 2007 Thorsten Leemhuis 4.1-2 +- temporary add patch to make configure find the evolution-plugin stuff + * Tue Jun 26 2007 Thorsten Leemhuis 4.1-1 - Update to 4.1 - Drop mail-notification-fix_gdk_deadlock.patch (fixed upstream)