rpms/gnome-python2-extras/devel gnome-python2-extras.spec, 1.31, 1.32

Matthew Barnes mbarnes at fedoraproject.org
Mon Oct 27 14:37:03 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-python2-extras/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30214

Modified Files:
	gnome-python2-extras.spec 
Log Message:

* Mon Oct 27 2008 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-21
- Provide Python bindings for libgdl on ppc64 (RH bug #468693).



Index: gnome-python2-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-extras/devel/gnome-python2-extras.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnome-python2-extras.spec	9 Oct 2008 13:05:49 -0000	1.31
+++ gnome-python2-extras.spec	27 Oct 2008 14:36:33 -0000	1.32
@@ -10,18 +10,11 @@
 %define libgda_version 2.99.6
 %define libgdl_version 0.7.1
 
-# libgdl does not build on ppc64
-%ifarch ppc64
-%define build_gdl 0
-%else
-%define build_gdl 1
-%endif
-
 ### Abstract ###
 
 Name: gnome-python2-extras
 Version: 2.19.1
-Release: 20%{?dist}
+Release: 21%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Languages
 Summary: The sources for additional. PyGNOME Python extension modules.
@@ -47,25 +40,21 @@
 BuildRequires: glib2 >= %{glib_version}
 BuildRequires: gnome-panel-devel >= %{gnome_panel_version}
 BuildRequires: gnome-python2-bonobo >= %{gnome_python_version}
-BuildRequires: gnome-python2-gnome >= %{gnome_python_version}
 BuildRequires: gnome-python2-devel >= %{gnome_python_version}
+BuildRequires: gnome-python2-gnome >= %{gnome_python_version}
 BuildRequires: gtk2 >= %{gtk_version}
 BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
 BuildRequires: gtkspell-devel >= %{gtkspell_version}
 BuildRequires: libbonoboui-devel
 BuildRequires: libgda-devel >= %{libgda_version}
+BuildRequires: libgdl-devel >= %{libgdl_version}
 BuildRequires: pygtk2-devel
 BuildRequires: python-devel
 
-%if %{build_gdl}
-BuildRequires: libgdl-devel >= %{libgdl_version}
-%endif
-
 %description
 The gnome-python-extra package contains the source packages for additional 
 Python bindings for GNOME. It should be used together with gnome-python.
 
-%if %{build_gdl}
 %package -n gnome-python2-gdl
 Summary: Python bindings for the GNOME Development Library
 Group: Development/Languages
@@ -75,7 +64,6 @@
 %description -n gnome-python2-gdl
 This module contains a wrapper that allows the use of the GNOME Development
 Library (gdl) via Python.
-%endif
 
 %package -n gnome-python2-gtkhtml2
 Summary: Python bindings for interacting with gtkhtml2
@@ -163,11 +151,9 @@
 %{_libdir}/pkgconfig/gnome-python-extras-2.0.pc
 %{_datadir}/pygtk
 
-%if %{build_gdl}
 %files -n gnome-python2-gdl
 %defattr(-,root,root,-)
 %{python_sitearch}/gtk-2.0/gdl.so
-%endif
 
 %files -n gnome-python2-gtkhtml2
 %defattr(-,root,root,-)
@@ -201,6 +187,9 @@
 %{_libdir}/pkgconfig/pygda-3.0.pc
 
 %changelog
+* Mon Oct 27 2008 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-21
+- Provide Python bindings for libgdl on ppc64 (RH bug #468693).
+
 * Thu Oct 09 2008 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-20
 - Remove gtkspell-static patch.  Appears to not be needed anymore.
 




More information about the scm-commits mailing list