|
@@ -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
|
|
|
|