Package python-module-alsaaudio: Specfile

%define oname pyalsaaudio
Name: python-module-alsaaudio
Version: 0.4
Release: alt1.1

Summary: Wrapper for accessing the ALSA API from Python

License: PSF
Group: Development/Python
Url: http://pyalsaaudio.sourceforge.net/

Packager: Vitaly Lipatov <lav@altlinux.ru>

%setup_python_module %oname
%define _python_egg_info %python_sitelibdir/%oname-%version-py%__python_version.egg-info

Source: http://prdownloads.sf.net/%oname/%oname-%version.tar.bz2

BuildPreReq: rpm-build-compat >= 1.2

# Automatically added by buildreq on Fri Jan 09 2009
BuildRequires: libalsa-devel python-devel

%description
This package contains wrappers for accessing the ALSA API from Python. It
is currently fairly complete for PCM devices and Mixer access. MIDI
sequencer support is low on our priority list, but volunteers are welcome.

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

%build
%python_build

%install
%python_install

%files
%doc README TODO
%python_sitelibdir/alsaaudio.so
%_python_egg_info

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

* Fri Jan 09 2009 Vitaly Lipatov <lav@altlinux.ru> 0.4-alt1
- write spec from scratch, new version

* Mon Jan 28 2008 Grigory Batalov <bga@altlinux.ru> 0.1-alt2.1.1
- Rebuilt with python-2.5.

* Mon Jan 28 2008 Grigory Batalov <bga@altlinux.ru> 0.1-alt2.1
- Remove python version from the package name.

* Tue Mar 29 2005 ALT QA Team Robot <qa-robot@altlinux.org> 0.1-alt1.1
- Rebuilt with python-2.4.

* Sun Dec 05 2004 Ivan Fedorov <ns@altlinux.ru> 0.1-alt1
- Initial build for ALT Linux