]> git.pld-linux.org Git - packages/lifegeek.git/commitdiff
- updated to 1.0.0b1
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 17 Mar 2004 20:58:05 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lifegeek-path.patch -> 1.3
    lifegeek.spec -> 1.14

lifegeek-path.patch
lifegeek.spec

index 06b2a40636bda825499aece3ab4465de20cf4b6e..9d06a437effc9d55639dcfecf10b856107e8c67f 100644 (file)
@@ -1,16 +1,18 @@
---- lifegeek/version.c.orig    Fri Jun 13 21:26:13 2003
-+++ lifegeek/version.c Sat Jun 14 09:14:39 2003
-@@ -46,9 +46,9 @@
+diff -burN lifegeek.orig/version.c lifegeek/version.c
+--- lifegeek.orig/version.c    2004-03-17 21:52:47.622426272 +0100
++++ lifegeek/version.c 2004-03-17 21:53:34.716266920 +0100
+@@ -56,10 +56,10 @@
     are for the directory where program is run from; change if you are using
     someone's translation and/or installing the program somewhere e.g. 
     "/usr/local/share/lifegeek/main.lg", "main-mytranslation.lg". */
--char* MAINFILE = "main.lg";
--char* LICENSEFILE = "license.lg";
--char* WASTEFILE = "waste.lg";
--char* JOBFILE="job.lg";
+-char* MAINFILE = "/usr/local/share/lifegeek/main.lg";
+-char* LICENSEFILE = "/usr/local/share/lifegeek/license.lg";
+-char* WASTEFILE = "/usr/local/share/lifegeek/waste.lg";
+-char* JOBFILE="/usr/local/share/lifegeek/job.lg";
 +char* MAINFILE = "/usr/share/lifegeek/main.lg";
 +char* LICENSEFILE = "/usr/share/lifegeek/license.lg";
 +char* WASTEFILE = "/usr/share/lifegeek/waste.lg";
 +char* JOBFILE="/usr/share/lifegeek/job.lg";
  
- /* There are additional settings in version.h you need to define as well */
+ /* Score file
index 9296517b643b89188ee8186f3c571bc8c45f1685..2503e2db16804ea9f39c7506278d8b03800c9e16 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       "The Life of a Geek" game
 Summary(pl):   Gra "The Life of a Geek" (¯ycie geeka)
 Name:          lifegeek
-Version:       0.4
-Release:       1
+Version:       1.0
+Release:       0.b1
 License:       GPL v2
 Group:         Applications/Games
-Source0:       http://dl.sourceforge.net/lifegeek/%{name}-%{version}.tar.gz
-# Source0-md5: 17c068665998353f53bbbc07e58e5d6a
+Source0:       http://dl.sourceforge.net/lifegeek/%{name}-%{version}b1-2.tar.gz
+# Source0-md5: 7edcc73f9bc45fdef0b0e51e061dc80a
 Patch0:                %{name}-path.patch
 URL:           http://lifegeek.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -62,6 +62,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG INSTALL LIFEGEEK_VERSION NOTE NOT_FINISHED_YET TODO
+%doc CHANGELOG INSTALL TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
This page took 0.029085 seconds and 4 git commands to generate.