Browse Source

rebuilt with python-2.6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@780 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 15 years ago
parent
commit
c32323a045
1 changed files with 9 additions and 1 deletions
  1. 9 1
      g/gnome-python-extras/gnome-python-extras-vl.spec

+ 9 - 1
g/gnome-python-extras/gnome-python-extras-vl.spec

@@ -16,7 +16,7 @@
 
 Name: gnome-python-extras
 Version: 2.25.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL/LGPL
 Group: Development/Languages
 Summary: The sources for additional. PyGNOME Python extension modules.
@@ -141,7 +141,11 @@ gnome-python-gda.
 %patch4 -p1 -b .buildfix
 
 %build
+%if %{build_gdl}
 %configure --with-gtkmozembed=mozilla
+%else
+%configure --with-gtkmozembed=mozilla --disable-gdl
+%endif
 make
 
 %install
@@ -201,6 +205,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/pygda-?.?.pc
 
 %changelog
+* Fri Apr 09 2010 Shu KONNO <owa@bg.wakwak.com> 2.25.3-2
+- rebuilt with python-2.6
+- added --disable-gdl option to configure
+
 * Sun Jul 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.25.3-1
 - new upstream release