From a1afeb9caebb794186d3e45c4db07a11b4fac4af Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 21 Dec 2011 16:22:06 +0100 Subject: [PATCH] fix configure line --- ocaml-gettext.spec | 10 +++++++--- 1 file 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 0.3.3-8 +- fix configure line + * Wed Dec 21 2011 Karsten Hopp 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