Author: lisu Date: Thu Nov 20 15:53:33 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - do not include already packed and useless files
---- Files affected: SPECS: amoebax.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/amoebax.spec diff -u SPECS/amoebax.spec:1.3 SPECS/amoebax.spec:1.4 --- SPECS/amoebax.spec:1.3 Thu Nov 20 15:41:08 2008 +++ SPECS/amoebax.spec Thu Nov 20 16:53:28 2008 @@ -9,6 +9,7 @@ Source0: http://www.emma-soft.com/games/amoebax/download/%{name}-%{version}.tar.bz2 # Source0-md5: f144e4a42f4443e6c105976c4c036c50 Patch0: %{name}-desktop.patch +Patch1: %{name}-useless_files.patch URL: http://www.emma-soft.com/games/amoebax/ BuildRequires: SDL-devel >= 1.2.11 BuildRequires: SDL_image-devel >= 1.2.5 @@ -35,6 +36,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure @@ -68,6 +70,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2008/11/20 15:53:28 lisu +- do not include already packed and useless files + Revision 1.3 2008/11/20 14:41:08 lisu - up to 0.2.1 - install desktop files manually ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amoebax.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
