diff --git a/.cvsignore b/.cvsignore index eef94d4..ea459c9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ ekiga-3.1.0.tar.bz2 +ekiga.desktop diff --git a/ekiga.spec b/ekiga.spec index 3ce2c4b..56b1fbe 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -1,9 +1,10 @@ Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga Version: 3.1.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.ekiga.org/ -Source0: ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.1/%{name}-%{version}.tar.bz2 +Source1: ekiga.desktop Patch0: ekiga-fix-desktop-in.patch License: GPLv2+ Group: Applications/Communications @@ -65,6 +66,10 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL rm -rf $RPM_BUILD_ROOT/var/scrollkeeper +# Temporarily remove the desktop.in.in file and replace with the real thing +rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop.in.in +cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop + # Replace identical images in the help by links. # This reduces the RPM size by several megabytes. helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name} @@ -136,6 +141,9 @@ scrollkeeper-update -q || : %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Wed Jan 14 2009 Peter Robinson - 3.1.0-7 +- Another fix + * Tue Jan 13 2009 Peter Robinson - 3.1.0-6 - And SDL too diff --git a/sources b/sources index e45691b..00facea 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ ec8690ff84b364d2df5b2443a01ba529 ekiga-3.1.0.tar.bz2 +d13f57c9df3344a90697d88490adbf20 ekiga.desktop