29157c1 Set %_pyproject_wheeldir and %_pyproject_builddir relative to the source tree, not $PWD

Authored and Committed by churchyard 2 years ago
    Set %_pyproject_wheeldir and %_pyproject_builddir relative to the source tree, not $PWD
    
    This allows users to do:
    
        %build
        cd somewhere
        %pyproject_wheel
        cd -
        cd somewhere_else
        %pyproject_wheel
        cd -
    
        %install
        %pyproject_install
    
    Without a need to copy paste the wheels to a common location.
    
    This is in fact a breaking change, I'll make sure to adapt the affected packages in Fedora.
    
        
file modified
+1 -1
file modified
+5 -5
file modified
+1 -0
file modified
+7 -3