SPECS: python-gnome.spec - try passing libdir for x86_64

patrys patrys at pld-linux.org
Wed Mar 12 00:14:01 CET 2008


Author: patrys                       Date: Tue Mar 11 23:14:01 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- try passing libdir for x86_64

---- Files affected:
SPECS:
   python-gnome.spec (1.81 -> 1.82) 

---- Diffs:

================================================================
Index: SPECS/python-gnome.spec
diff -u SPECS/python-gnome.spec:1.81 SPECS/python-gnome.spec:1.82
--- SPECS/python-gnome.spec:1.81	Tue Mar 11 23:26:34 2008
+++ SPECS/python-gnome.spec	Wed Mar 12 00:13:56 2008
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	Wiązania Pythona do bibliotek GNOME
 Name:		python-gnome
 Version:	2.22.0
-Release:	1
+Release:	2
 License:	GPL v2+/LGPL v2.1+
 Group:		Libraries/Python
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.22/%{module}-%{version}.tar.bz2
@@ -153,7 +153,8 @@
 
 %build
 ./waf configure \
-	--prefix %{_prefix}
+	--prefix %{_prefix} \
+	--libdir %{_libdir}
 ./waf build
 
 %install
@@ -233,6 +234,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.82  2008-03-11 23:13:56  patrys
+- try passing libdir for x86_64
+
 Revision 1.81  2008-03-11 22:26:34  patrys
 - 2.22.0
 - use waf for building
================================================================

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



More information about the pld-cvs-commit mailing list