Support for generating rpms via meson

Add a meson script that can be used to create rpms from the source
tree. It can also be used to install the plugins.
This commit is contained in:
Christian Kellner 2020-09-08 16:58:06 +02:00
parent 8fb1342631
commit df628f26aa
3 changed files with 167 additions and 0 deletions

4
meson_options.txt Normal file
View file

@ -0,0 +1,4 @@
option('hub-plugins-path', type: 'string', value: '/usr/lib/koji-hub-plugins',
description: 'Path for koji hub plugins')
option('builder-plugins-path', type: 'string', value: '/usr/lib/koji-builder-plugins',
description: 'Path for koji builder plugins')