]> git.pld-linux.org Git - packages/python-simplejson.git/commitdiff
- added .egg-info dir
authoremes <emes@pld-linux.org>
Sun, 19 Nov 2006 02:35:52 +0000 (02:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added Req python

Changed files:
    python-simplejson.spec -> 1.2

python-simplejson.spec

index fafe253214cfd253aa54630e1f3b6b02ef161ce2..ff32e35e6c2b18465646ad3a00b502251a6ae60d 100644 (file)
@@ -1,15 +1,17 @@
-# $Revision: 1.1 $
+# $Revision: 1.2 $
 %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.1
+Release:       0.2
 License:       MIT
 Group:         Libraries
 Source0:    http://cheeseshop.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
 # Source0-md5: 5fbad786a4b151d44a9b1e1e157e5510
 URL:           http://undefined.org/python/#simplejson
+Requires:   python >= %{python_version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,4 +38,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %dir %{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{module}/*.py[co]
+%{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{module}-%{version}-py%{python_version}.egg-info
This page took 0.102736 seconds and 4 git commands to generate.