Re: Macros stored in a separate file

2024-06-11 Thread Jan Drögehoff
> Lately, I noticed that several SPEC files in Fedora use this syntax: > > Source:        macros.vlc > > And this file defines macros that are loaded by rpmbuild during buildtime and > are used in > the SPEC file. This isn't how its done everywhere (and I honestly wasn't aware that this was do

Re: Macros stored in a separate file

2024-06-11 Thread Vít Ondruch
Dne 10. 06. 24 v 20:18 Richard W.M. Jones napsal(a): On Mon, Jun 10, 2024 at 10:09:16AM -0700, Adam Williamson wrote: On Mon, 2024-06-10 at 18:52 +0200, Vít Ondruch wrote: Dne 10. 06. 24 v 17:35 Adam Williamson napsal(a): On Mon, 2024-06-10 at 16:38 +0200, Vít Ondruch wrote: Dne 10. 06. 24 v

Re: Macros stored in a separate file

2024-06-10 Thread Richard W.M. Jones
On Mon, Jun 10, 2024 at 10:09:16AM -0700, Adam Williamson wrote: > On Mon, 2024-06-10 at 18:52 +0200, Vít Ondruch wrote: > > Dne 10. 06. 24 v 17:35 Adam Williamson napsal(a): > > > On Mon, 2024-06-10 at 16:38 +0200, Vít Ondruch wrote: > > > > Dne 10. 06. 24 v 16:24 Daniel P. Berrangé napsal(a): > >

Re: Macros stored in a separate file

2024-06-10 Thread Adam Williamson
On Mon, 2024-06-10 at 18:52 +0200, Vít Ondruch wrote: > Dne 10. 06. 24 v 17:35 Adam Williamson napsal(a): > > On Mon, 2024-06-10 at 16:38 +0200, Vít Ondruch wrote: > > > Dne 10. 06. 24 v 16:24 Daniel P. Berrangé napsal(a): > > > > On Mon, Jun 10, 2024 at 04:18:14PM +0200, Miroslav Suchý wrote: > >

Re: Macros stored in a separate file

2024-06-10 Thread Daniel P . Berrangé
On Mon, Jun 10, 2024 at 08:35:36AM -0700, Adam Williamson wrote: > On Mon, 2024-06-10 at 16:38 +0200, Vít Ondruch wrote: > > Dne 10. 06. 24 v 16:24 Daniel P. Berrangé napsal(a): > > > On Mon, Jun 10, 2024 at 04:18:14PM +0200, Miroslav Suchý wrote: > > > > Lately, I noticed that several SPEC files i

Re: Macros stored in a separate file

2024-06-10 Thread Vít Ondruch
Dne 10. 06. 24 v 17:35 Adam Williamson napsal(a): On Mon, 2024-06-10 at 16:38 +0200, Vít Ondruch wrote: Dne 10. 06. 24 v 16:24 Daniel P. Berrangé napsal(a): On Mon, Jun 10, 2024 at 04:18:14PM +0200, Miroslav Suchý wrote: Lately, I noticed that several SPEC files in Fedora use this syntax: So

Re: Macros stored in a separate file

2024-06-10 Thread Pavel Cahyna
Hello, On Mon, Jun 10, 2024 at 04:18:14PM +0200, Miroslav Suchý wrote: > Lately, I noticed that several SPEC files in Fedora use this syntax: > > Source:        macros.vlc > > And this file defines macros that are loaded by rpmbuild during buildtime and > are used in the SPEC file. > > This ma

Re: Macros stored in a separate file

2024-06-10 Thread Adam Williamson
On Mon, 2024-06-10 at 16:38 +0200, Vít Ondruch wrote: > Dne 10. 06. 24 v 16:24 Daniel P. Berrangé napsal(a): > > On Mon, Jun 10, 2024 at 04:18:14PM +0200, Miroslav Suchý wrote: > > > Lately, I noticed that several SPEC files in Fedora use this syntax: > > > > > > Source:        macros.vlc > > > >

Re: Macros stored in a separate file

2024-06-10 Thread Vít Ondruch
Dne 10. 06. 24 v 16:24 Daniel P. Berrangé napsal(a): On Mon, Jun 10, 2024 at 04:18:14PM +0200, Miroslav Suchý wrote: Lately, I noticed that several SPEC files in Fedora use this syntax: Source:        macros.vlc And this file defines macros that are loaded by rpmbuild during buildtime and ar

Re: Macros stored in a separate file

2024-06-10 Thread Daniel P . Berrangé
On Mon, Jun 10, 2024 at 04:18:14PM +0200, Miroslav Suchý wrote: > Lately, I noticed that several SPEC files in Fedora use this syntax: > > Source:        macros.vlc > > And this file defines macros that are loaded by rpmbuild during buildtime and > are used in the SPEC file. > > This makes pars