diff --git a/meson.build b/meson.build index b07a5a19f..0550f0cd8 100644 --- a/meson.build +++ b/meson.build @@ -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()),