re: create a src rpm
Daniel Demus <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2005-10-19 at 18:13 +1000, dtra FYF wrote: > hi all > > i want to find out how to create a src rpm > i need to make a ffmpeg rpm for a couple of systems we have > one is a redhat 9 box > and the other is a redhat el3 box Use rpmbuild -ba (makes both a src and binary rpm from a .spec file), or rpmbuild -bs to create just the src package. Daniel