]> git.pld-linux.org Git - packages/python-simplejson.git/commitdiff
- BR: python downgrade to 2.4 (2.5 is not required) auto/th/python-simplejson-1_7_1-0_1
authorbeorn <beorn@pld-linux.org>
Fri, 14 Sep 2007 17:12:53 +0000 (17:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Up to 1.7.1

Changed files:
    python-simplejson.spec -> 1.15

python-simplejson.spec

index 31d386a7952c0f62c0c668dda9c4497880202719..e9e4f2dbcc1adafdcf89faebca4d49045c79abb8 100644 (file)
@@ -1,16 +1,16 @@
-# $Revision: 1.14 $
+# $Revision: 1.15 $
 %define                module          simplejson
 Summary:       Simple, fast, extensible JSON encoder/decoder for Python
 Summary(pl.UTF-8):     Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
 Name:          python-%{module}
-Version:       1.4
-Release:       0.4
+Version:       1.7.1
+Release:       0.1
 License:       MIT
 Group:         Libraries
 Source0:       http://cheeseshop.python.org/packages/source/s/simplejson/%{module}-%{version}.tar.gz
-# Source0-md5: 5fbad786a4b151d44a9b1e1e157e5510
+# Source0-md5: b723d488ea43583122511263e9c2c93a
 URL:           http://undefined.org/python/#simplejson
-BuildRequires: python >= 1:2.5
+BuildRequires: python >= 1:2.4
 BuildRequires: python-setuptools >= 0.6-0.c1
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-libs
@@ -41,13 +41,14 @@ python setup.py install \
        --optimize=2
 
 %py_postclean
-rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/simplejson/tests
+rm -rf $RPM_BUILD_ROOT%{py_sitedir}/simplejson/tests
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%dir %{py_sitescriptdir}/simplejson
-%{py_sitescriptdir}/simplejson/*.py[co]
-%{py_sitescriptdir}/simplejson-%{version}-py*.egg-info
+%dir %{py_sitedir}/simplejson
+%{py_sitedir}/simplejson/*.py[co]
+%{py_sitedir}/simplejson/*.so
+%{py_sitedir}/simplejson-%{version}-py*.egg-info
This page took 0.090254 seconds and 4 git commands to generate.