mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-04 08:57:20 +00:00
meson: Add RPM spec
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
eba7f7a6bc
commit
9c562440e5
@ -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()),
|
||||
|
Loading…
Reference in New Issue
Block a user