Author: qboosh Date: Wed May 7 18:51:10 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - removed outdated statement from descs - .so perms
---- Files affected: SPECS: python-simplejson.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/python-simplejson.spec diff -u SPECS/python-simplejson.spec:1.16 SPECS/python-simplejson.spec:1.17 --- SPECS/python-simplejson.spec:1.16 Wed Jan 30 13:01:35 2008 +++ SPECS/python-simplejson.spec Wed May 7 20:51:04 2008 @@ -1,4 +1,5 @@ -# $Revision$ +# $Revision$, $Date$ +# 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 +19,22 @@ %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,7 +48,7 @@ %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 %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -58,6 +57,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2008-05-07 18:51:04 qboosh +- removed outdated statement from descs +- .so perms + Revision 1.16 2008-01-30 12:01:35 patrys - no longer noarch (speedups.so) - python 2.5 for egginfo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-simplejson.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
