SPECS: python-gnome-desktop.spec - this version doesn't build with waf 1.5....

hawk hawk at pld-linux.org
Sun Mar 15 00:20:16 CET 2009


Author: hawk                         Date: Sat Mar 14 23:20:16 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- this version doesn't build with waf 1.5.x, use bundled waf to get it
  rebuilt for python 2.6 in Titanium

---- Files affected:
SPECS:
   python-gnome-desktop.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: SPECS/python-gnome-desktop.spec
diff -u SPECS/python-gnome-desktop.spec:1.44 SPECS/python-gnome-desktop.spec:1.45
--- SPECS/python-gnome-desktop.spec:1.44	Tue Feb  3 18:52:05 2009
+++ SPECS/python-gnome-desktop.spec	Sun Mar 15 00:20:10 2009
@@ -10,7 +10,7 @@
 Summary(pl.UTF-8):	Wiązania Pythona do bibliotek GNOME
 Name:		python-gnome-desktop
 Version:	2.24.1
-Release:	2
+Release:	3
 License:	GPL v2/LGPL v2.1 (see COPYING)
 Group:		Libraries/Python
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.24/%{module}-%{version}.tar.bz2
@@ -250,16 +250,16 @@
 %setup -q -n %{module}-%{version}
 
 %build
-%waf configure \
+./waf configure \
 	--prefix %{_prefix} \
 	--libdir %{_libdir}
-%{__waf} -v build
+./waf -v build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__waf} install \
+./waf install \
 	--destdir $RPM_BUILD_ROOT
 
 # workaround http://bugzilla.gnome.org/show_bug.cgi?id=555137
@@ -367,6 +367,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2009/03/14 23:20:10  hawk
+- this version doesn't build with waf 1.5.x, use bundled waf to get it
+  rebuilt for python 2.6 in Titanium
+
 Revision 1.44  2009/02/03 17:52:05  megabajt
 - added workaround for broken wscripts (now rpm finds deps for *.so modules) lp#324670
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-gnome-desktop.spec?r1=1.44&r2=1.45&f=u



More information about the pld-cvs-commit mailing list