]> git.pld-linux.org Git - packages/stone_soup.git/commitdiff
- up to 0.6.1
authorlisu <lisu@pld-linux.org>
Tue, 22 Jun 2010 10:09:42 +0000 (10:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add patch to fix linking when build without tiles
- change description for bcond

Changed files:
    stone_soup.spec -> 1.24

stone_soup.spec

index bb3fa9b1b5872132f4a1d39e91722d43d8160a04..9fd3748acba6abb4c51f803d7a3f1eeb6920db39 100644 (file)
@@ -1,19 +1,20 @@
 #
 # 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
@@ -57,6 +58,9 @@ Crawla.
 %if %{with tiles}
 %patch2 -p1
 %endif
+%if %{without tiles}
+%patch3 -p1
+%endif
 
 %build
 %{__make} -C source \
This page took 0.087444 seconds and 4 git commands to generate.