In article CABr8-B6PS8WGd_tyTCu8cG9veh1QKeuu8rR7TNbyZ+sFbo=uFA@mail.gmail.com, Jerry Geis jerry.geis@gmail.com wrote:
How do I tell from source rpm's:
- the build order of gstreamer packages
- the command line args for the ./configure
For centos 7.
Look in the .spec file, specifically at the %prep, %build, and %install sections.
For more than you ever wanted to know, see http://ftp.rpm.org/max-rpm/ particularly chapter 13.
Cheers Tony