[gnome-python2-desktop] Drop evolution bindings; they don't build against the latest EDS

Colin Walters walters at fedoraproject.org
Fri Jul 27 13:17:16 UTC 2012


commit 8709c63dcf3750b9a7e25ef9b4ad7fac4e34f878
Author: Colin Walters <walters at verbum.org>
Date:   Fri Jul 27 09:16:32 2012 -0400

    Drop evolution bindings; they don't build against the latest EDS

 gnome-python2-desktop.spec |   25 +++++--------------------
 1 files changed, 5 insertions(+), 20 deletions(-)
---
diff --git a/gnome-python2-desktop.spec b/gnome-python2-desktop.spec
index 010053d..3dc9533 100644
--- a/gnome-python2-desktop.spec
+++ b/gnome-python2-desktop.spec
@@ -28,7 +28,7 @@
 
 Name: gnome-python2-desktop
 Version: 2.32.0
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv2+
 Group: Development/Languages
 Summary: The sources for additional PyGNOME Python extension modules
@@ -49,7 +49,6 @@ Requires: gnome-python2-canvas >= %{gnome_python_version}
 
 #BuildRequires: brasero-devel >= %{brasero_version}
 #BuildRequires: evince-devel >= %{evince_version}
-BuildRequires: evolution-data-server-devel >= %{eds_version}
 BuildRequires: glib2-devel >= %{glib_version}
 BuildRequires: GConf2-devel >= %{gconf2_version}
 BuildRequires: gnome-desktop-devel >= %{gnome_desktop_version}
@@ -99,19 +98,6 @@ Python bindings for GNOME. It should be used together with gnome-python.
 #description -n gnome-python2-evince
 #This module contains a wrapper that allows the use of evince via Python.
 
-%package -n gnome-python2-evolution
-Summary: Python bindings for interacting with evolution-data-server
-License: LGPLv2
-Group: Development/Languages
-Requires: %{name} = %{version}-%{release}
-Requires: evolution-data-server >= %{eds_version}
-Provides: evolution-python = %{version}-%{release}
-Obsoletes: evolution-python <= 0.0.4-3
-
-%description -n gnome-python2-evolution
-This module contains a wrapper that allows the use of evolution-data-server
-via Python.
-
 %package -n gnome-python2-gnomeprint
 Summary: Python bindings for interacting with libgnomeprint
 License: LGPLv2
@@ -223,7 +209,7 @@ via Python.
 # been ported to GTK+3. It's not practical to mix GTK+2 and GTK+3 bindings
 # in gnome-python2-desktop, so for now we'll just have to disable the GTK+3
 # stuff. - AdamW 2010/07
-%configure --enable-metacity --disable-evince --disable-braseromedia --disable-braseroburn --disable-mediaprofiles --disable-applet
+%configure --enable-metacity --disable-evince --disable-braseromedia --disable-braseroburn --disable-mediaprofiles --disable-applet --disable-evolution
 make
 
 %install
@@ -253,10 +239,6 @@ rm -rf $RPM_BUILD_ROOT
 #defattr(-,root,root,-)
 #{python_sitearch}/gtk-2.0/evince.so
 
-%files -n gnome-python2-evolution
-%defattr(-,root,root,-)
-%{python_sitearch}/gtk-2.0/evolution/
-
 %files -n gnome-python2-gnomeprint
 %defattr(-,root,root,-)
 %{python_sitearch}/gtk-2.0/gnomeprint/
@@ -304,6 +286,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/gtk-2.0/gnomekeyring.so
 
 %changelog
+* Fri Jul 27 2012 Colin Walters <walters at verbum.org> - 2.32.0-11
+- Drop evolution bindings; they don't build against the latest EDS
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.32.0-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list