Summary: Distributed GCC compiler interface Name: %{name} Version: %{version} Release: 1 Copyright: GPL Group: Development/Tools Source: %{name}-%{version}.tar.gz URL: http://www.lancs.ac.uk/ug/torri/dgcc Vendor: Torri Engineering Distribution: Puma 1.0 Packager: Stephen Torri ExclusiveOS: linux Buildroot: /var/tmp/%{name}-root %description Dgcc is a distributed compiler interface that is designed for compiling a program across a variety of participating computers. It is designed to work with JTC, ORBacus, CODA. The idea is send a file to each of the participating computers thereby reducing the time to compile a large program. %prep %setup %build autoconf automake CFLAGS="$RPM_OPT_FLAGS" ./configure make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/opt/bin mkdir -p $RPM_BUILD_ROOT/opt/etc make INSTALL_DIR=$RPM_BUILD_ROOT/opt/bin install cp -p start $RPM_BUILD_ROOT/opt/bin cp -p naming_orb.conf $RPM_BUILD_ROOT/opt/etc cp -p master_orb.conf $RPM_BUILD_ROOT/opt/etc %clean rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name} %files %defattr(-,root,root) %dir /opt/bin /opt/bin/master /opt/bin/slave /opt/bin/start %dir /opt/etc /opt/etc/naming_orb.conf /opt/etc/master_orb.conf %doc README INSTALL COPYING TODO %changelog