diff --git a/.cvsignore b/.cvsignore index 501dd19..83bcc53 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ ekiga-1.99.0.tar.gz ekiga-1.99.1.tar.gz ekiga-2.0.0.tar.gz ekiga-2.0.1.tar.gz +ekiga-2.0.2.tar.gz diff --git a/ekiga.spec b/ekiga.spec index b09da55..e546644 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -1,23 +1,27 @@ Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga -Version: 2.0.1 -Release: 3 +Version: 2.0.2 +Release: 1 URL: http://www.ekiga.org/ Source0: http://www.ekiga.org/ekiga-%{version}.tar.gz License: GPL Group: Applications/Communications BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: pwlib >= 1.10.0 -Requires: opal >= 2.2.1 +Requires: pwlib >= 1.10.1 +Requires: opal >= 2.2.2 Requires: GConf2 >= 1.2.1 Requires: libgnomeui >= 2.0 Requires: libgnome >= 2.0 +Requires: avahi >= 0.6.9 +Requires: avahi-glib >= 0.6.9 Requires: evolution-data-server PreReq: scrollkeeper BuildRequires: gtk2-devel >= 2.0.0 BuildRequires: GConf2-devel >= 1.2.1 BuildRequires: libgnomeui-devel >= 2.0 BuildRequires: libgnome-devel >= 2.0 +BuildRequires: avahi-devel >= 0.6.9 +BuildRequires: avahi-glib-devel >= 0.6.9 BuildRequires: openldap-devel BuildRequires: pwlib-devel >= 1.10.0 BuildRequires: opal-devel >= 2.2.1 @@ -36,8 +40,8 @@ Requires(postun): scrollkeeper Obsoletes: gnomemeeting %description -GnomeMeeting is a tool to communicate with video and audio over the internet. -It uses the the standard SIP and H323 protocols. +Ekiga is a tool to communicate with video and audio over the internet. +It uses the standard SIP and H323 protocols. %prep %setup -q @@ -46,7 +50,7 @@ It uses the the standard SIP and H323 protocols. %build CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC" # We disable howl for now, waiting for ekiga 2.0 to ship with avahi support -%configure --disable-avahi --disable-scrollkeeper +%configure --disable-scrollkeeper make %install @@ -90,6 +94,10 @@ scrollkeeper-update %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Wed May 31 2006 Daniel Veillard - 2.0.2-1 +- new release of ekiga 2.0.2 +- activating Zeroconf support though avahi + * Mon May 22 2006 Jesse Keating - 2.0.1-3 - Fix BuildRequires and Requires(post), Requires(postun) diff --git a/sources b/sources index 122e3c3..7597778 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f0a2bcce380677e38b23991320df171 ekiga-2.0.1.tar.gz +569e0f79ec018ca3e8f2979449dd6f0f ekiga-2.0.2.tar.gz