Package rpm-macros-features: Information

Source package: rpm-macros-features
Version: 20240227-alt1
Build time:  Feb 27, 2024, 06:44 AM
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 (loongarch64)

Maintainer: Vitaly Lipatov


Last changed


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
Feb. 6, 2024 Vitaly Lipatov 20240206-alt1
- update features' versions