Is it possible to build an rpm package without making a tar.gz archive?

StackOverflow https://stackoverflow.com/questions/17655265

  •  03-06-2022
  •  | 
  •  

문제

For me making a tar.gz archive is excess, because i export source code from svn. Perhaps it is possible to make rpm archive without automatic unpacking of archive? (Perhaps it is possible just to copy files from source folder to build or something like this)?

도움이 되었습니까?

해결책

There isn't a whole ton of documentation on this, but yea you can just list the file if you want to. Here is a great discussion on doing this, as well as proper usage straight from Fedora.

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