Author: sparky Date: Mon Feb 22 01:31:52 2010 GMT Module: packages Tag: HEAD ---- Log message: - added libssl-not-required patch - BR/R: openssl-devel - release 2; STBR
---- Files affected: packages/ortp: ortp.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/ortp/ortp.spec diff -u packages/ortp/ortp.spec:1.20 packages/ortp/ortp.spec:1.21 --- packages/ortp/ortp.spec:1.20 Sun Jan 10 01:28:55 2010 +++ packages/ortp/ortp.spec Mon Feb 22 02:31:46 2010 @@ -3,18 +3,20 @@ 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 @@ -32,6 +34,7 @@ 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. @@ -55,6 +58,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -105,6 +109,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2010/02/22 01:31:46 sparky +- added libssl-not-required patch +- BR/R: openssl-devel +- release 2; STBR + Revision 1.20 2010/01/10 00:28:55 sparky - BR: doxygen ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ortp/ortp.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
