]> git.pld-linux.org Git - packages/lifegeek.git/commitdiff
- updated to 1.0b6
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 9 Jul 2004 20:45:51 +0000 (20:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lifegeek-path.patch -> 1.5
    lifegeek.spec -> 1.18

lifegeek-path.patch
lifegeek.spec

index 70933d1f6f83b67591592ca5ab1240dd11198725..c1a2e387c4e524d3b16970696314a7069d650d69 100644 (file)
@@ -1,10 +1,10 @@
 diff -burN lifegeek.orig/version.c lifegeek/version.c
---- lifegeek.orig/version.c    2004-04-02 03:50:16.000000000 +0200
-+++ lifegeek/version.c 2004-04-04 13:15:32.914395160 +0200
-@@ -61,10 +61,10 @@
+--- lifegeek.orig/version.c    2004-07-09 22:41:06.233012248 +0200
++++ lifegeek/version.c 2004-07-09 22:42:21.917506456 +0200
+@@ -62,10 +62,10 @@
+ char* LIFEGEEK_VERSION = "1.0b6";
  
-    NOTE: Before you change the install locations, see the file INSTALL for
-    important information. */
+ #ifndef CONFIG_WIN
 -char* MAINFILE = "/usr/local/share/lifegeek/main.lg";
 -char* LICENSEFILE = "/usr/local/share/lifegeek/license.lg";
 -char* WASTEFILE = "/usr/local/share/lifegeek/waste.lg";
@@ -13,20 +13,22 @@ diff -burN lifegeek.orig/version.c lifegeek/version.c
 +char* LICENSEFILE = "/usr/share/lifegeek/license.lg";
 +char* WASTEFILE = "/usr/share/lifegeek/waste.lg";
 +char* JOBFILE="/usr/share/lifegeek/job.lg";
+ #else
+ char* MAINFILE = "main.lg";
+ char* LICENSEFILE = "license.lg";
+@@ -74,13 +74,13 @@
+ #endif
  
- /* Score file
-@@ -74,11 +74,11 @@
-    NOTE: Before you change the install locations, see the file INSTALL for
-    important information. */
--char* SCOREFILE = "/usr/local/share/lifegeek/scores.lgs";
+ #ifndef CONFIG_WIN
+-char* SCOREFILE = "/usr/local/share/scores.lgs";
 +char* SCOREFILE = "/var/games/lifegeek/scores.lgs";
+ #else
+ char* SCOREFILE = "scores.lgs";
+ #endif
  
- /* Save files in this directory
-    NOTE: Before you change the install locations, see the file INSTALL for
-    important information. */
+ #ifndef CONFIG_WIN
 -char* SAVEFILES = "/usr/local/share/lifegeek";
 +char* SAVEFILES = "/var/games/lifegeek";
- /* There are additional settings in version.h that you need to define as well */
+ #else
+ char* SAVEFILES = "/lifegeek";
+ #endif
index 27ca0b35f998195668c62c59df8235bd86f11f4b..afa3103f5b577bdabc5956bce4e32825a6aead7c 100644 (file)
@@ -2,12 +2,12 @@ Summary:      "The Life of a Geek" game
 Summary(pl):   Gra "The Life of a Geek" (¯ycie geeka)
 Name:          lifegeek
 Version:       1.0
-%define _pre   b4
+%define _pre   b6
 Release:       0.%{_pre}
 License:       GPL v2
 Group:         Applications/Games
 Source0:       http://dl.sourceforge.net/lifegeek/%{name}-%{version}%{_pre}.tar.gz
-# Source0-md5: c748a2cbd3c9ac63621ed4c8ebf4da53
+# Source0-md5: 7cf313b14a52b3d87606f98767a23ac0
 Patch0:                %{name}-path.patch
 URL:           http://lifegeek.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.201814 seconds and 4 git commands to generate.