- Need to disable tests on ppc64 as well since the tests only work with
gettext-camomile.
This commit is contained in:
parent
a656d01ed4
commit
ca82db9c4e
@ -3,7 +3,7 @@
|
||||
|
||||
Name: ocaml-gettext
|
||||
Version: 0.3.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: OCaml library for i18n
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -111,15 +111,16 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||
./configure \
|
||||
--libdir=%{_libdir} \
|
||||
--disable-camomile \
|
||||
--with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets \
|
||||
--enable-test
|
||||
--with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets
|
||||
%endif
|
||||
make
|
||||
|
||||
%check
|
||||
%ifnarch ppc64
|
||||
pushd test
|
||||
../_build/bin/test
|
||||
popd
|
||||
%endif
|
||||
|
||||
|
||||
%install
|
||||
@ -215,6 +216,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 9 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.2-2
|
||||
- Need to disable tests on ppc64 as well since the tests only work
|
||||
with gettext-camomile.
|
||||
|
||||
* Mon Jun 9 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.2-1
|
||||
- New upstream release 0.3.2 (fixeds rhbz 446916).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user