/etc/cmake-fedora.conf is in cmake-fedora 2.5.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | #######################################
# Local Cache
LOCAL_CACHE=1
LOCAL_CACHE_DIR=${HOME}/.cache/cmake-fedora/
# How long should the cache be kept until update.
# In seconds
# e.g. 3 days expiry is 259200
LOCAL_CACHE_EXPIRY=259200
# How long should the koji history cache be kept until update.
# In seconds
# e.g. 12 hours expiry is 43200
LOCAL_KOJI_HISTORY_CACHE_EXPIRY=43200
# How long should the koji pkg changelog cache be kept until update.
# In seconds
# e.g. 12 hours expiry is 43200
LOCAL_PKG_CHANGELOG_CACHE_EXPIRY=43200
#######################################
# RPM
RPM_SPEC_TAG_PADDING=16
RPM_SPEC_CMAKE_FLAGS="-DCMAKE_FEDORA_ENABLE_FEDORA_BUILD=1"
RPM_SPEC_MAKE_FLAGS="VERBOSE=1 %{?_smp_mflags}"
|