]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- unify docs->doc bcond
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Apr 2007 11:32:23 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sqlite3.spec -> 1.36

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.129314 seconds and 4 git commands to generate.