[opal/f16] post audit update

Tom Callaway spot at fedoraproject.org
Wed Feb 22 21:22:03 UTC 2012


commit c65b073a631156644cf3edbdde3ea5b3a28a2150
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Feb 22 16:22:01 2012 -0500

    post audit update

 opal-3.6.1-noilbc.patch |   11 -----------
 opal.spec               |   24 ++++++++++++------------
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 24 deletions(-)
---
diff --git a/opal.spec b/opal.spec
index a5f5de9..dbaf861 100644
--- a/opal.spec
+++ b/opal.spec
@@ -1,23 +1,17 @@
 Name:		opal
 Summary:	Open Phone Abstraction Library
 Version:	3.10.2
-Release:	2%{?dist}
+Release:	4%{?dist}
 URL:		http://www.opalvoip.org/
 License:	MPLv1.0
 Group:		System Environment/Libraries
 
-# We cannot use unmodified upstream source code because it contains the 
-# non-free iLBC codec.
-# rm -rf plugins/audio/iLBC/
-# rm -rf plugins/audio/SILK/
-# rm -rf src/codec/iLBCmf.cxx
+# We cannot use unmodified upstream source code because it contains some areas of legal concern.
 # rm -rf plugins/video/H.263-1998/ 
 # rm -rf plugins/video/H.264/
 # rm -rf plugins/video/MPEG4-ffmpeg/
-
-#Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.10/%{name}-%{version}.tar.bz2
-Source0:	%{name}-%{version}-noilbc.tar.bz2
-Patch0:		opal-3.6.1-noilbc.patch
+# Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.10/%{name}-%{version}.tar.bz2
+Source0:	%{name}-%{version}-clean.tar.bz2
 
 BuildRequires:	ptlib-devel = 2.10.2
 BuildRequires:	openldap-devel
@@ -45,14 +39,14 @@ header files for opal.
 
 %prep
 %setup -q 
-%patch0 -p1 -b .noilbc
 
 for file in dll so bin lib exe; do 
   find . -name "*.$file" -exec rm -f {} \; ; 
 done    
 
 %build
-%configure
+# Note: SILK is only disabled because the SDK libs are not in Fedora
+%configure --disable-silk
 
 make OPTCCFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} V=1
 
@@ -79,6 +73,12 @@ rm -f %{buildroot}/%{_libdir}/libopal_s.a
 %{_libdir}/pkgconfig/opal.pc
 
 %changelog
+* Wed Feb 22 2012 Tom Callaway <spot at fedoraproject.org> - 3.10.2-4
+- post audit update
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.10.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Mon Sep  5 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 3.10.2-2
 - Fix versioning for -devel
 
diff --git a/sources b/sources
index ad62eee..8a1c127 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7db66bbc06bb0467cdef0f4ef64cc722  opal-3.10.2-noilbc.tar.bz2
+bbf76dc8792656256cfba587c136a91d  opal-3.10.2-clean.tar.bz2


More information about the scm-commits mailing list