adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell adonthell.spec.in,1.3,1.4 config.stat


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell adonthell.spec.in,1.3,1.4 config.status,1.10,1.11 configure.in,1.60,1.61
Date: Sat, 27 Apr 2002 06:33:36 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv8187

Modified Files:
        adonthell.spec.in config.status configure.in 
Log Message:
MOVED all python scripts to src/modules


Index: adonthell.spec.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/adonthell.spec.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** adonthell.spec.in   24 Apr 2002 14:15:36 -0000      1.3
--- adonthell.spec.in   27 Apr 2002 10:33:31 -0000      1.4
***************
*** 45,50 ****
  make prefix=$RPM_BUILD_ROOT%{prefix} bindir=$RPM_BUILD_ROOT%{bindir} 
gamedatadir=$RPM_BUILD_ROOT%{gamedatadir} install
  strip $RPM_BUILD_ROOT%{bindir}/adonthell
! install -m 644 src/adonthell.py 
$RPM_BUILD_ROOT%{gamedatadir}/modules/adonthell.py
! install -m 644 src/tools/dlgedit/dialogue.py 
$RPM_BUILD_ROOT%{gamedatadir}/modules/dialogue.py
  
  
--- 45,50 ----
  make prefix=$RPM_BUILD_ROOT%{prefix} bindir=$RPM_BUILD_ROOT%{bindir} 
gamedatadir=$RPM_BUILD_ROOT%{gamedatadir} install
  strip $RPM_BUILD_ROOT%{bindir}/adonthell
! install -m 644 src/modules/adonthell.py 
$RPM_BUILD_ROOT%{gamedatadir}/modules/adonthell.py
! install -m 644 src/modules/dialogue.py 
$RPM_BUILD_ROOT%{gamedatadir}/modules/dialogue.py
  
  

Index: config.status
===================================================================
RCS file: /cvsroot/adonthell/adonthell/Attic/config.status,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** config.status       7 Apr 2002 09:51:27 -0000       1.10
--- config.status       27 Apr 2002 10:33:31 -0000      1.11
***************
*** 238,242 ****
  cat >&5 <<_CSEOF
  
! This file was extended by adonthell $as_me 0.3.3, which was
  generated by GNU Autoconf 2.53.  Invocation command line was
  
--- 238,242 ----
  cat >&5 <<_CSEOF
  
! This file was extended by adonthell $as_me 0.3.3pre1, which was
  generated by GNU Autoconf 2.53.  Invocation command line was
  
***************
*** 250,254 ****
  echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  echo >&5
! config_files=" adonthell.spec Makefile doc/Makefile doc/devel/Makefile 
doc/dlgedit/Makefile doc/items/Makefile intl/Makefile po/Makefile.in 
src/Makefile src/tools/Makefile src/tools/charedit/Makefile 
src/tools/combat/Makefile src/tools/dlgedit/Makefile 
src/tools/dlgedit/examples/Makefile src/tools/questedit/Makefile 
src/tools/oggloop/Makefile src/tools/pydonthell/Makefile"
  config_headers=" config.h"
  config_commands=" default-1 default-2"
--- 250,254 ----
  echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  echo >&5
! config_files=" adonthell.spec Makefile doc/Makefile doc/devel/Makefile 
doc/dlgedit/Makefile doc/items/Makefile intl/Makefile po/Makefile.in 
src/Makefile src/modules/Makefile src/tools/Makefile 
src/tools/charedit/Makefile src/tools/dlgedit/Makefile 
src/tools/dlgedit/examples/Makefile src/tools/questedit/Makefile 
src/tools/oggloop/Makefile"
  config_headers=" config.h"
  config_commands=" default-1 default-2"
***************
*** 280,284 ****
  Report bugs to <address@hidden>."
  ac_cs_version="\
! adonthell config.status 0.3.3
  configured by ./configure, generated by GNU Autoconf 2.53,
    with options \"'--enable-tools' '--enable-py-debug'\"
--- 280,284 ----
  Report bugs to <address@hidden>."
  ac_cs_version="\
! adonthell config.status 0.3.3pre1
  configured by ./configure, generated by GNU Autoconf 2.53,
    with options \"'--enable-tools' '--enable-py-debug'\"
***************
*** 375,386 ****
    "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
    "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    "src/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;;
    "src/tools/charedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/charedit/Makefile" ;;
-   "src/tools/combat/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/combat/Makefile" ;;
    "src/tools/dlgedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/dlgedit/Makefile" ;;
    "src/tools/dlgedit/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/dlgedit/examples/Makefile" ;;
    "src/tools/questedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/questedit/Makefile" ;;
    "src/tools/oggloop/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/oggloop/Makefile" ;;
-   "src/tools/pydonthell/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/pydonthell/Makefile" ;;
    "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
    "default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
--- 375,385 ----
    "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
    "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
+   "src/modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/modules/Makefile" 
;;
    "src/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;;
    "src/tools/charedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/charedit/Makefile" ;;
    "src/tools/dlgedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/dlgedit/Makefile" ;;
    "src/tools/dlgedit/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/dlgedit/examples/Makefile" ;;
    "src/tools/questedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/questedit/Makefile" ;;
    "src/tools/oggloop/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/tools/oggloop/Makefile" ;;
    "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
    "default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
***************
*** 439,444 ****
  s,@PACKAGE_NAME@,adonthell,;t t
  s,@PACKAGE_TARNAME@,adonthell,;t t
! s,@PACKAGE_VERSION@,0.3.3,;t t
! s,@PACKAGE_STRING@,adonthell 0.3.3,;t t
  s,@PACKAGE_BUGREPORT@,address@hidden,;t t
  s,@exec_prefix@,${prefix},;t t
--- 438,443 ----
  s,@PACKAGE_NAME@,adonthell,;t t
  s,@PACKAGE_TARNAME@,adonthell,;t t
! s,@PACKAGE_VERSION@,0.3.3pre1,;t t
! s,@PACKAGE_STRING@,adonthell 0.3.3pre1,;t t
  s,@PACKAGE_BUGREPORT@,address@hidden,;t t
  s,@exec_prefix@,${prefix},;t t
***************
*** 482,486 ****
  s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
  s,@PACKAGE@,adonthell,;t t
! s,@VERSION@,0.3.3,;t t
  s,@ACLOCAL@,aclocal,;t t
  s,@AUTOCONF@,autoconf,;t t
--- 481,485 ----
  s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
  s,@PACKAGE@,adonthell,;t t
! s,@VERSION@,0.3.3pre1,;t t
  s,@ACLOCAL@,aclocal,;t t
  s,@AUTOCONF@,autoconf,;t t
***************
*** 526,530 ****
  s,@INSTOBJEXT@,.mo,;t t
  s,@GENCAT@,gencat,;t t
! s,@INTL_LIBTOOL_SUFFIX_PREFIX@,,;t t
  s,@INTLLIBS@,,;t t
  s,@LIBINTL@,,;t t
--- 525,529 ----
  s,@INSTOBJEXT@,.mo,;t t
  s,@GENCAT@,gencat,;t t
! s,@INTL_LIBTOOL_SUFFIX_PREFIX@,l,;t t
  s,@INTLLIBS@,,;t t
  s,@LIBINTL@,,;t t
***************
*** 835,843 ****
  ${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"adonthell"${ac_dD}
  ${ac_dA}PACKAGE_TARNAME${ac_dB}PACKAGE_TARNAME${ac_dC}"adonthell"${ac_dD}
! ${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"0.3.3"${ac_dD}
! ${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"adonthell 0.3.3"${ac_dD}
  
${ac_dA}PACKAGE_BUGREPORT${ac_dB}PACKAGE_BUGREPORT${ac_dC}"address@hidden"${ac_dD}
  ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"adonthell"${ac_dD}
! ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.3.3"${ac_dD}
  ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
  ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
--- 834,842 ----
  ${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"adonthell"${ac_dD}
  ${ac_dA}PACKAGE_TARNAME${ac_dB}PACKAGE_TARNAME${ac_dC}"adonthell"${ac_dD}
! ${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"0.3.3pre1"${ac_dD}
! ${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"adonthell 
0.3.3pre1"${ac_dD}
  
${ac_dA}PACKAGE_BUGREPORT${ac_dB}PACKAGE_BUGREPORT${ac_dC}"address@hidden"${ac_dD}
  ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"adonthell"${ac_dD}
! ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.3.3pre1"${ac_dD}
  ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
  ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
***************
*** 924,932 ****
  ${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}"adonthell"${ac_uD}
  ${ac_uA}PACKAGE_TARNAME${ac_uB}PACKAGE_TARNAME${ac_uC}"adonthell"${ac_uD}
! ${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}"0.3.3"${ac_uD}
! ${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"adonthell 0.3.3"${ac_uD}
  
${ac_uA}PACKAGE_BUGREPORT${ac_uB}PACKAGE_BUGREPORT${ac_uC}"address@hidden"${ac_uD}
  ${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"adonthell"${ac_uD}
! ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.3.3"${ac_uD}
  ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
  ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
--- 923,931 ----
  ${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}"adonthell"${ac_uD}
  ${ac_uA}PACKAGE_TARNAME${ac_uB}PACKAGE_TARNAME${ac_uC}"adonthell"${ac_uD}
! ${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}"0.3.3pre1"${ac_uD}
! ${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"adonthell 
0.3.3pre1"${ac_uD}
  
${ac_uA}PACKAGE_BUGREPORT${ac_uB}PACKAGE_BUGREPORT${ac_uC}"address@hidden"${ac_uD}
  ${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"adonthell"${ac_uD}
! ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.3.3pre1"${ac_uD}
  ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
  ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}

Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -r1.60 -r1.61
*** configure.in        25 Apr 2002 15:34:12 -0000      1.60
--- configure.in        27 Apr 2002 10:33:31 -0000      1.61
***************
*** 387,390 ****
--- 387,391 ----
  po/Makefile.in 
  src/Makefile
+ src/modules/Makefile
  src/tools/Makefile
  src/tools/charedit/Makefile




reply via email to

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