Name: python-simplejson Version: 2.6.0 Release: 1 Group: System/Libraries License: MIT Url: http://github.com/simplejson/simplejson Summary: Simple, fast, extensible JSON encoder/decoder for Python Source: simplejson-%{version}.tar.gz BuildRequires: pkgconfig(python) BuildRequires: python-setuptools %description simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. %prep %setup -q -n simplejson-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) %{python_sitearch}/*