Author: lisu Date: Tue Jun 22 10:09:48 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.6.1 - add patch to fix linking when build without tiles - change description for bcond
---- Files affected: packages/stone_soup: stone_soup.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: packages/stone_soup/stone_soup.spec diff -u packages/stone_soup/stone_soup.spec:1.23 packages/stone_soup/stone_soup.spec:1.24 --- packages/stone_soup/stone_soup.spec:1.23 Fri May 14 00:55:16 2010 +++ packages/stone_soup/stone_soup.spec Tue Jun 22 12:09:42 2010 @@ -1,20 +1,21 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_without tiles # build tiles version +%bcond_without tiles # build non-tiles version # Summary: stone soup :: crawl clone Summary(pl.UTF-8): stone soup :: klon crawla Name: stone_soup -Version: 0.6.0 +Version: 0.6.1 Release: 1 License: Nethack Like Group: X11/Applications/Games Source0: http://downloads.sourceforge.net/crawl-ref/%{name}-%{version}.tar.bz2 -# Source0-md5: f4ff3e148344fda6410933d35deb4ead +# Source0-md5: b8b8b53c335fc0c03b1ddfc205fd9183 Patch0: %{name}-systemlua.patch Patch1: %{name}-makefile.patch Patch2: %{name}-tiles.patch +Patch3: %{name}-link.patch URL: http://crawl.develz.org/ %if %{with tiles} BuildRequires: OpenGL-GLU-devel @@ -58,6 +59,9 @@ %if %{with tiles} %patch2 -p1 %endif +%if %{without tiles} +%patch3 -p1 +%endif %build %{__make} -C source \ @@ -98,6 +102,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2010/06/22 10:09:42 lisu +- up to 0.6.1 +- add patch to fix linking when build without tiles +- change description for bcond + Revision 1.23 2010/05/13 22:55:16 sparky - BR: perl-base, pkgconfig, which - dropped BR: byacc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/stone_soup/stone_soup.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
