From 3ce23854bd04335a8810aa71fc102df4fd47e0f4 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jul 23 2018 21:18:35 +0000 Subject: Build agaisnt new ptlib/opal, minor spec cleanups --- diff --git a/ekiga.spec b/ekiga.spec index 366a831..865a6b6 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -1,16 +1,15 @@ -Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga Version: 4.0.1 -Release: 41%{?dist} +Release: 42%{?dist} +Summary: A Gnome based SIP/H323 teleconferencing application License: GPLv2+ -Group: Applications/Communications URL: http://www.ekiga.org/ Source0: ftp://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/%{name}-%{version}.tar.xz Patch01: ekiga-4.0.1-libresolv.patch -BuildRequires: ptlib-devel = 2.10.10 -BuildRequires: opal-devel = 3.10.10 +BuildRequires: ptlib-devel = 2.10.11 +BuildRequires: opal-devel = 3.10.11 BuildRequires: alsa-lib-devel BuildRequires: avahi-devel BuildRequires: avahi-glib-devel @@ -61,8 +60,9 @@ It uses the standard SIP and H323 protocols. rm ekiga.schemas %build - -autoreconf -fi +# The supported version is hardcoded +sed -i 's#.10.10#.10.11#' configure* +autoreconf -vif CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC" %configure --disable-scrollkeeper --with-boost-libdir=%{_libdir} @@ -140,7 +140,7 @@ EOF %find_lang ekiga --with-gnome #Remove libtool archives. -find %{buildroot} -name '*.la' -exec rm -f {} ';' +find %{buildroot} -name '*.la' -delete %pre if [ "$1" -gt 1 ] ; then @@ -173,7 +173,8 @@ fi scrollkeeper-update -q || : %files -f ekiga.lang -%doc COPYING AUTHORS FAQ NEWS +%license COPYING +%doc AUTHORS FAQ NEWS %{_bindir}/ekiga %{_bindir}/ekiga-helper %{_bindir}/ekiga-config-tool @@ -188,6 +189,9 @@ scrollkeeper-update -q || : %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Mon Jul 23 2018 Peter Robinson 4.0.1-42 +- Build agaisnt new ptlib/opal, minor spec cleanups + * Thu Jul 12 2018 Fedora Release Engineering - 4.0.1-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild