14
0

- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAudio?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2013-10-24 11:11:26 +00:00
committed by Git OBS Bridge
parent f71f9c8b2c
commit 2a2cd32b68
2 changed files with 11 additions and 4 deletions

View File

@@ -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 Fri Nov 2 16:28:05 UTC 2012 - prusnak@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyAudio # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: python-PyAudio Name: python-PyAudio
Version: 0.2.7 Version: 0.2.7
Release: 0 Release: 0
License: MIT
Summary: Python Bindings for PortAudio v19 Summary: Python Bindings for PortAudio v19
Url: http://people.csail.mit.edu/hubert/pyaudio/ License: MIT
Group: Development/Libraries/Python 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 Source0: http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-%{version}.tar.gz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: portaudio-devel BuildRequires: portaudio-devel
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@@ -36,6 +37,7 @@ of platforms (e.g., GNU/Linux, Microsoft Windows, and Mac OS X).
%package docs %package docs
Summary: Documentation for %{name} Summary: Documentation for %{name}
Group: Development/Libraries/Python
%description docs %description docs
Documentation for python-PyAudio Documentation for python-PyAudio