문제

In a typical spec file there is a changelog section. I now use CPack and was wondering how to add such a section. I can't find information about that on the web.

Could I use an external file and indicate it to CPack for example ?

도움이 되었습니까?

해결책

If you pack a RPM file use CPACK_RPM_CHANGELOG_FILE

May be used to embed a changelog in the spec file. The refered file will be read and directly put after the %changelog section.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top