From 2ac8c66b3de28d6ea75bf391f0ef7c997fc662f4 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Feb 09 2006 19:38:42 +0000 Subject: - Disable the inline audio plugin for now since it uses gstreamer08 --- diff --git a/evolution.spec b/evolution.spec index ce367a2..e18c492 100644 --- a/evolution.spec +++ b/evolution.spec @@ -26,6 +26,7 @@ %define exchange_support 1 %define nm_support 1 %define libnotify_support 1 +%define inline_audio_support 0 # Upstream tarballs often contain instances of undeclared functions; these tend # to work on i386 but fail on 64-bit architectures. Leave this on to trap the @@ -38,7 +39,7 @@ Name: evolution Version: 2.5.90 -Release: 1.1 +Release: 2 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -156,8 +157,10 @@ BuildRequires: pkgconfig BuildRequires: desktop-file-utils BuildRequires: libgnomeprint22-devel >= %{libgnomeprint22_version} +%if %{inline_audio_support} # audio-inline plugin requires gstreamer to build: BuildRequires: gstreamer08-devel +%endif %if %{ldap_support} BuildRequires: openldap-devel >= 2.0.11 @@ -500,8 +503,10 @@ rm -rf $RPM_BUILD_ROOT %{evo_plugin_dir}/org-gnome-addressbook-file.eplug %{evo_plugin_dir}/liborg-gnome-addressbook-file.so +%if %{inline_audio_support} %{evo_plugin_dir}/org-gnome-audio-inline.eplug %{evo_plugin_dir}/liborg-gnome-audio-inline.so +%endif %{evo_plugin_dir}/org-gnome-calendar-file.eplug %{evo_plugin_dir}/liborg-gnome-calendar-file.so @@ -624,6 +629,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Thu Feb 9 2006 Christopher Aillon - 2.5.90-2 +- Disable the inline audio plugin for now since it uses gstreamer08 + * Tue Feb 07 2006 Jesse Keating - 2.5.90-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes