gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

buildall.sh l script for SRPMs ?


From: T.J. Yang
Subject: buildall.sh l script for SRPMs ?
Date: Sat, 23 Oct 2004 09:32:39 -0500


Is there such a script existed ?

Here is mine so far, It is not finished. becaue I need to try and error.

bash-2.05b# cat buildall.sh
SRPMS="ffcall-1.8d-2.src.rpm \
ffcall-1.9-1.src.rpm        \
gnustep-gui-0.9.4-1.src.rpm \
gnustep-guile-1.1.4-1.src.rpm \
gnustep-back-0.9.4-1.src.rpm  \
gnustep-base-1.10.0-1.src.rpm \
gnustep-objc-1.3.0-2.src.rpm \
gnustep-make-1.10.0-1.src.rpm"

for i in $SRPMS
do
rpm -ivh $i
done


SPECS="\
gnustep-make.spec \
ffcall.spec \
"

for i in $SPECS
do
rpmbuild -ba /usr/src/redhat/SPECS/$i
done

rpm -ivh /usr/src/redhat/RPMS/i386/gnustep-make-1.10.0-1.i386.rpm
rpm -ivh /usr/src/redhat/RPMS/i386/ffcall-1.9-1.i386.rpm

SPECS="\
gnustep-base.spec \
gnustep-gui.spec \
gnustep-back.spec \
gnustep-objc.spec \

gnustep-guile.spec \
"

for i in $SPECS
do
rpmbuild -ba /usr/src/redhat/SPECS/$i
done



bash-2.05b#



T.J. Yang

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]