packages: python-gnome-desktop/python-gnome-desktop.spec - force waf -j1 - ...

megabajt megabajt at pld-linux.org
Wed Oct 5 00:00:30 CEST 2011


Author: megabajt                     Date: Tue Oct  4 22:00:30 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- force waf -j1
- release 5

---- Files affected:
packages/python-gnome-desktop:
   python-gnome-desktop.spec (1.68 -> 1.69) 

---- Diffs:

================================================================
Index: packages/python-gnome-desktop/python-gnome-desktop.spec
diff -u packages/python-gnome-desktop/python-gnome-desktop.spec:1.68 packages/python-gnome-desktop/python-gnome-desktop.spec:1.69
--- packages/python-gnome-desktop/python-gnome-desktop.spec:1.68	Tue Oct  4 11:46:39 2011
+++ packages/python-gnome-desktop/python-gnome-desktop.spec	Wed Oct  5 00:00:25 2011
@@ -15,7 +15,7 @@
 Summary(pl.UTF-8):	Wiązania Pythona do bibliotek GNOME
 Name:		python-gnome-desktop
 Version:	2.32.0
-Release:	4
+Release:	5
 License:	GPL v2/LGPL v2.1 (see COPYING)
 Group:		Libraries/Python
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.32/%{module}-%{version}.tar.bz2
@@ -217,16 +217,16 @@
 %setup -q -n %{module}-%{version}
 
 %build
-./waf configure \
+./waf -j1 configure \
 	--prefix %{_prefix} \
 	--libdir %{_libdir}
-./waf -v build
+./waf -j1 -v build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-./waf install \
+./waf -j1 install \
 	--destdir $RPM_BUILD_ROOT
 
 # workaround http://bugzilla.gnome.org/show_bug.cgi?id=555137
@@ -322,6 +322,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.69  2011/10/04 22:00:25  megabajt
+- force waf -j1
+- release 5
+
 Revision 1.68  2011/10/04 09:46:39  megabajt
 - removed -applet subpackage and all already disabled bindings
 - release 4
================================================================

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



More information about the pld-cvs-commit mailing list