From 457b1d04e2b231b4fdfda49a75a1156c02ac3196 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2019 21:29:09 +0000 Subject: import python-chardet-2.2.1-3.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5443bd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/chardet-2.2.1.tar.gz diff --git a/.python-chardet.metadata b/.python-chardet.metadata new file mode 100644 index 0000000..97c30df --- /dev/null +++ b/.python-chardet.metadata @@ -0,0 +1 @@ +b59690c286ae2bc515da9b34eb30629d72f02e27 SOURCES/chardet-2.2.1.tar.gz diff --git a/SPECS/python-chardet.spec b/SPECS/python-chardet.spec new file mode 100644 index 0000000..ac5077e --- /dev/null +++ b/SPECS/python-chardet.spec @@ -0,0 +1,87 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: python-chardet +Version: 2.2.1 +Release: 3%{?dist} +Summary: Character encoding auto-detection in Python + +Group: Development/Languages +License: LGPLv2 +URL: https://github.com/chardet/chardet +Source0: https://pypi.python.org/packages/source/c/chardet/chardet-2.2.1.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: python-devel, python-setuptools + +%description +Character encoding auto-detection in Python. As +smart as your browser. Open source. + +%prep +%setup -q -n chardet-%{version} +sed -ie '1d' chardet/chardetect.py + + + +%build +# Remove CFLAGS=... for noarch packages (unneeded) +%{__python} setup.py build + + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc LICENSE README.rst +# For noarch packages: sitelib +%{python_sitelib}/* +%{_bindir}/chardetect + + +%changelog +* Tue Dec 18 2018 Lumír Balhar - 2.2.1-3 +- Fix upstream URL +- Resolves: rhbz#1579178 + +* Fri Aug 07 2015 Matej Stuchlik - 2.2.1-2 +- Bump release to fix upgrade path +Resolves: rhbz#1226899 + +* Mon Jun 01 2015 Matej Stuchlik - 2.2.1-1 +- Update to 2.2.1 +Resolves: rhbz#1226899 + +* Fri Dec 27 2013 Daniel Mach - 2.0.1-7 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 2.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 2.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 2.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jul 21 2010 David Malcolm - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* 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 +