- Disable the inline audio plugin for now since it uses gstreamer08
This commit is contained in:
parent
2fcb3c6797
commit
2ac8c66b3d
@ -26,6 +26,7 @@
|
|||||||
%define exchange_support 1
|
%define exchange_support 1
|
||||||
%define nm_support 1
|
%define nm_support 1
|
||||||
%define libnotify_support 1
|
%define libnotify_support 1
|
||||||
|
%define inline_audio_support 0
|
||||||
|
|
||||||
# Upstream tarballs often contain instances of undeclared functions; these tend
|
# 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
|
# to work on i386 but fail on 64-bit architectures. Leave this on to trap the
|
||||||
@ -38,7 +39,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.5.90
|
Version: 2.5.90
|
||||||
Release: 1.1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -156,8 +157,10 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint22_version}
|
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint22_version}
|
||||||
|
|
||||||
|
%if %{inline_audio_support}
|
||||||
# audio-inline plugin requires gstreamer to build:
|
# audio-inline plugin requires gstreamer to build:
|
||||||
BuildRequires: gstreamer08-devel
|
BuildRequires: gstreamer08-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{ldap_support}
|
%if %{ldap_support}
|
||||||
BuildRequires: openldap-devel >= 2.0.11
|
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}/org-gnome-addressbook-file.eplug
|
||||||
%{evo_plugin_dir}/liborg-gnome-addressbook-file.so
|
%{evo_plugin_dir}/liborg-gnome-addressbook-file.so
|
||||||
|
|
||||||
|
%if %{inline_audio_support}
|
||||||
%{evo_plugin_dir}/org-gnome-audio-inline.eplug
|
%{evo_plugin_dir}/org-gnome-audio-inline.eplug
|
||||||
%{evo_plugin_dir}/liborg-gnome-audio-inline.so
|
%{evo_plugin_dir}/liborg-gnome-audio-inline.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%{evo_plugin_dir}/org-gnome-calendar-file.eplug
|
%{evo_plugin_dir}/org-gnome-calendar-file.eplug
|
||||||
%{evo_plugin_dir}/liborg-gnome-calendar-file.so
|
%{evo_plugin_dir}/liborg-gnome-calendar-file.so
|
||||||
@ -624,6 +629,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 9 2006 Christopher Aillon <caillon@redhat.com> - 2.5.90-2
|
||||||
|
- Disable the inline audio plugin for now since it uses gstreamer08
|
||||||
|
|
||||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.5.90-1.1
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.5.90-1.1
|
||||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user