Author: darekr Date: Sun Jul 24 12:24:56 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.03stable - added scores file, fixed URL
---- Files affected: SPECS: lifegeek.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/lifegeek.spec diff -u SPECS/lifegeek.spec:1.25 SPECS/lifegeek.spec:1.26 --- SPECS/lifegeek.spec:1.25 Mon Mar 28 10:46:55 2005 +++ SPECS/lifegeek.spec Sun Jul 24 14:24:51 2005 @@ -2,15 +2,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 @@ -44,7 +44,7 @@ usunięcia ich. %prep -%setup -q -n %{name} +%setup -q -n lginst %patch0 -p1 %build @@ -58,6 +58,7 @@ 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 @@ -67,6 +68,7 @@ %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} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -75,6 +77,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2005/07/24 12:24:51 darekr +- updated to 1.03stable +- added scores file, fixed URL + Revision 1.25 2005/03/28 08:46:55 adamg - updated to 1.01stable ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lifegeek.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
