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