#---------------------------------------------------------------------------- # build_trac.txt - how to build the trac binaries # # Creation : 2007-03-22 hbfl # Last update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 ### download the source code from the internet, e.g. # http://trac.edgewall.org/wiki/TracDownload ### extract file in a temporary location tar -xzf trac-0.10.3.1.tar.gz # hbfl # 2019-01-14 -> trac-1.2.3 # build with rpm Suse # trac-1.2.3-3.2.src.rpm # hbfl # 2020-01-12 -> trac-1.4 # build with rpm Suse # trac-1.4-1.2.src.rpm # hbfl # 2020-02-13 -> trac-1.4.1 # build with rpm # trac-1.4.1-1.2.src.rpm # hbfl # 2020-06-20 -> trac-1.4.2 # build with rpm # trac-1.4.2-1.1.src.rpm # hbfl # 2021-08-29 -> trac-1.5.3 # build with rpm -> python3-3.8.11 -> jinja-2.11 # trac-1.5.3-1.1.src.rpm # hbfl # 2023-07-18 -> trac-1.5.4 # build with rpm -> python 3.10.12 -> jinja-3.1.2 # trac-1.5.4-3.10.12.src.rpm # hbfl # 2023-09-25 -> trac-1.6 # build with rpm -> python 3.10.12 -> jinja-3.1.2 # trac-1.6-3.10.12.src.rpm # hbfl # 2025-05-10 -> trac-1.6 # build with rpm -> python 3.13.2 # trac-1.6-3.12.src.rpm # fix python shebang in /usr/bin from 3 to actual version cd trac-0.10.3.1 ### build python setup.py bulid python setup.py install # copy files cp *** /web/trac/bin_trac_0_10_3_1_py2_4/***