[ogs-changes] dist ogs.spec.in,1.8,1.9
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-18 16:49:22
|
Update of /cvsroot/ogs/dist In directory sc8-pr-cvs1:/tmp/cvs-serv12571 Modified Files: ogs.spec.in Log Message: Change release back to 1. Update build directory for doc target. Index: ogs.spec.in =================================================================== RCS file: /cvsroot/ogs/dist/ogs.spec.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ogs.spec.in 23 Mar 2003 22:14:35 -0000 1.8 --- ogs.spec.in 18 Apr 2003 16:49:18 -0000 1.9 *************** *** 23,27 **** Name: @PACKAGE@ Version: @VERSION@ ! Release: 2 Summary: Run-time and development packages for Open Gaming System (OGS). --- 23,27 ---- Name: @PACKAGE@ Version: @VERSION@ ! Release: 1 Summary: Run-time and development packages for Open Gaming System (OGS). *************** *** 151,155 **** ./configure make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" ! curdir=`pwd` && cd c++/ogs && make doc cd $curdir/java && make doc --- 151,155 ---- ./configure make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" ! curdir=`pwd` && cd c++ && make doc cd $curdir/java && make doc |