[writerperfect] force all wanted filters

David Tardon dtardon at fedoraproject.org
Sun Nov 3 13:12:23 UTC 2013


commit b9df99bdd0b7ab703b365ec60a8e4d515e2fd637
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Nov 3 13:39:12 2013 +0100

    force all wanted filters

 writerperfect.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/writerperfect.spec b/writerperfect.spec
index 73cb259..d5ee41f 100644
--- a/writerperfect.spec
+++ b/writerperfect.spec
@@ -28,7 +28,9 @@ Tools to transform various file formats into ODF.
 
 
 %build
-%configure --disable-werror
+%configure --disable-werror \
+    --with-libcdr --with-libmspub --with-libmwaw --with-libvisio \
+    --with-libwps
 make %{?_smp_mflags} V=1
 
 


More information about the scm-commits mailing list