[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package scons-3.1.2-1.el8.src download

Name scons
Epoch 0
Version 3.1.2
Release 1.el8
Architecture src
Website/URL http://www.scons.org
License MIT
Build Time 2023-12-08 21:28:36
Build Host builder-x86-03.inferitos.ru
Summary An Open Source software construction tool
Repositories PowerTools
Description 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.
Errata
Size 670 KiB
Source Project scons-3.1.2-1.el8
SHA-256 checksum c0aec65c1a64531a4029fc92f31e50bee96cc023c5584cfc198babf0b9b1db4f
× Full screenshot
Changelog link
* 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