> -----Original Message-----
> From: Vít Ondruch <vondr...@redhat.com>
> 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 something similar?
> 
> You have to specify what are the right steps in the `%build` sections.
> In the tutorial, there are used the `%configure` + `%make_build` macros.
> You could use different build commands (or macros) at this place.

This really helps!

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?

Where are the macros defined?  I.e., %configure probably expands
to ./configure and %make_build to make. 

If I want to add some arguments to configure, and add an autoreconf
step before configure, how would I do that?




Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to