diff --git a/python-sip4.changes b/python-sip4.changes index 972420e..bc6683c 100644 --- a/python-sip4.changes +++ b/python-sip4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 9 19:06:32 UTC 2022 - Ben Greiner + +- Override install location to platformdir for distutils hijacked + by setuptools 60+ + ------------------------------------------------------------------- Sun Aug 29 18:36:46 UTC 2021 - Ben Greiner diff --git a/python-sip4.spec b/python-sip4.spec index ecb0f41..89fe06c 100644 --- a/python-sip4.spec +++ b/python-sip4.spec @@ -158,7 +158,8 @@ ldlibrary=`$python -c "import sysconfig as s;print(s.get_config_var('LDLIBRARY') $python ../configure.py --debug \ CFLAGS+="%{optflags}" \ CXXFLAGS+="%{optflags}" \ - LIBS+="-l$ldlibrary" + LIBS+="-l$ldlibrary" \ + -d %{$python_sitearch} make %{?_smp_mflags} @@ -187,7 +188,8 @@ $python ../configure.py --debug \ CFLAGS+="%{optflags}" \ CXXFLAGS+="%{optflags}" \ LIBS+="-l$ldlibrary" \ - --no-dist-info + --no-dist-info \ + -d %{$python_sitearch} make %{?_smp_mflags}