From a2dfd24d62b8e777cb45521afa7faa7663f48306 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 21 Dec 2011 15:49:28 +0100 Subject: [PATCH] build with 'make all', not 'make' as that defaults to 'make test' and fails on ppc64 due to the missing gettext-camomile --- ocaml-gettext.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/ocaml-gettext.spec b/ocaml-gettext.spec index d336255..d67686b 100644 --- a/ocaml-gettext.spec +++ b/ocaml-gettext.spec @@ -3,7 +3,7 @@ Name: ocaml-gettext Version: 0.3.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml library for i18n Group: Development/Libraries @@ -104,20 +104,15 @@ signature files for developing applications that use %build -%ifnarch ppc64 CFLAGS="$RPM_OPT_FLAGS" \ ./configure \ --libdir=%{_libdir} \ +%ifarch ppc64 + --disable-camomile \ +%endif --with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets \ --enable-test -%else -CFLAGS="$RPM_OPT_FLAGS" \ -./configure \ - --libdir=%{_libdir} \ - --disable-camomile \ - --with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets -%endif -make +make all %check %ifnarch ppc64 @@ -222,6 +217,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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 + * Tue Feb 08 2011 Fedora Release Engineering - 0.3.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild