Name: python3-chardet Version: 2.0.1 Release: 5%{?dist} Summary: Character encoding auto-detection in Python Group: Development/Languages License: LGPLv2+ URL: http://chardet.feedparser.org Source0: http://chardet.feedparser.org/download/python3-chardet-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python3-devel %description Character encoding auto-detection in Python. As smart as your browser. Open source. %prep %setup -q -n python3-chardet-%{version} %build %{__python3} setup.py build %install rm -rf %{buildroot} %{__python3} setup.py install -O1 --skip-build --root %{buildroot} chmod -x COPYING %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING docs/* %{python3_sitelib}/chardet-%{version}-py?.?.egg-info %{python3_sitelib}/chardet %changelog * Wed Feb 09 2011 Fedora Release Engineering - 2.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Aug 22 2010 Thomas Spura - 2.0.1-4 - rebuild with python3.2 http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html * Thu Jul 22 2010 David Malcolm - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Sat Apr 24 2010 Thomas Spura - 2.0.1-2 - remove BR python3-setuptools (egg builded with distutils) * Sat Apr 17 2010 Thomas Spura - 2.0.1-1 - initial port to python3 based on the python2 spec * Wed Jan 13 2010 Kushal Das - 2.0.1-1 - New release * Sun Jul 26 2009 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Aug 04 2008 Kushal Das - 1.0.1-1 - Initial release