Python paths and startup script
The PR contains changes in the following:
- python drspine is added in /usr/lib/python3.9/site-packages/
- drspine binary renamed to drspine.bin at /usr/bin/drspine.bin (renamed to drspine.bin during rpm package installation)
- drspine_wrapper is created to check for the drspine profile and run the script before starting drspine_launch added at /usr/bin/drspine (renamed to drspine during rpm package installation) - parameters allowed, e.g. drspine -V
- drspine package renamed to python3.9-drspine
- version update in makefile and rpm : drspine -V (prints the version defined in makefile)
To test refer to this process: !2 (merged)
Edited by Patrou, Maria