[celt] add --enable-custom-modes

Peter Robinson pbrobinson at fedoraproject.org
Sun Feb 20 18:59:03 UTC 2011


commit 01f465e873e7e4713e76525b182111a3eb10d858
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Feb 20 18:59:06 2011 +0000

    add --enable-custom-modes

 celt.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/celt.spec b/celt.spec
index 0996ce0..aac0e43 100644
--- a/celt.spec
+++ b/celt.spec
@@ -1,6 +1,6 @@
 Name:          celt
 Version:       0.11.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       An audio codec for use in low-delay speech and audio communication
 
 Group:         System Environment/Libraries
@@ -30,7 +30,7 @@ Files for development with celt.
 %setup -q
 
 %build
-%configure
+%configure --enable-custom-modes
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -63,6 +63,9 @@ rm %{buildroot}%{_libdir}/*.la
 %{_libdir}/libcelt0.so
 
 %changelog
+* Sun Feb 20 2011 Peter Robinson <pbrobinson at gmail.com> 0.11.1-2
+- add --enable-custom-modes
+
 * Wed Feb 16 2011 Peter Robinson <pbrobinson at gmail.com> 0.11.1-1
 - New 0.11.1 release
 


More information about the scm-commits mailing list