]> git.pld-linux.org Git - packages/ortp.git/blobdiff - ortp.spec
- release 3
[packages/ortp.git] / ortp.spec
index ba1135c6166bd1ef203af592e02cade477a1ae52..5dbcd8acc3943554ad781f5d143c019d6ec284b2 100644 (file)
--- a/ortp.spec
+++ b/ortp.spec
@@ -1,17 +1,21 @@
 Summary:       RTP/RTCP protocol library
 Summary(pl.UTF-8):     Biblioteka obsługująca protokół RTP/RTCP
 Name:          ortp
-Version:       0.15.0
-Release:       1
+Version:       0.16.1
+Release:       3
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://download.savannah.nongnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz
-# Source0-md5: caa6bebf049629cdc05ef34b9d4ee5e1
+# Source0-md5: bc96cdcb9c139d366a720a94200f92dd
 Patch0:                %{name}-i486.patch
+Patch1:                %{name}-Werror.patch
+Patch2:                %{name}-libssl-not-required.patch
 URL:           http://www.linphone.org/index.php/eng/code_review/ortp
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+BuildRequires: doxygen
 BuildRequires: libtool
+BuildRequires: openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags       -fno-strict-aliasing
@@ -29,6 +33,7 @@ Summary:      Header files to develop applications using ortp
 Summary(pl.UTF-8):     Pliki nagłówkowe do tworzenia aplikacji używających ortp
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      openssl-devel
 
 %description devel
 Header files for the ortp library.
@@ -51,6 +56,8 @@ Statyczna biblioteka ortp.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.104497 seconds and 4 git commands to generate.