packages: gammu/gammu.spec - try to fix build with python2.7

lisu lisu at pld-linux.org
Tue Jul 13 09:51:37 CEST 2010


Author: lisu                         Date: Tue Jul 13 07:51:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- try to fix build with python2.7

---- Files affected:
packages/gammu:
   gammu.spec (1.89 -> 1.90) 

---- Diffs:

================================================================
Index: packages/gammu/gammu.spec
diff -u packages/gammu/gammu.spec:1.89 packages/gammu/gammu.spec:1.90
--- packages/gammu/gammu.spec:1.89	Mon Jul 12 23:07:26 2010
+++ packages/gammu/gammu.spec	Tue Jul 13 09:51:32 2010
@@ -141,6 +141,7 @@
 	-DBUILD_SHARED_LIBS=OFF \
 	-DINSTALL_LIB_DIR=%{_lib} \
 	-DINSTALL_LIBDATA_DIR=%{_libdir} \
+	-DBUILD_PYTHON=%{_bindir}/python%{py_ver} \
 	%{?debug:-DCMAKE_BUILD_TYPE="Debug"}
 %{__make}
 mv libgammu/libGammu.a ..
@@ -151,6 +152,7 @@
 	-DBUILD_SHARED_LIBS=ON \
 	-DINSTALL_LIB_DIR=%{_lib} \
 	-DINSTALL_LIBDATA_DIR=%{_libdir} \
+	-DBUILD_PYTHON=%{_bindir}/python%{py_ver} \
 	%{?debug:-DCMAKE_BUILD_TYPE="Debug"}
 %{__make}
 
@@ -268,6 +270,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.90  2010/07/13 07:51:32  lisu
+- try to fix build with python2.7
+
 Revision 1.89  2010/07/12 21:07:26  lisu
 - updated to 1.28.0 (DEVEL merge)
 - adapterized
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gammu/gammu.spec?r1=1.89&r2=1.90&f=u



More information about the pld-cvs-commit mailing list