Re: %prep and %autosetup: move the unpacked source directory

2017-01-18 Thread Michael Schwendt
On Wed, 18 Jan 2017 06:22:29 +, arnaud gaboury wrote: > > > At the begining of my build, I need: > > > - mkdir src/github.com/mattermost > > > -unzip the source in src/github.com/mattermost/plateform-master > > > - cd src/github.com/mattermost/plateform-master to start make. > > > > Why do y

Re: %prep and %autosetup: move the unpacked source directory

2017-01-17 Thread arnaud gaboury
On Wed, Jan 18, 2017 at 3:42 AM Michael Schwendt wrote: > On Tue, 17 Jan 2017 15:48:58 +, arnaud gaboury wrote: > > > At the begining of my build, I need: > > - mkdir src/github.com/mattermost > > -unzip the source in src/github.com/mattermost/plateform-master > > - cd src/github.com/mattermo

Re: %prep and %autosetup: move the unpacked source directory

2017-01-17 Thread Michael Schwendt
On Tue, 17 Jan 2017 15:48:58 +, arnaud gaboury wrote: > At the begining of my build, I need: > - mkdir src/github.com/mattermost > -unzip the source in src/github.com/mattermost/plateform-master > - cd src/github.com/mattermost/plateform-master to start make. Why do you think you need to do t

Re: %prep and %autosetup: move the unpacked source directory

2017-01-17 Thread arnaud gaboury
On Tue, Jan 17, 2017 at 6:57 PM James Hogarth wrote: > > > On 17 Jan 2017 3:49 pm, "arnaud gaboury" wrote: > > Here is my working directory at the beginning of build, right after I > downloaded the source with spectool. The root directory of the .zip file is > called "platform-master". > > -

Re: %prep and %autosetup: move the unpacked source directory

2017-01-17 Thread James Hogarth
On 17 Jan 2017 3:49 pm, "arnaud gaboury" wrote: Here is my working directory at the beginning of build, right after I downloaded the source with spectool. The root directory of the .zip file is called "platform-master". --- [makerpm@thetradinghall rpmbuild]$ ls -al -rw-rw-r-- 1 m