[alsa-plugins] Add speexdsp-devel as a dep to fix FTBFS

Peter Robinson pbrobinson at fedoraproject.org
Thu Jan 29 15:44:06 UTC 2015


commit da7dc7e31020f03a308a53851f842b5b2e2c745a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Jan 29 15:43:51 2015 +0000

    Add speexdsp-devel as a dep to fix FTBFS

 alsa-plugins.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/alsa-plugins.spec b/alsa-plugins.spec
index f651345..e12331a 100644
--- a/alsa-plugins.spec
+++ b/alsa-plugins.spec
@@ -6,7 +6,7 @@
 
 Name:           alsa-plugins
 Version:        1.0.28
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Advanced Linux Sound Architecture (ALSA) Plugins
 # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
 # pph plugin is BSD-like licensed
@@ -121,8 +121,8 @@ This plugin exposes the controls for an Arcam AV amplifier
 (see: http://www.arcam.co.uk/) as an ALSA mixer device.
 
 %package speex
-Requires:       speex
-BuildRequires:  speex-devel
+Requires:       speex speexdsp
+BuildRequires:  speex-devel speexdsp-devel
 Summary:        Rate Converter Plugin Using Speex Resampler
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -250,6 +250,9 @@ find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
 
 
 %changelog
+* Thu Jan 29 2015 Peter Robinson <pbrobinson at fedoraproject.org> 1.0.28-4
+- Add speexdsp-devel as a dep to fix FTBFS
+
 * Fri Aug 15 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list