1 # Shim wrapper around setup.py to allow for familiar build targets
4 VERSION
:= $(shell $(PYTHON
) -c
'import sys; print("{}{}".format(sys.version_info.major, sys.version_info.minor))')
10 $(PYTHON
) -m pip
install .
22 rpmbuild
-ta
dist/libvirt-python-
$(shell tr
-d
'\n' < VERSION
).
tar.gz