]> git.pld-linux.org Git - packages/bombic.git/commitdiff
- for the future: add sdltest bcond to test sdl sanity
authorshadzik <shadzik@pld-linux.org>
Sat, 28 Oct 2006 16:37:35 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bombic.spec -> 1.2

bombic.spec

index a8048e7ecfe8c60bc3c0f86c255be559ed81f50c..4f601302afb7f21ed0a730699cdb2bc1c2ffe86a 100644 (file)
@@ -1,3 +1,4 @@
+%bcond_without sdltest # disable sdltest program
 Summary:       A 2D Dynablaster clone
 Summary(pl):   Klon Dynablaster w 2D
 Name:          bombic
@@ -30,7 +31,8 @@ Bombic jest klonem gry Dynablaster. Musisz u
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --%{!?with_sdltest:dis}%{?with_sdltest:en}able-sdltest
 %{__make}
 
 %install
This page took 0.077049 seconds and 4 git commands to generate.