From 77de33c58280e8f879f5a90290ec62448b157267 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Jan 16 2009 09:31:25 +0000 Subject: - rebuild with new openssl - add libtoolize call to replace libtool with current version --- diff --git a/ekiga.spec b/ekiga.spec index 6162cf9..845311f 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -1,7 +1,7 @@ Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga Version: 3.1.0 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://www.ekiga.org/ Source0: ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.1/%{name}-%{version}.tar.bz2 Patch0: ekiga-fix-desktop-in.patch @@ -59,6 +59,7 @@ It uses the standard SIP and H323 protocols. %build autoreconf +libtoolize CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC" %configure --disable-scrollkeeper --enable-xcap make %{?_smp_mflags} @@ -142,6 +143,10 @@ scrollkeeper-update -q || : %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Fri Jan 16 2009 Tomas Mraz - 3.1.0-10 +- rebuild with new openssl +- add libtoolize call to replace libtool with current version + * Thu Jan 15 2009 Peter Robinson - 3.1.0-9 - Add other buildreq for Makefile regen