]> git.pld-linux.org Git - packages/sqlite3.git/blobdiff - sqlite3.spec
- unify docs->doc bcond
[packages/sqlite3.git] / sqlite3.spec
index 38854f88da63231093fdb2f9c7f16d2c8465dd4f..244440bd1538c3c7277428ea139f136caece60d9 100644 (file)
@@ -6,7 +6,7 @@
 # Conditional build:
 %bcond_without tests # don't run tests
 %bcond_without tcl   # disable tcl extension
-%bcond_without docs  # disable documentation building
+%bcond_without doc  # disable documentation building
 #
 Summary:       SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
@@ -166,7 +166,7 @@ cp -f /usr/share/automake/config.sub .
        --enable-threadsafe
 %{__make}
 
-%if %{with docs}
+%if %{with doc}
 %{__make} doc
 %endif
 
This page took 0.060753 seconds and 4 git commands to generate.