diff --git a/python-PyAudio.changes b/python-PyAudio.changes index 01a957b..22dfb06 100644 --- a/python-PyAudio.changes +++ b/python-PyAudio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:11:25 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri Nov 2 16:28:05 UTC 2012 - prusnak@opensuse.org diff --git a/python-PyAudio.spec b/python-PyAudio.spec index c06d822..624b940 100644 --- a/python-PyAudio.spec +++ b/python-PyAudio.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyAudio # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-PyAudio Version: 0.2.7 Release: 0 -License: MIT Summary: Python Bindings for PortAudio v19 -Url: http://people.csail.mit.edu/hubert/pyaudio/ +License: MIT Group: Development/Libraries/Python +Url: http://people.csail.mit.edu/hubert/pyaudio/ Source0: http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-%{version}.tar.gz BuildRequires: fdupes BuildRequires: portaudio-devel BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -36,6 +37,7 @@ of platforms (e.g., GNU/Linux, Microsoft Windows, and Mac OS X). %package docs Summary: Documentation for %{name} +Group: Development/Libraries/Python %description docs Documentation for python-PyAudio