# # spec file for package scons (Version 0.97) # # Copyright (c) 2007 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.97 Release: 46 Source0: %{name}-%{version}.tar.bz2 Source1: scons-user.html Patch0: %{name}-%{version}-fix-install.patch Patch1: %{name}-%{version}-noenv.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, which means that SCons provides itself as well as the features. 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 -q %patch0 %patch1 # fix libdir for qt patch -p0 <