Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-15 Thread Panu Matilainen
Merged #1464 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1464#event-4211091180___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-15 Thread Panu Matilainen
BTW thanks for the review @Conan-Kudo - I know this is far from complete and all, but in order to get anywhere with the docs we need to keep the bar relatively low. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-11 Thread Panu Matilainen
@pmatilai commented on this pull request. > + +As a special case, `BuildArch: noarch` can be used on sub-package +level to allow eg. documentation of otherwise arch-specific package +to be shared across multiple architectures. + + Prefixes + +Specify prefixes this package may be installed

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-11 Thread ニール・ゴンパ
@Conan-Kudo commented on this pull request. > + +As a special case, `BuildArch: noarch` can be used on sub-package +level to allow eg. documentation of otherwise arch-specific package +to be shared across multiple architectures. + + Prefixes + +Specify prefixes this package may be installed

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-11 Thread Panu Matilainen
@pmatilai commented on this pull request. > +Specifies the architecture which the resulting binary package +will run on. Typically this is a CPU architecture like sparc, +i386. The string 'noarch' is reserved for specifying that the +resulting binary package is platform independent. Typical

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-11 Thread Panu Matilainen
Not that rpm cares about the case (it doesn't) but adjusted to the commonly used casing now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-11 Thread Panu Matilainen
@pmatilai pushed 1 commit. 00283b1e079bd3b04dca8b811de61a9dc70a52c9 fixup! Add bunch of docs on spec tags and file virtual attributes -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-11 Thread Panu Matilainen
@pmatilai commented on this pull request. > + + Exclusivearch + +Package is only buildable on architectures listed here. +For example, it's probably not possible to build an i386-specific BIOS +utility on ARM, and even if it was it probably would not make any sense. + + Excludeos +

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2021-01-11 Thread Panu Matilainen
@pmatilai commented on this pull request. > + +Package is only buildable on OS'es listed here. + + Buildarchs + +Specifies the architecture which the resulting binary package +will run on. Typically this is a CPU architecture like sparc, +i386. The string 'noarch' is reserved for

Re: [Rpm-maint] [rpm-software-management/rpm] Add bunch of docs on spec tags and file virtual attributes (#1464)

2020-12-24 Thread ニール・ゴンパ
@Conan-Kudo requested changes on this pull request. Lots of tag capitalization, but also a couple of other minor things... > + Nosource + Nopatch These should be "cased" correctly as `NoSource` and `NoPatch` (also, we have a `NoPatch`?!?) > @@ -167,7 +179,109 @@ The end result of all