Package rpm-macros-features: Information

    Source package: rpm-macros-features
    Version: 0.3-alt0.M80P.1
    Build time:  Apr 11, 2022, 10:58 AM in the task #297993
    Report package bug
    Home page: 

    License: GPLv2
    Summary: RPM macros to check if can build with a feature
    Description: 
    RPM macros to check if can build with a feature (a library is possible).
    
    Usage:
    if_feature vulkan
    BuildRequires: libvulkan-devel
    endif
    
    if_feature icu 6.5
    ...
    endif

    List of rpms provided by this srpm:
    rpm-macros-features (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

    Last changed


    Nov. 17, 2021 Vitaly Lipatov 0.3-alt0.M80P.1
    - build with p8 features
    Sept. 30, 2021 Vitaly Lipatov 0.3-alt0.M90P.1
    - build with p9 features
    Sept. 30, 2021 Vitaly Lipatov 0.3-alt1
    - implement if_feature FEATURE [VERSION]