Add license and doc to rpm package
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 8 Apr 2020 15:54:51 +0000 (17:54 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 6 Sep 2021 11:55:52 +0000 (13:55 +0200)
commitac74ff48d3518961050af7a601f18afa5a581d6f
tree5aaeb22904791fb462961f0edb9e19cb1b57ad31
parentd4bd8a22b0bb3b64b17ff67d3d2420dbc3f894a9
Add license and doc to rpm package

Failed to do this using setup.py and hacks in make_dist.py,
at least when doc and license files should not end up in
site-packages with the source code. Therefore change (and
simplify) the whole build process by re-creating
make_dist.py to just create a tarball that is compatible
with standard python spec files (like that of our QA) and
provide such a simple spec file to be used with rpmbuild.
README
make_dist.py
pyi2ncommon.spec [new file with mode: 0644]
setup.py
setup_guide.txt [deleted file]