From b6626aac95830932c29ad3c675876c5bcc2b5e54 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Aug 14 2017 15:43:18 +0000 Subject: Change the library directory to include the version --- diff --git a/platform-python.spec b/platform-python.spec index 39e85d8..7206b05 100644 --- a/platform-python.spec +++ b/platform-python.spec @@ -41,7 +41,7 @@ # pybasever without the dot: %global pyshortver 36 -%global pylibdir %{_libdir}/%{name} +%global pylibdir %{_libdir}/%{name}%{pybasever} %global dynload_dir %{pylibdir}/lib-dynload # SOABI is defined in the upstream configure.in from Python-3.2a2 onwards,