diff --git a/ekiga.spec b/ekiga.spec index d01016f..e4d2558 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -1,7 +1,7 @@ Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga Version: 2.0.11 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.ekiga.org/ Source0: http://download.gnome.org/sources/ekiga/2.0/%{name}-%{version}.tar.gz License: GPLv2+ @@ -50,7 +50,6 @@ It uses 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-scrollkeeper --enable-dbus make @@ -62,9 +61,13 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL rm -rf $RPM_BUILD_ROOT/var/scrollkeeper -desktop-file-install --vendor gnome --dir=$RPM_BUILD_ROOT%{_datadir}/applications --delete-original --copy-generic-name-to-name $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop +desktop-file-install --vendor gnome \ + --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ + --delete-original \ + --copy-generic-name-to-name \ + $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop -%find_lang ekiga +%find_lang ekiga --with-gnome %clean rm -rf $RPM_BUILD_ROOT @@ -80,6 +83,7 @@ scrollkeeper-update %files -f ekiga.lang %defattr(-,root,root) +%doc COPYING AUTHORS FAQ NEWS %{_bindir}/ekiga %{_bindir}/ekiga-helper %{_bindir}/ekiga-config-tool @@ -88,14 +92,15 @@ scrollkeeper-update %{_datadir}/applications/gnome-ekiga.desktop %{_datadir}/gnome/help/ekiga %{_datadir}/omf/ekiga -# %{_datadir}/omf/ekiga/*.omf %{_datadir}/pixmaps/* %{_datadir}/man/*/* %{_datadir}/sounds/ekiga -#%{_datadir}/ekiga %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Thu Feb 28 2008 Daniel Veillard - 2.0.11-4 +- rebuild after applying some fo the cleanups of #160727 + * Wed Feb 20 2008 Fedora Release Engineering - 2.0.11-3 - Autorebuild for GCC 4.3