]> git.pld-linux.org Git - packages/lifegeek.git/commitdiff
- updated to 1.03stable
authordarekr <darekr@pld-linux.org>
Sun, 24 Jul 2005 12:24:51 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added scores file, fixed URL

Changed files:
    lifegeek.spec -> 1.26

lifegeek.spec

index c066fa08bcd4000d9493343cea5de7fa9cc7c816..c78ff57cc50df875f751f52544ff414dabfc078d 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       "The Life of a Geek" game
 Summary(pl):   Gra "The Life of a Geek" (¯ycie geeka)
 Name:          lifegeek
-Version:       1.01stable
+Version:       1.03stable
 Release:       1
 License:       GPL v2
 Group:         Applications/Games
 Source0:       http://dl.sourceforge.net/lifegeek/%{name}-%{version}.tar.gz
-# Source0-md5: 9b0b19033b1302988c98f99410775120
+# Source0-md5: 9975e26e31f17e1843e155c38f8c98c3
 Patch0:                %{name}-path.patch
 BuildRequires: libstdc++-devel
-URL:           http://lifegeek.sourceforge.net/
+URL:           http://danq.lunarpages.com/lifegeek/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,7 +43,7 @@ tak
 usuniêcia ich.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n lginst
 %patch0 -p1
 
 %build
@@ -57,6 +57,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_var}/games/%{name}}
 
 install lifegeek $RPM_BUILD_ROOT%{_bindir}
 install *.lg     $RPM_BUILD_ROOT%{_datadir}/%{name}
+install scores.lgs $RPM_BUILD_ROOT%{_var}/games/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,4 +67,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc changes readme todo
 %attr(2755,root,games) %{_bindir}/*
 %attr(775,root,games) %dir %{_var}/games/lifegeek
+%attr(664,root,games) %{_var}/games/lifegeek/scores.lgs
 %{_datadir}/%{name}
This page took 0.099202 seconds and 4 git commands to generate.