forked from pool/python-PyAudio
- 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:
committed by
Git OBS Bridge
parent
f71f9c8b2c
commit
2a2cd32b68
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user