packages: python-chardet/python-chardet.spec - Release 4. Reduced BR. Works...
matkor
matkor at pld-linux.org
Thu Jun 4 14:56:00 CEST 2009
Author: matkor Date: Thu Jun 4 12:56:00 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- Release 4. Reduced BR. Works with python 2.4.
---- Files affected:
packages/python-chardet:
python-chardet.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: packages/python-chardet/python-chardet.spec
diff -u packages/python-chardet/python-chardet.spec:1.7 packages/python-chardet/python-chardet.spec:1.8
--- packages/python-chardet/python-chardet.spec:1.7 Sat Mar 14 01:12:43 2009
+++ packages/python-chardet/python-chardet.spec Thu Jun 4 14:55:55 2009
@@ -5,14 +5,14 @@
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
@@ -48,7 +48,9 @@
%doc docs/*
%dir %{py_sitescriptdir}/chardet
%{py_sitescriptdir}/chardet/*.py[co]
+%if "%{py_ver}" > "2.4"
%{py_sitescriptdir}/*.egg-info
+%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -56,6 +58,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2009/06/04 12:55:55 matkor
+- Release 4. Reduced BR. Works with python 2.4.
+
Revision 1.7 2009/03/14 00:12:43 hawk
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-chardet/python-chardet.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list