[strigi] fix logic for when/where to include clucene support

Rex Dieter rdieter at fedoraproject.org
Mon Jun 6 12:01:55 UTC 2011


commit 66e250a7f295a96042fde206cb93e4a97c2f5587
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Jun 6 07:01:28 2011 -0500

    fix logic for when/where to include clucene support

 strigi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/strigi.spec b/strigi.spec
index 5129025..5770c27 100644
--- a/strigi.spec
+++ b/strigi.spec
@@ -1,9 +1,9 @@
 
 %if 0%{?fedora} && 0%{?fedora} < 16
 %define dt_vendor fedora
-%else
 # include clucene support
 %global clucene 1
+%else
 %endif
 
 Name:		strigi


More information about the scm-commits mailing list