# # spec file for package scons (Version 1.2.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: scons Summary: Replacement for Make Version: 1.2.0 Release: 2 %define fullversion %{version}.d20100117 Source0: %{name}-%{fullversion}.tar.bz2 Source1: scons-user.html Patch0: %{name}-%{version}-fix-install.patch Patch1: %{name}-%{version}-noenv.patch License: MIT Group: Development/Tools/Building Url: http://www.scons.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel %{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 -n %{name}-%{fullversion} %patch0 %patch1 # fix libdir for qt patch -p0 <