[ortp] ortp-0.20.0

nucleo nucleo at fedoraproject.org
Wed Feb 22 18:30:04 UTC 2012


commit 651db98e2d7c9a1b57534c0423e27b5628c95048
Author: nucleo <nucleo at fedoraproject.org>
Date:   Wed Feb 22 20:30:02 2012 +0200

    ortp-0.20.0
    
    - BR: libzrtpcpp-devel for F17+

 .gitignore |    1 +
 ortp.spec  |   23 ++++++++++++++++++++---
 sources    |    2 +-
 3 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f1f59d..fa46534 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ortp-0.16.1.tar.gz
 /ortp-0.16.5.tar.gz
 /ortp-0.18.0.tar.gz
+/ortp-0.20.0.tar.gz
diff --git a/ortp.spec b/ortp.spec
index 77eaa09..d9fc0a8 100644
--- a/ortp.spec
+++ b/ortp.spec
@@ -1,6 +1,6 @@
 Name:           ortp
-Version:        0.18.0
-Release:        2%{?dist}
+Version:        0.20.0
+Release:        1%{?dist}
 Summary:        A C library implementing the RTP protocol (RFC3550)
 Epoch:          1
 
@@ -19,6 +19,9 @@ BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  libsrtp-devel
 BuildRequires:  openssl-devel
+%if 0%{?fedora} > 16
+BuildRequires:  libzrtpcpp-devel >= 2.1.0
+%endif
 
 %description
 oRTP is a C library that implements RTP (RFC3550).
@@ -29,6 +32,9 @@ Group:          Development/Libraries
 Requires:       %{name} = %{epoch}:%{version}-%{release}
 Requires:       pkgconfig
 Requires:       libsrtp-devel
+%if 0%{?fedora} > 16
+Requires:       libzrtpcpp-devel
+%endif
 
 %description    devel
 Libraries and headers required to develop software with ortp.
@@ -39,7 +45,14 @@ Libraries and headers required to develop software with ortp.
 %{__perl} -pi.dot  -e 's/^(HAVE_DOT\s+=)\s+NO$/\1 YES/;s/^(CALL_GRAPH\s+=)\s+NO$/\1 YES/;s/^(CALLER_GRAPH\s+=)\s+NO$/\1 YES/' ortp.doxygen.in
 
 %build
-%configure --disable-static --enable-ipv6 --enable-ssl-hmac
+%configure --disable-static \
+%if 0%{?fedora} > 16
+           --enable-zrtp=yes \
+%endif
+           --enable-ipv6 \
+           --enable-ssl-hmac
+
+
 make %{?_smp_mflags}
 
 %install
@@ -68,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/ortp.pc
 
 %changelog
+* Wed Feb 22 2012 Alexey Kurov <nucleo at fedoraproject.org> - 0.20.0-1
+- ortp-0.20.0
+- BR: libzrtpcpp-devel for F17+
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.18.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 36311ca..7396726 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-098e984f9325d9e2648bfd9863eed501  ortp-0.18.0.tar.gz
+b3f2f02fc5b7ba7e294806c81d419f3c  ortp-0.20.0.tar.gz


More information about the scm-commits mailing list