]> git.pld-linux.org Git - packages/python-chardet.git/commitdiff
- Release 4. Reduced BR. Works with python 2.4. AC-branch auto/ac/python-chardet-1_0_1-4
authorMateusz Korniak <matkor@pld-linux.org>
Thu, 4 Jun 2009 12:55:55 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-chardet.spec -> 1.8

python-chardet.spec

index 34861a67c973cfd49ef2834d69211a72e48ead9a..97bf210b7fd8b536efcb12cd04242c6b092826e5 100644 (file)
@@ -4,14 +4,14 @@ 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:       3
+Release:       4
 License:       LGPL
 Group:         Libraries/Python
 Source0:       http://chardet.feedparser.org/download/%{module}-%{version}.tgz
 # Source0-md5: f8c510a6fac300fe0ac9a0c24a76a7ba
 URL:           http://chardet.feedparser.org/
-BuildRequires: python >= 1:2.5
-BuildRequires: python-devel >= 1:2.5
+BuildRequires: python >= 1:2.4
+BuildRequires: python-devel >= 1:2.4
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 %pyrequires_eq python-modules
@@ -47,4 +47,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/*
 %dir %{py_sitescriptdir}/chardet
 %{py_sitescriptdir}/chardet/*.py[co]
+%if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/*.egg-info
+%endif
This page took 0.141547 seconds and 4 git commands to generate.