# # spec file for package scons (Version 0.96.91) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: scons BuildRequires: python-devel Summary: Replacement for Make Version: 0.96.91 Release: 7 Source0: %{name}-%{version}.tar.bz2 Source1: scons-user.html Patch1: fix-install.patch License: X11/MIT Group: Development/Tools/Building URL: http://www.scons.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} %description SCons is a make replacement that provides a range of enhanced features, such as automated dependency generation and built in compilation cache support. SCons rule sets are Python scripts, so as well as the features it provides itself SCons allows you to use the full power of Python to control compilation. Authors: -------- Steven Knight Chad Austin Charles Crain Steve Leblanc Gary Oberbrunner Anthony Roach Greg Spencer Christoph Wiedemann %prep %setup %patch1 patch -p0 <