ORBit.spec patch
- From: "Michael Sterrett -Mr. Bones.-" <msterret coat com>
- To: gnome-list gnome org
- cc: dick cymru net, sopwith redhat com
- Subject: ORBit.spec patch
- Date: Fri, 2 Oct 1998 13:12:49 -0400 (EDT)
Here's a helpful bit for all those CVS rpm builders out there.
Snatched shamelessly from the ee.spec file.
Michael Sterrett
-Mr. Bones.-
michael.sterrett@coat.com
Index: ORBit.spec
===================================================================
RCS file: /cvs/gnome/ORBit/ORBit.spec,v
retrieving revision 1.9
diff -r1.9 ORBit.spec
32,33c32,44
< ./configure --prefix=/usr
< make
---
> # Needed for snapshot releases.
> if [ ! -f configure ]; then
> CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix
> else
> CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
> fi
>
> if [ "$SMP" != "" ]; then
> (make "MAKE=make -k -j $SMP"; exit 0)
> make
> else
> make
> fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]