]> git.pld-linux.org Git - packages/python-chardet.git/commitdiff
- up to 2.1.1 auto/th/python-chardet-2.1.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 May 2013 16:59:07 +0000 (18:59 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 May 2013 16:59:07 +0000 (18:59 +0200)
python-chardet.spec

index 0d11777c88bb650a72a96976e6276a9d7bc979fe..856fe5e8d6a1dd814170049a6daf67dfb27b7f38 100644 (file)
@@ -3,18 +3,19 @@
 Summary:       Character encoding auto-detection in Python
 Summary(pl.UTF-8):     Automatyczne wykrywanie kodowania znaków w Pythonie
 Name:          python-%{module}
-Version:       1.0.1
-Release:       6
+Version:       2.1.1
+Release:       1
 License:       LGPL
 Group:         Libraries/Python
-Source0:       http://chardet.feedparser.org/download/%{module}-%{version}.tgz
-# Source0-md5: f8c510a6fac300fe0ac9a0c24a76a7ba
-URL:           http://chardet.feedparser.org/
+Source0:       https://pypi.python.org/packages/source/c/chardet/%{module}-%{version}.tar.gz
+# Source0-md5: 295367fd210d20f3febda615a88e1ef0
+URL:           https://pypi.python.org/pypi/chardet
 BuildRequires: python >= 1:2.4
 BuildRequires: python-devel >= 1:2.4
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 %pyrequires_eq python-modules
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,6 +45,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/chardetect.py
 %doc docs/*
 %dir %{py_sitescriptdir}/chardet
 %{py_sitescriptdir}/chardet/*.py[co]
This page took 0.043383 seconds and 4 git commands to generate.