From 1209eb64b07fd57f6c9c46c5802eec8678f6a22e Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Mon, 26 May 2014 09:59:38 +0400 Subject: [PATCH] Really disable docs --- rpm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index 60d0cde..90c48d4 100644 --- a/rpm.spec +++ b/rpm.spec @@ -11,7 +11,7 @@ %bcond_with tcl %bcond_with squirrel %bcond_with embed -%bcond_without docs +%bcond_with docs %bcond_with sqlite %else %bcond_without perl @@ -19,7 +19,7 @@ %bcond_without tcl %bcond_without squirrel %bcond_without embed -%bcond_without docs +%bcond_with docs # use what's in berkeley db %bcond_with sqlite %endif