meson: Add RPM spec

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2022-06-02 16:49:37 -04:00
parent eba7f7a6bc
commit 9c562440e5
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -676,6 +676,13 @@ pkg_config_file = pkgconfig.generate(liblxc,
install_emptydir(join_paths(localstatedir, 'cache', 'lxc'))
install_emptydir(join_paths(localstatedir, 'lib', 'lxc'))
# RPM spec file.
configure_file(
configuration: conf,
input: 'lxc.spec.in',
output: 'lxc.spec',
install: false)
# Build overview.
status = [
'@0@ @1@'.format(meson.project_name(), meson.project_version()),