tHigh score file now marked as %config in RPM .spec file to avoid accidental overwrites - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit cb019ffd7dbedffcf3442b7277bc4d7f2d02820a
 (DIR) parent 3ef0b16ebc6cf5a07a4e3ca4a9cb6e5a953fed35
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sun, 13 May 2001 19:36:48 +0000
       
       High score file now marked as %config in RPM .spec file to avoid
       accidental overwrites
       
       
       Diffstat:
         M dopewars.spec                       |      13 +++++++------
       
       1 file changed, 7 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/dopewars.spec b/dopewars.spec
       t@@ -1,11 +1,10 @@
        Summary: Drug dealing game
       -Name: dopewars
       +Name:    dopewars
        Version: cvs
        Release: 1
       -Distribution: Red Hat Linux
       -Vendor: Ben Webb
       -Copyright: GPL
       -Group: Games
       +Vendor:  Ben Webb
       +License: GPL
       +Group:   Games
        Source0: dopewars-cvs.tar.gz
        
        %description
       t@@ -38,8 +37,10 @@ make install-strip
        %doc doc/servercommands.html doc/windows.html
        
        /usr/bin/dopewars
       -/usr/share/dopewars.sco
       +%config /usr/share/dopewars.sco
        /usr/man/man6/dopewars.6
        /usr/share/locale/de/LC_MESSAGES/dopewars.mo
        /usr/share/locale/pl/LC_MESSAGES/dopewars.mo
        /usr/share/locale/pt_BR/LC_MESSAGES/dopewars.mo
       +
       +%changelog