Marcel Telka
2024-03-30 f9ba3aac090e918abb602b2ce28e58b7dd0f59fa
commit | author | age
4f888c 1 #
MT 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
5 # 1.0 of the CDDL.
6 #
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.
10 #
11
12 #
13 # Copyright 2023 Marcel Telka
14 #
15
f9ba3a 16 %patch% 01-test-time-sleep.patch
MT 17
4f888c 18 %include-2%
MT 19 COMPONENT_FMRI =        backup/borg
20 COMPONENT_CLASSIFICATION =    Applications/System Utilities
21
22 # This is a standalone application.  Since no other Python project depends on
23 # it we just provide single unversioned package.
24 SINGLE_PYTHON_VERSION = yes
25 %include-3%
26 # To fully utilize pytest-xdist
27 COMPONENT_TEST_ENV += XDISTN=auto