turn on building of libintl.jar now that we have gcc43

This commit is contained in:
Jens Petersen 2008-02-17 23:43:44 +00:00
parent 7fe879fc11
commit c8fce20552
1 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# libintl.jar now requires gcj >= 4.3 to build
%define buildjar 0
# libintl.jar requires gcj >= 4.3 to build
%define buildjar 1
Summary: GNU libraries and utilities for producing multi-lingual messages
Name: gettext
Version: 0.17
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3 and LGPLv2+
Group: Development/Tools
URL: http://www.gnu.org/software/gettext/
@ -229,6 +229,9 @@ fi
%changelog
* Mon Feb 18 2008 Jens Petersen <petersen@redhat.com> - 0.17-3
- turn on building of libintl.jar now that we have gcc43
* Thu Feb 14 2008 Jens Petersen <petersen@redhat.com> - 0.17-2
- rebuild with gcc43