diff --git a/.cvsignore b/.cvsignore index f18b4b7..db1de9a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mail-notification-1.0.tar.gz +mail-notification-1.1.tar.gz diff --git a/mail-notification.spec b/mail-notification.spec index b41386e..f6e10d0 100644 --- a/mail-notification.spec +++ b/mail-notification.spec @@ -1,14 +1,12 @@ -# use "--with gmail" as rpmbuildparameter to add gmail Support (requires FC3 Core package) - Name: mail-notification -Version: 1.0 +Version: 1.1 Release: 1 Summary: Status icon that informs you if you have new mail Group: Applications/Internet License: GPL URL: http://www.nongnu.org/mailnotify/ -Source0: http://savannah.nongnu.org/download/mailnotify/mail-notification-1.0.tar.gz +Source0: http://savannah.nongnu.org/download/mailnotify/mail-notification-1.1.tar.gz Source1: mail-notification-README.FEDORA BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,11 +17,10 @@ BuildRequires: scrollkeeper BuildRequires: openssl-devel >= 0.9.5b BuildRequires: cyrus-sasl-devel >= 2.0 BuildRequires: gmime-devel >= 2.1 -%if 0%{?_with_gmail:1} BuildRequires: libsoup-devel >= 2.2.1 BuildRequires: gnutls-devel >= 1.0.20 BuildRequires: libgcrypt-devel >= 1.2.0 -%endif +BuildRequires: libicu-devel >= 2.6 Requires(post): GConf2 Requires(post): scrollkeeper @@ -44,7 +41,7 @@ cp %{SOURCE1} ./README.FEDORA %build -%configure %{?!_with_gmail:--disable-gmail} +%configure make %{?_smp_mflags} @@ -104,6 +101,10 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` %changelog +* Mon Mar 07 2005 Thorsten Leemhuis - 0:1.1-1 +- update to 1.1 +- remove gmail build option and add new BR libicu-devel + * Tue Nov 25 2004 Thorsten Leemhuis - 0:1.0-0.fdr.1 - update to 1.0 diff --git a/sources b/sources index bcf30b1..6152bb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f458da2a222490330ed93d3298ced75 mail-notification-1.0.tar.gz +2359fb53128b12cf295bdf8553e5869b mail-notification-1.1.tar.gz