3 lines
240 B
Bash
Executable file
3 lines
240 B
Bash
Executable file
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
|
# 'brp-compress' gzips the man pages without distutils knowing... fix this
|
|
sed -i -e 's@man/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@man/man\1/\2.gz@g' INSTALLED_FILES
|