SPECS: python-gnome-desktop.spec - back to system waf

hawk hawk at pld-linux.org
Sun Mar 15 00:22:54 CET 2009


Author: hawk                         Date: Sat Mar 14 23:22:54 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- back to system waf

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

---- Diffs:

================================================================
Index: SPECS/python-gnome-desktop.spec
diff -u SPECS/python-gnome-desktop.spec:1.45 SPECS/python-gnome-desktop.spec:1.46
--- SPECS/python-gnome-desktop.spec:1.45	Sun Mar 15 00:20:10 2009
+++ SPECS/python-gnome-desktop.spec	Sun Mar 15 00:22:48 2009
@@ -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,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.46  2009/03/14 23:22:48  hawk
+- back to system waf
+
 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
================================================================

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



More information about the pld-cvs-commit mailing list