--- rpms/translate-toolkit/contribs8/translate-toolkit.spec 2010/02/24 18:18:37 1.12 +++ rpms/translate-toolkit/contribs8/translate-toolkit.spec 2010/03/01 15:05:01 1.15 @@ -1,8 +1,12 @@ +# $Id: translate-toolkit.spec,v 1.14 2010/02/24 19:48:09 slords Exp $ +# Authority: slords +# Name: Shad L. Lords + %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: translate-toolkit Version: 1.5.3 -Release: 2%{?dist} +Release: 2.1%{?dist} Summary: Tools to assist with translation and software localization Group: Development/Tools @@ -14,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve Patch0: translate-toolkit-1.5.3-stoplist.patch Patch1: translate-toolkit-1.5.0-langmodel_dir.patch Patch2: translate-toolkit-1.5.3-bug1372_filesystem_encoding.patch +Patch3: translate-toolkit-1.5.3-es_empty_string.patch BuildArch: noarch BuildRequires: python-devel @@ -21,7 +26,7 @@ BuildRequires: python-devel BuildRequires: python-lxml BuildRequires: python-simplejson BuildRequires: python-vobject -Requires: gettext-libs +Requires: gettext Requires: python-enchant Requires: python-iniparse Requires: python-Levenshtein @@ -70,6 +75,7 @@ toolkit or to use the libraries in other %patch0 -p1 %patch1 -p1 %patch2 -p2 +%patch3 -p2 %build @@ -126,6 +132,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 24 2010 Shad L. Lords 1.5.3-2.1 +- Test correctly for the case of an empty string (es) + +* Wed Feb 24 2010 Shad L. Lords 1.5.3-2.0 +- Update Requires to match el5 requirements + * Mon Feb 22 2010 Dwayne Bailey - 1.5.3-2 - Bug #1372: Decode fulesystem paths correctly