From 9c562440e5cd2eac7d17d30ababd1603825d59e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Thu, 2 Jun 2022 16:49:37 -0400 Subject: [PATCH] meson: Add RPM spec MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) 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()), -- 2.47.2