diff --git a/gettext.spec b/gettext.spec index 57c2d9e..8ade926 100644 --- a/gettext.spec +++ b/gettext.spec @@ -1,7 +1,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages. Name: gettext Version: 0.16 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL/LGPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz @@ -57,12 +57,7 @@ want to add gettext support for your project. export JAVAC='gcj -C' export JAR='fastjar' %configure --without-included-gettext --enable-nls \ - --enable-shared --with-pic-=yes --disable-csharp \ -%ifarch ia64 - --disable-openmp -%else - %{nil} -%endif + --enable-shared --with-pic-=yes --disable-csharp make @@ -211,6 +206,9 @@ fi %changelog +* Mon Nov 27 2006 Jens Petersen - 0.16-2 +- re-enable openmp on ia64 + * Thu Nov 23 2006 Jens Petersen - 0.16-1 - update to 0.16 release - disable openmp on ia64 (#216988)