[cs615asa] awscli-1.7.12 do not support make command

Jan Schaumann jschauma at stevens.edu
Thu Feb 26 21:54:22 EST 2015


hchen29 <hchen29 at stevens.edu> wrote:

> As far as I can see, the awscli-1.7.12 do not support make and make  
> install commands. It is installed by using python. I don't know how to  
> deal with this problem in .spec file, and how to track installed files.  
> If I don't know the location of all these files, I cannot write the  
> %file part in spec file. How to deal with this problem?

'make' is just a general purpose utility to execute commands
conditionally based on time stamps.  The process to create a package may
default to invoking 'make' (for certain programs), but you should be
able to use a(ny) different command (including none) to build or install
files.

Identifying the files and their correct location in the file system
hierarchy can be done in a number of ways, and it's up to you to find
one that works for you.  (If you do, feel free to share on this list.)

Remember to identify any dependencies for the package, so that a newly
deployed package will pull in whatever other software may be required.
It seems you already identified 'python' as a dependency here, but there
may be others, including, possibly, some python modules.

-Jan


More information about the cs615asa mailing list