Package rpm-macros-features: Information

    Binary package: rpm-macros-features
    Version: 0.4-alt1
    Architecture: noarch
    Build time:  Oct 22, 2021, 06:22 PM in the task #286139
    Source package: rpm-macros-features
    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

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

    Last changed


    Oct. 15, 2021 Vitaly Lipatov 0.4-alt1
    - set versions for qt5 and vkd3d
    - add provides/obsoletes for rpm-build-features
    Sept. 30, 2021 Vitaly Lipatov 0.3-alt1
    - implement if_feature FEATURE [VERSION]
    July 9, 2021 Vitaly Lipatov 0.1-alt1
    - initial build for ALT Sisyphus