The first argument to get_python_lib specifies if the file is platform specific or...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 22 May 2009 14:23:03 +0000 (14:23 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 22 May 2009 14:23:03 +0000 (14:23 +0000)
/usr/lib/python64.

pyOpenSSL.spec

index b3b0668..48a9a80 100644 (file)
@@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f INSTALLED_OBJECTS
 %defattr(-,root,root,-)
-%(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")/OpenSSL
+%(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1),")/OpenSSL
 
 %changelog
 * Wed May 20 2009 Baris Metin <tmetin@sophia.inria.fr>