]> git.pld-linux.org Git - packages/python-simplejson.git/commitdiff
- removed outdated statement from descs
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 May 2008 18:51:04 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- .so perms

Changed files:
    python-simplejson.spec -> 1.17

python-simplejson.spec

index 6cd1c6d14c326a8f6f5d36a10e6d3ec9d6953ba2..fd14174f97708c7bab11d8a99dd2fedf257d60f7 100644 (file)
@@ -1,4 +1,4 @@
-# $Revision: 1.16 $
+# TODO: optflags
 %define                module          simplejson
 Summary:       Simple, fast, extensible JSON encoder/decoder for Python
 Summary(pl.UTF-8):     Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
@@ -18,24 +18,22 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 simplejson is a simple, fast, complete, correct and extensible JSON
-<http://json.org/> encoder and decoder for Python 2.3+. It is pure
-Python code with no dependencies.
+<http://json.org/> encoder and decoder for Python 2.3+.
 
 %description -l pl.UTF-8
 simplejson to prosty, szybki, pełny, poprawny i rozszerzalny koder i
 dekoder JSON (<http://json.org/>) dla Pythona 2.3 i nowszych wersji.
-Jest to kod wyłącznie w Pythonie bez dodatkowych zależności.
 
 %prep
 %setup -qn %{module}-%{version}
 
 %build
-python setup.py build
+%{__python} setup.py build
        
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%{__python} setup.py install \
        --root=$RPM_BUILD_ROOT \
        --optimize=2
 
@@ -49,5 +47,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{py_sitedir}/simplejson
 %{py_sitedir}/simplejson/*.py[co]
-%{py_sitedir}/simplejson/*.so
+%attr(755,root,root) %{py_sitedir}/simplejson/*.so
 %{py_sitedir}/simplejson-%{version}-py*.egg-info
This page took 0.052418 seconds and 4 git commands to generate.