[ocaml-gettext] fix configure line

Karsten Hopp karsten at fedoraproject.org
Wed Dec 21 15:19:54 UTC 2011


commit a1afeb9caebb794186d3e45c4db07a11b4fac4af
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Dec 21 16:22:06 2011 +0100

    fix configure line

 ocaml-gettext.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ocaml-gettext.spec b/ocaml-gettext.spec
index d67686b..8dd4f55 100644
--- a/ocaml-gettext.spec
+++ b/ocaml-gettext.spec
@@ -3,7 +3,7 @@
 
 Name:           ocaml-gettext
 Version:        0.3.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        OCaml library for i18n
 
 Group:          Development/Libraries
@@ -109,9 +109,10 @@ CFLAGS="$RPM_OPT_FLAGS" \
   --libdir=%{_libdir} \
 %ifarch ppc64
   --disable-camomile \
+%else
+  --enable-test \
 %endif
-  --with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets \
-  --enable-test
+  --with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets
 make all
 
 %check
@@ -217,6 +218,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 21 2011 Karsten Hopp <karsten at redhat.com> 0.3.3-8
+- fix configure line
+
 * Wed Dec 21 2011 Karsten Hopp <karsten at redhat.com> 0.3.3-7
 - build with 'make all', not 'make' as that defaults to 'make test' and fails on ppc64
   due to the missing gettext-camomile


More information about the scm-commits mailing list