rpms/evolution/devel evolution.spec,1.121,1.122

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 9 19:38:44 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29279

Modified Files:
	evolution.spec 
Log Message:
* Thu Feb  9 2006 Christopher Aillon <caillon at redhat.com> - 2.5.90-2
- Disable the inline audio plugin for now since it uses gstreamer08



Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- evolution.spec	7 Feb 2006 11:36:05 -0000	1.121
+++ evolution.spec	9 Feb 2006 19:38:42 -0000	1.122
@@ -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: 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 @@
 %{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 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Thu Feb  9 2006 Christopher Aillon <caillon at redhat.com> - 2.5.90-2
+- Disable the inline audio plugin for now since it uses gstreamer08
+
 * Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 2.5.90-1.1
 - rebuilt for new gcc4.1 snapshot and glibc changes
 




More information about the fedora-cvs-commits mailing list