Package rpm-macros-features: Information

    Source package: rpm-macros-features
    Version: 20240408-alt1
    Latest version according to Repology
    Build time:  Apr 8, 2024, 04:03 AM in the task #344617
    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
    
    if_notfeature python3 3.10
    ...
    endif

    List of rpms provided by this srpm:
    rpm-macros-features (x86_64, ppc64le, i586, aarch64)

    Maintainer: Vitaly Lipatov



    Last changed


    April 8, 2024 Vitaly Lipatov 20240408-alt1
    - add qt6_webengine feature
    - macros: add osmesa, webkit2gtk
    - macros: update versions
    Feb. 27, 2024 Vitaly Lipatov 20240227-alt1
    - add glusterfs feature
    - add numactl feature
    Feb. 18, 2024 Vitaly Lipatov 20240217-alt1
    - add if_notfeature
    - add python3, wine features