]> git.pld-linux.org Git - packages/python-simplejson.git/commitdiff
- works with python 2.4, no need to require 2.5
authoremes <emes@pld-linux.org>
Sun, 19 Nov 2006 21:28:15 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-simplejson.spec -> 1.9

python-simplejson.spec

index 089d06763b55615ba35bbf30004bc9d7dbe75eb2..585a4f40753778863141ea86baba8db284449a7f 100644 (file)
@@ -1,16 +1,17 @@
-# $Revision: 1.8 $
+# $Revision: 1.9 $
 %define                module          simplejson
+%define     python_version  2.4
 Summary:       Simple, fast, extensible JSON encoder/decoder for Python
 Summary(pl):   Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
 Name:          python-%{module}
 Version:       1.4
-Release:       0.3
+Release:       0.4
 License:       MIT
 Group:         Libraries
 Source0:       http://cheeseshop.python.org/packages/source/s/simplejson/%{module}-%{version}.tar.gz
 # Source0-md5: 5fbad786a4b151d44a9b1e1e157e5510
 URL:           http://undefined.org/python/#simplejson
-BuildRequires: python >= 1:2.5
+BuildRequires: python >= %{python_version}
 BuildRequires: python-setuptools >= 0.6-0.c1
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-libs
@@ -50,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{py_sitescriptdir}/simplejson
 %{py_sitescriptdir}/simplejson/*.py[co]
-%{py_sitescriptdir}/simplejson-%{version}-py*.egg-info
+%{py_sitescriptdir}/simplejson-%{version}-py%{python_version}.egg-info
This page took 0.090632 seconds and 4 git commands to generate.