Package python-module-kadmin5: Specfile

%define oname kadmin5

Name: python-module-%oname
Version: 0.0.5
Release: alt4.1.2

Summary: Kerveros 5 database administration API for Python.

License: GPLv2
Group: System/Libraries
Url: http://git.etersoft.ru/people/iv/packages/python-module-kadmin5.git

Packager: Ivan Melnikov <iv@altlinux.org>

%setup_python_module %oname

Source: %oname-%version.tar.bz2
Patch: %name-alt-debuginfo.patch

# Automatically added by buildreq on Wed Apr 23 2008
BuildRequires: boost-python-devel gcc-c++ libcom_err-devel libkrb5-devel python-devel scons

BuildRequires: boost-devel >= 1.39.0

%description
Kerveros 5 database administration API for Python.

%prep
%setup -q -n %oname-%version
%patch0 -p2

%build
scons

%install
scons install DESTDIR=%buildroot

%files
%python_sitelibdir/*

%changelog
* Fri Mar 25 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.0.5-alt4.1.2
- Rebuilt with Boost 1.46.1 and for debuginfo

* Wed Dec 08 2010 Igor Vlasenko <viy@altlinux.ru> 0.0.5-alt4.1.1
- rebuild with new openssl and/or boost by request of git.alt administrator

* Thu Nov 19 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.0.5-alt4.1
- Rebuilt with python 2.6

* Sat Jun 27 2009 Evgeny Sinelnikov <sin@altlinux.ru> 0.0.5-alt4
- rebuild with boost-1.39.0

* Fri Jan 23 2009 Evgeny Sinelnikov <sin@altlinux.ru> 0.0.5-alt3
- build for sisyphus

* Fri Nov 07 2008 Ivan A. Melnikov <iv@altlinux.org> 0.0.5-alt2
- added workaround for better return code from kadmin5::get_princ_keys(...)

* Fri Nov 07 2008 Ivan A. Melnikov <iv@altlinux.org> 0.0.5-alt1
- new version:
  - support for error callbacks
  - kadm5 error codes binded

* Thu Sep 11 2008 Ivan A. Melnikov <iv@altlinux.org> 0.0.4-alt1
- new version: bugfixes

* Wed Sep 10 2008 Ivan A. Melnikov <iv@altlinux.org> 0.0.3-alt1
- new version: added get_realm() method to kadmin class

* Thu Jun 26 2008 Ivan A. Melnikov <iv@altlinux.org> 0.0.2-eter1
- new version: access to principal atributes implemented

* Wed Apr 23 2008 Ivan Melnikov <imelnikov@etersoft.ru> 0.0.1-eter1
- inital build