Hide Forgot
hi, some file like /usr/include/fcgiapp.h have windows end line \r\n add this lien to %prep find . -type f | xargs sed -i 's/\\x0a/\n/g
I cannot reproduce this, i.e. the file uses \n which is \x0a by the way line endings. Windows uses \r\n wich is \x0d\x0a. If there is something else that needs to be fixed, please re-open this bug report or create a new one.