From 6e17b68f48441eae5006a875bd4e65d48a40eb69 Mon Sep 17 00:00:00 2001 From: green Date: Jul 14 2008 04:55:34 +0000 Subject: BuildRequire python-devel --- diff --git a/aubio.spec b/aubio.spec index 4799040..bae4e2d 100644 --- a/aubio.spec +++ b/aubio.spec @@ -4,7 +4,7 @@ Name: aubio Version: 0.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An audio labelling library Group: System Environment/Libraries @@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libsndfile-devel libsamplerate-devel fftw-devel BuildRequires: lash-devel jack-audio-connection-kit-devel +BuildRequires: python-devel %description aubio is a library for audio labelling. Its features include @@ -97,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/%{name} %changelog +* Sun Jul 13 2008 Anthony Green 0.3.2-4 +- BuildRequire python-devel. + * Sun Jul 13 2008 Anthony Green 0.3.2-3 - Fix python package installation.