|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
Name: python-simplejson
|
|
|
|
|
Version: 1.7.4
|
|
|
|
|
Version: 1.8.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ Source0: http://cheeseshop.python.org/packages/source/s/simplejson/simple
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
BuildRequires: python-setuptools-devel
|
|
|
|
|
BuildRequires: python-setuptools-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 02 2008 Luke Macken <lmacken@redhat.com> - 1.8.1-1
|
|
|
|
|
- Update to 1.8.1
|
|
|
|
|
|
|
|
|
|
* Thu Feb 28 2008 Luke Macken <lmacken@redhat.com> - 1.7.4-1
|
|
|
|
|
- Update to 1.7.4
|
|
|
|
|
|
|
|
|
|