]> git.proxmox.com Git - mirror_lxc.git/commitdiff
meson: Add RPM spec
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 2 Jun 2022 20:49:37 +0000 (16:49 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 2 Jun 2022 20:50:01 +0000 (16:50 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
meson.build

index b07a5a19f45c295c1defa008177a903b81b46676..0550f0cd83991af4b4fa14b39cc8994be6d619ad 100644 (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()),