2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2023 Marcel Telka
16 %patch% 01-test-no-pylibacl.patch
17 %patch% 02-test-no-site-packages.patch
20 COMPONENT_FMRI = backup/rdiff-backup
21 COMPONENT_CLASSIFICATION = Applications/System Utilities
23 # This is a standalone application. Since no other Python project depends on
24 # it we just provide single unversioned package.
25 SINGLE_PYTHON_VERSION = yes
27 # Make sure data files are installed at proper location
30 # Tests needs to find testing modules
31 COMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)/$(PYTHON_LIB):$(@D)/testing
33 LICENSE="GPL-2.0-only"