Re: fedpkg: Failed to get repository name from Git url or pushurl -> %build

2023-03-08 Thread Björn Persson
Kenneth Goldman wrote: > Let's see if I have this right ... > > %build > %configure > %make_build > > are not three separate steps. %build is the overall step, and the next two > lines > are the build steps. The blank line terminates the %build. Correct? A blank line has no special meaning.

Re: fedpkg: Failed to get repository name from Git url or pushurl -> %build

2023-03-07 Thread Alexander Ploumistos
On Wed, Mar 8, 2023 at 12:15 AM Kenneth Goldman wrote: > > Where are the macros defined? I.e., %configure probably expands > to ./configure and %make_build to make. In addition to Chuck's reply, you can also use the --eval (or -E) flag with rpm to see the values of variables or to what a macro a

Re: fedpkg: Failed to get repository name from Git url or pushurl -> %build

2023-03-07 Thread Chuck Anderson
On Tue, Mar 07, 2023 at 11:14:34PM +, Kenneth Goldman wrote: > Let's see if I have this right ... > > %build > %configure > %make_build > > are not three separate steps. %build is the overall step, and the next two > lines > are the build steps. The blank line terminates the %build. Corre

RE: fedpkg: Failed to get repository name from Git url or pushurl -> %build

2023-03-07 Thread Kenneth Goldman
> -Original Message- > From: Vít Ondruch > Sent: Thursday, March 2, 2023 6:58 AM > To: devel@lists.fedoraproject.org > Subject: [EXTERNAL] Re: fedpkg: Failed to get repository name from Git url or > pushurl > > > How does it know what to build. Does it default to configure;make > > or so