Add the rpm macros required for building both Python2 and Python3 packages with a single specfile: python2: rpmbuild -ba <specfile> python3: rpmbuild -ba <specfile> --define="with_pyver 3" Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
Description
Languages
Shell
95.8%
Makefile
4.2%