Пакет python-module-json: Specfile

Name: python-module-json
Version: 3.4
Release: alt2
Summary: JSON reader/writer for python
License: LGPLv2
Group: Development/Python
Url: http://sourceforge.net/projects/json-py/
Packager: Aleksey Lim <alsroot@altlinux.org>
BuildArch: noarch

Source: http://downloads.sourceforge.net/json-py/json-py-3_4.zip

Requires: python
BuildPreReq: python-devel
BuildPreReq: unzip

%description
Implementation of a JSON (http://json.org) reader and writer in Python.

%prep
%setup -v -c

%install
%__mkdir -p %buildroot%python_sitelibdir
%__mv *.py %buildroot%python_sitelibdir

%files
%python_sitelibdir/*
%doc changes.txt license.txt readme.txt

%changelog
* Fri Nov 13 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.4-alt2
- Rebuilt with python 2.6

* Sun Nov 16 2008 Aleksey Lim <alsroot@altlinux.org> 3.4-alt1
- first build for ALT Linux Sisyphus