부제: 빈 spec을 손으로 치지 않는다rpmdev-newspec hello # hello.spec 뼈대 생성rpmdev-newspec -t python mylib # 템플릿 지정rpmdev-newspec -o my.spec name # 출력 파일명 지정$ rpmdev-newspec hellohello.spec created; type minimal, rpm version >= 4.16.$ head hello.specName: helloVersion:Release: 1%{?dist}Summary:License:URL:Source0:rpmdev-newspec는 정해진 태그와 섹션(%prep, %build, %install, %files, %changelog)이..