From: Stéphane Graber Date: Thu, 2 Jun 2022 20:49:37 +0000 (-0400) Subject: meson: Add RPM spec X-Git-Tag: lxc-5.0.0~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c562440e5cd2eac7d17d30ababd1603825d59e5;p=thirdparty%2Flxc.git meson: Add RPM spec Signed-off-by: Stéphane Graber --- 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()),