[python-audioread] Initial import (#851701).

terjeros terjeros at fedoraproject.org
Mon Aug 27 16:25:55 UTC 2012


commit 979f807aa0efe9121b35ef1f4bc88eba9230a6d5
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Mon Aug 27 18:25:13 2012 +0200

    Initial import (#851701).

 .gitignore            |    1 +
 python-audioread.spec |   38 ++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cdf608e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/audioread-0.6.tar.gz
diff --git a/python-audioread.spec b/python-audioread.spec
new file mode 100644
index 0000000..32458f3
--- /dev/null
+++ b/python-audioread.spec
@@ -0,0 +1,38 @@
+%global oname   audioread
+
+Summary:        Multi-library, cross-platform audio decoding in Python
+Name:           python-audioread
+Version:        0.6
+Release:        1%{?dist}
+License:        MIT
+URL:            http://pypi.python.org/pypi/audioread/
+Source0:        http://pypi.python.org/packages/source/a/audioread/audioread-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+Requires:       gstreamer-python
+
+%description
+Decode audio files using whichever backend is available. Among
+currently supports backends are 
+ o Gstreamer via gstreamer-python 
+ o The standard library wave and aifc modules (for WAV and AIFF files)
+
+%prep
+%setup -q -n %{oname}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+%files
+%doc README.rst decode.py
+%{python_sitelib}/audioread/
+%{python_sitelib}/audioread-%{version}-*.egg-info
+
+%changelog
+* Fri Aug 24 2012 Terje Røsten <terje.rosten at ntnu.no> - 0.6-1
+- initial package
+
diff --git a/sources b/sources
index e69de29..ec3a276 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+24287f2123828da689373a66e0a5c95c  audioread-0.6.tar.gz


More information about the scm-commits mailing list