From e16bc4b1fb0dde395e356af4e9d7adfe2d6785f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 17 Apr 2007 11:32:23 +0000 Subject: [PATCH] - unify docs->doc bcond Changed files: sqlite3.spec -> 1.36 --- sqlite3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite3.spec b/sqlite3.spec index 38854f8..244440b 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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 -- 2.44.0