rpms/libopensync/devel libopensync-configure.patch, NONE, 1.1 libopensync.spec, 1.3, 1.4

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Dec 13 13:46:33 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/libopensync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12680/devel

Modified Files:
	libopensync.spec 
Added Files:
	libopensync-configure.patch 
Log Message:
- patch configure for x86_64 python


libopensync-configure.patch:

--- NEW FILE libopensync-configure.patch ---
--- configure.orig	2005-12-13 14:35:40.000000000 +0100
+++ configure	2005-12-13 14:40:03.000000000 +0100
@@ -22352,7 +22352,7 @@
 if test "${am_cv_python_pythondir+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
+  am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
      echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
 fi
 echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5


Index: libopensync.spec
===================================================================
RCS file: /cvs/extras/rpms/libopensync/devel/libopensync.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libopensync.spec	13 Dec 2005 08:17:37 -0000	1.3
+++ libopensync.spec	13 Dec 2005 13:46:31 -0000	1.4
@@ -9,6 +9,7 @@
 # see http://www.opensync.org/wiki/download
 Source0:        %{name}-%{version}.tar.gz
 Patch0:         libopensync-rpath.patch
+Patch1:         libopensync-configure.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel
@@ -41,6 +42,8 @@
 %prep
 %setup -q
 %patch0
+%patch1
+
 # some source files are marked executable
 for dir in opensync osengine; do
     cd %{_builddir}/%{name}-%{version}/$dir
@@ -100,6 +103,7 @@
 * Tue Dec 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.18-5
 - change handling of ld.so.conf files
+- patch configure for x86_64 python
 
 * Sun Dec 11 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.18-4




More information about the scm-commits mailing list