Author: jajcus Date: Thu Apr 20 20:39:53 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - a patch added to write game config file in ~/.LightYears
---- Files affected: SPECS: LightYears.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/LightYears.spec diff -u SPECS/LightYears.spec:1.1 SPECS/LightYears.spec:1.2 --- SPECS/LightYears.spec:1.1 Thu Apr 20 22:31:22 2006 +++ SPECS/LightYears.spec Thu Apr 20 22:39:48 2006 @@ -10,6 +10,7 @@ Source0: http://www.jwhitham.org.uk/biscuit_games/LightYears/%{name}-%{version}.zip # Source0-md5: f82bb67d14153affc8d9a644cdb25d5b Source1: %{name}.desktop +Patch0: %{name}-config_path.patch URL: http://www.jwhitham.org.uk/biscuit_games/LightYears/ %pyrequires_eq python-modules Requires: python-pygame >= 1.7 @@ -27,6 +28,7 @@ %prep %setup -q -n %{name} +%patch0 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -69,6 +71,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/04/20 20:39:48 jajcus +- a patch added to write game config file in ~/.LightYears + Revision 1.1 2006/04/20 20:31:22 jajcus - a new spec ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/LightYears.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
