Author: goetz
Date: Sun Feb  4 20:14:54 2007
New Revision: 116165

Added:
   
packages/cooker/gnome-python-desktop/current/SOURCES/gnome-python-desktop-2.17.3-totem.patch
Modified:
   packages/cooker/gnome-python-desktop/current/SPECS/gnome-python-desktop.spec

Log:
fix build with new totem


Added: 
packages/cooker/gnome-python-desktop/current/SOURCES/gnome-python-desktop-2.17.3-totem.patch
==============================================================================
--- (empty file)
+++ 
packages/cooker/gnome-python-desktop/current/SOURCES/gnome-python-desktop-2.17.3-totem.patch
        Sun Feb  4 20:14:54 2007
@@ -0,0 +1,11 @@
+--- gnome-python-desktop-2.17.3/totem/Makefile.am~     2007-01-06 
23:32:56.000000000 +0100
++++ gnome-python-desktop-2.17.3/totem/Makefile.am      2007-02-04 
16:25:02.000000000 +0100
+@@ -12,7 +12,7 @@
+ plparser.c: plparser.defs plparser.override
+ 
+ plparser_la_CFLAGS =                          \
+-      -I$(TOTEM_PLPARSER_CFLAGS)              \
++      $(TOTEM_PLPARSER_CFLAGS)                \
+       $(PYTHON_INCLUDES)
+ 
+ plparser_la_LDFLAGS = -module -avoid-version  -export-symbols-regex 
initplparser

Modified: 
packages/cooker/gnome-python-desktop/current/SPECS/gnome-python-desktop.spec
==============================================================================
--- 
packages/cooker/gnome-python-desktop/current/SPECS/gnome-python-desktop.spec    
    (original)
+++ 
packages/cooker/gnome-python-desktop/current/SPECS/gnome-python-desktop.spec    
    Sun Feb  4 20:14:54 2007
@@ -6,8 +6,9 @@
 Summary: GNOME Desktop bindings for Python
 Name: gnome-python-desktop
 Version: 2.17.3
-Release: %mkrel 1
+Release: %mkrel 2
 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%name/%name-%{version}.tar.bz2
+Patch: gnome-python-desktop-2.17.3-totem.patch
 URL: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/
 License: LGPL
 Group: Development/GNOME and GTK+
@@ -26,6 +27,7 @@
 Requires: gnome-python >= %gnomepython
 Conflicts: gnome-python-extras < 2.13.3
 
+
 %description
 The gnome-python-desktop package contains the Python bindings for the
 GNOME Desktop modules.
@@ -116,12 +118,17 @@
 
 %prep
 %setup -q
+%patch -p1
+automake
 
 %build
 ./configure --prefix=%_prefix --libdir=%_libdir
 
 %make
 
+%check
+make check
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall

Reply via email to