Author: lisu Date: Thu Sep 10 12:18:17 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.4 - drop "games" from paths (configure.patch) - don't use sed anymore
---- Files affected: packages/rezerwar: rezerwar.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/rezerwar/rezerwar.spec diff -u packages/rezerwar/rezerwar.spec:1.2 packages/rezerwar/rezerwar.spec:1.3 --- packages/rezerwar/rezerwar.spec:1.2 Fri Aug 21 10:56:46 2009 +++ packages/rezerwar/rezerwar.spec Thu Sep 10 14:18:11 2009 @@ -2,16 +2,16 @@ Summary: puzzle game Summary(pl.UTF-8): gra logiczna Name: rezerwar -Version: 0.3 +Version: 0.4 Release: 1 License: Distibutable Group: X11/Applications/Games Source0: http://tamentis.com/projects/rezerwar/files/%{name}-%{version}.tar.gz -# Source0-md5: b410f43b7e3c05995efdcd51e9f24c34 +# Source0-md5: 1acb71401b7499c2eaa8d0b10acc04f3 Patch0: %{name}-makefile.patch +Patch1: %{name}-configure.patch URL: http://tamentis.com/projects/rezerwar/ BuildRequires: SDL_mixer-devel -BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -26,7 +26,7 @@ %prep %setup -q %patch0 -p1 -%{__sed} -i 's...@games/@@' mkfiles/config_h_unix +%patch1 -p1 %build ./configure @@ -56,6 +56,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2009/09/10 12:18:11 lisu +- up to 0.4 +- drop "games" from paths (configure.patch) +- don't use sed anymore + Revision 1.2 2009/08/21 08:56:46 lisu - initial release (on proper branch) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rezerwar/rezerwar.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
