%if 0%{?fedora} > 12 || 0%{?rhel} > 5 %global with_python3 1 %endif # HACK! %define python_sitelib /usr/lib/python2.4/site-packages/ Name: babel Version: 0.9.5 Release: 3%{?dist}.art Summary: Tools for internationalizing Python applications Group: Development/Languages License: BSD URL: http://babel.edgewall.org/ Source0: http://ftp.edgewall.com/pub/babel/Babel-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel Requires: python-babel Requires: python-setuptools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools # needed for 2to3 BuildRequires: python-tools %endif %description Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. %package -n python-babel Summary: Library for internationalizing Python applications Group: Development/Languages %description -n python-babel Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. %if 0%{?with_python3} %package -n python3-babel Summary: Library for internationalizing Python applications Group: Development/Languages %description -n python3-babel Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. %endif %prep %setup0 -q -n Babel-%{version} chmod a-x babel/messages/frontend.py doc/logo.png doc/logo_small.png %{__sed} -i -e '/^#!/,1d' babel/messages/frontend.py %if 0%{?with_python3} rm -rf %{py3dir} cp -r . %{py3dir} 2to3 --write --nobackup %{py3dir} %endif %build %{__python} setup.py build %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py build popd %endif %install rm -rf %{buildroot} %{__python} setup.py install --skip-build --no-compile --root %{buildroot} %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install --skip-build --no-compile --root %{buildroot} popd %endif %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog COPYING README.txt doc/cmdline.txt %{_bindir}/pybabel %files -n python-babel %defattr(-,root,root,-) %doc doc %{python_sitelib}/Babel-%{version}-py*.egg-info %{python_sitelib}/babel %if 0%{?with_python3} %files -n python3-babel %defattr(-,root,root,-) %doc doc %{python3_sitelib}/Babel-%{version}-py*.egg-info %{python3_sitelib}/babel %endif %changelog * Thu Aug 26 2010 Jeffrey C. Ollie - 0.9.5-3 - Add python3 subpackage * Wed Jul 21 2010 David Malcolm - 0.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Wed Apr 7 2010 Jeffrey C. Ollie - 0.9.5-1 - This release contains a small number of bugfixes over the 0.9.4 - release. - - What's New: - ----------- - * Fixed the case where messages containing square brackets would break - with an unpack error - * Fuzzy matching regarding plurals should *NOT* be checked against - len(message.id) because this is always 2, instead, it's should be - checked against catalog.num_plurals (ticket #212). * Fri Jul 24 2009 Fedora Release Engineering - 0.9.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat Mar 28 2009 Robert Scheck - 0.9.4-4 - Added missing requires to python-setuptools for pkg_resources * Mon Feb 23 2009 Fedora Release Engineering - 0.9.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.9.4-2 - Rebuild for Python 2.6 * Mon Aug 25 2008 Jeffrey C. Ollie - 0.9.4-1 - Update to 0.9.4 * Thu Jul 10 2008 Jeffrey C. Ollie - 0.9.3-1 - Update to 0.9.3 * Sun Dec 16 2007 Jeffrey C. Ollie - 0.9.1-1 - Update to 0.9.1 * Tue Aug 28 2007 Jeffrey C. Ollie - 0.9-2 - BR python-setuptools-devel * Mon Aug 27 2007 Jeffrey C. Ollie - 0.9-1 - Update to 0.9 * Mon Jul 2 2007 Jeffrey C. Ollie - 0.8.1-1 - Update to 0.8.1 - Remove upstreamed patch. * Fri Jun 29 2007 Jeffrey C. Ollie - 0.8-3 - Replace patch with one that actually applies. * Fri Jun 29 2007 Jeffrey C. Ollie - 0.8-2 - Apply upstream patch to rename command line script to "pybabel" - BZ#246208 * Thu Jun 21 2007 Jeffrey C. Ollie - 0.8-1 - First version for Fedora