]> git.pld-linux.org Git - packages/fontconfig.git/commitdiff
- bcond descs
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Sep 2013 15:50:16 +0000 (17:50 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Sep 2013 15:50:16 +0000 (17:50 +0200)
fontconfig.spec

index b2b4ed659cd62d8c70f1b120c5895839ba92e325..7df99940562ad4ccb8c2d234033cf9aa789c2ac2 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Conditional build
 %bcond_without static_libs     # don't build static library
-%bcond_without doc
-%bcond_without tests
+%bcond_without doc             # don't build HTML and man docs
+%bcond_without tests           # don't perform make check
 
 Summary:       Font configuration and customization tools
 Summary(pl.UTF-8):     Narzędzia do konfigurowania fontów
@@ -139,7 +139,7 @@ Este pacote contém a biblioteca estática do fontconfig
 export HASDOCBOOK=no
 
 %configure \
-       --%{?with_doc:en}%{!?with_doc:dis}able-docs \
+       --enable-docs%{!?with_doc:=no} \
        --disable-silent-rules \
        %{!?with_static_libs:--disable-static}
 %{__make}
This page took 0.119603 seconds and 4 git commands to generate.