Name: cons Summary: Cons - A software Construction System Copyright: GPL Group: Development/Tools/Building Version: 2.2.0 Release: 1.mv.1.SuSE9.2 BuildArch: noarch Url: http://www.gnu.org/software/cons/stable/cons.html Vendor: Cons Maintainer Packager: Martin Väth Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} Requires: perl >= 5 %description Cons is a Perl-based make replacement. It is not compatible with make, but has a number of powerful capabilities not found in other software construction systems, including make. Do you use Makefiles for your project? Have you ever done a "make clean; make all" just because you didn't know if the files you changed would be rebuilt correctly? Or perhaps you work on several machines accessing an NFS server, and if their clocks aren't in sync, make won't know to rebuild things? Well, welcome to a new and better way to control the building of your projects. %prep umask 022 test -n '%{buildroot}' || { echo "Must use buildroot" ; exit 1 ; } %setup -c test -d %{name}-%{version} && mv %{name}-%{version}/* . test -d %{name} && mv %{name}/* . %build umask 022 cd "$RPM_BUILD_DIR"/%{name}-%{version} if [ -e cons.bat ]; then patch -T -p0 - minor compatibility improvements * Fri Sep 06 2003 Martin Väth - built from scratch