Blob Blame History Raw
Name:           python3-chardet
Version:        2.0.1
Release:        9%{?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
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

* Fri Aug 03 2012 David Malcolm <dmalcolm@redhat.com> - 2.0.1-8
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3

* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Sun Aug 22 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.1-4
- rebuild with python3.2
  http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html

* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

* Sat Apr 24 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.1-2
- remove BR python3-setuptools (egg builded with distutils)

* Sat Apr 17 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.1-1
- initial port to python3 based on the python2 spec

* Wed Jan 13 2010 Kushal Das <kushal@fedoraproject.org> - 2.0.1-1
- New release

* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Mon Aug 04 2008 Kushal Das <kushal@fedoraproject.org> - 1.0.1-1
- Initial release