From 6c9dba079ae95177937fd9e8783d21727648b319 Mon Sep 17 00:00:00 2001 From: Ilya Khokhryakov Date: Mon, 7 Oct 2013 12:30:31 +0400 Subject: [PATCH] Fixed conditions --- sane.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sane.spec b/sane.spec index a791c82..b2e3ef4 100644 --- a/sane.spec +++ b/sane.spec @@ -4,10 +4,10 @@ %define libname %mklibname %{name} %{major} %define devname %mklibname %{name} %{major} -d -%bcond_with gphoto2 -%bcond_with primax -%bcond_with v4l -%bcond_with epkowa +%bcond_without gphoto2 +%bcond_without primax +%bcond_without v4l +%bcond_without epkowa # All sane backends have SONAME libsane.so.1. We do not want # sane-backends-iscan to provide libsane.so.1, so filter these out. @@ -23,7 +23,7 @@ # do not search for all existing scanner models which makes their startup # slow (the user or "scannerdrake" has to insert the names of the really # installed scanners then) -%bcond_without empty_dll_conf +%bcond_with empty_dll_conf Summary: SANE - local and remote scanner access Name: sane