]> git.pld-linux.org Git - packages/stone_soup.git/commitdiff
- fix tiles build using -tiles.patch
authorlisu <lisu@pld-linux.org>
Fri, 9 Apr 2010 13:22:06 +0000 (13:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stone_soup.spec -> 1.22

stone_soup.spec

index bc3ac4d275fbf2f43ee446ee74de24cd5ff6ddf8..baed82e9020f9646ea8a5fc58d782cf7ae04ae26 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    tiles           # build tiles version
+%bcond_without tiles           # build tiles version
 #
 Summary:       stone soup :: crawl clone
 Summary(pl.UTF-8):     stone soup :: klon crawla
@@ -13,7 +13,7 @@ Source0:      http://downloads.sourceforge.net/crawl-ref/%{name}-%{version}.tar.bz2
 # Source0-md5: f4ff3e148344fda6410933d35deb4ead
 Patch0:                %{name}-systemlua.patch
 Patch1:                %{name}-makefile.patch
-Patch3:                %{name}-tiles.patch
+Patch2:                %{name}-tiles.patch
 URL:           http://crawl.develz.org/
 %if %{with tiles}
 BuildRequires: OpenGL-GLU-devel
@@ -53,7 +53,7 @@ Crawla.
 %patch0 -p1
 %patch1 -p1
 %if %{with tiles}
-#%%patch3 -p1
+%patch2 -p1
 %endif
 
 %build
This page took 0.034869 seconds and 4 git commands to generate.