]> git.pld-linux.org Git - packages/ortp.git/commitdiff
- added libssl-not-required patch auto/th/ortp-0_16_1-2
authorsparky <sparky@pld-linux.org>
Mon, 22 Feb 2010 01:31:46 +0000 (01:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR/R: openssl-devel
- release 2; STBR

Changed files:
    ortp.spec -> 1.21

ortp.spec

index 05e4f2ba6e798dfe9a8f25e2288a1c88b1055670..4f7c993ad7ea5fb1d2fda55382e7e150222e487e 100644 (file)
--- a/ortp.spec
+++ b/ortp.spec
@@ -2,18 +2,20 @@ Summary:      RTP/RTCP protocol library
 Summary(pl.UTF-8):     Biblioteka obsługująca protokół RTP/RTCP
 Name:          ortp
 Version:       0.16.1
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://download.savannah.nongnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz
 # 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
@@ -31,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.
@@ -54,6 +57,7 @@ Statyczna biblioteka ortp.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.603944 seconds and 4 git commands to generate.