SCons is an Open Source software construction tool--that is, a build
tool; an improved substitute for the classic Make utility; a better way
to build software. SCons is based on the design which won the Software
Carpentry build tool design competition in August 2000.
SCons "configuration files" are Python scripts, eliminating the need
to learn a new build tool syntax. SCons maintains a global view of
all dependencies in a tree, and can scan source (or other) files for
implicit dependencies, such as files specified on #include lines. SCons
uses MD5 signatures to rebuild only when the contents of a file have
really changed, not just when the timestamp has been touched. SCons
supports side-by-side variant builds, and is easily extended with user-
defined Builder and/or Scanner objects.
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.1.2-1
- Rebuilt for MSVSphere 8.8
* Mon Jan 10 2022 Honza Horak <hhorak@redhat.com> - 3.1.2-1
- Rebase to 3.1.2
Resolves: #1823510
* Fri Jul 20 2018 Honza Horak <hhorak@redhat.com> - 3.0.1-8
- Do not build python2-scons on rhel>7
Resolves: #1591722
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Jan 23 2018 Merlin Mathesius <mmathesi@redhat.com> - 3.0.1-6
- Cleanup spec file conditionals
* Mon Dec 25 2017 Antonio Trande <sagitter at fedoraproject.org> - 3.0.1-5
- Remove 'Obsoletes scons' for scons-python3
* Mon Dec 25 2017 Antonio Trande <sagitter at fedoraproject.org> - 3.0.1-4
- Fix Provides tag
* Mon Dec 25 2017 Antonio Trande <sagitter at fedoraproject.org> - 3.0.1-3
- Set Obsoletes tag
* Mon Dec 25 2017 Antonio Trande <sagitter at fedoraproject.org> - 3.0.1-2
- Provide Python2 and Python3 scons
- Avoiding collisions between the python 2 and python 3 stacks
* Tue Nov 28 2017 Antonio Trande <sagitter at fedoraproject.org> - 3.0.1-1
- Update to 3.0.1
- Build with Python2 on epel7