pidgin/purple-plugin-pack

Add spec file to Meson build.
meson
2017-06-23, Elliott Sales de Andrade
35b42e5ed347
Parents 2efc78d7b851
Children 2a5672f7cb7e
Add spec file to Meson build.
  • +8 -0
    meson.build
  • --- a/meson.build Fri Jun 23 04:53:50 2017 -0400
    +++ b/meson.build Fri Jun 23 17:48:33 2017 -0400
    @@ -232,6 +232,14 @@
    output : 'pp_config.h',
    configuration : conf)
    +rpm_conf = configuration_data()
    +rpm_conf.set('PACKAGE', meson.project_name())
    +rpm_conf.set('VERSION', meson.project_version())
    +configure_file(
    + input : 'plugin_pack.spec.in',
    + output : 'plugin_pack.spec',
    + configuration : rpm_conf)
    +
    message('')
    message('@0@ @1@ Configuration complete'.format(meson.project_name(), meson.project_version()))
    message('')