Name: | scons |
---|---|
Version: | 2.0.1 |
Release: | 1.el6 |
Architecture: | noarch |
Group: | Development/Tools |
Size: | 3766765 |
License: | MIT |
RPM: | scons-2.0.1-1.el6.noarch.rpm |
Source RPM: | scons-2.0.1-1.el6.src.rpm |
Build Date: | Thu Jun 02 2011 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.scons.org |
Summary: | An Open Source software construction tool |
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. |
- new release 2.0.1
- recompiling .py files against Python 2.7 (rhbz#623357)
- new release 2.0.0.final.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Update to 1.2.0 to fix problems with Python 2.6 (#475903) (currently causing broken deps with other packages)
- new release 1.1.0
- new release 1.0.0
- new release 0.98.5
- added buildreq sed
- new release 0.98.4
- changed shebang line of scripts
- new release 0.98.3
- new release 0.98.1
- new release 0.98
- new version 0.97
- new version 0.96.96
- Rebuild for FE6
- New Version 0.96.1
- rebuilt
- Place libs in {_prefix}/lib/ and not in {libdir}; fixes x86_64 problems - Adjust minor bits to be in sync with python-spec-template