[packages/ortp] - up to 1.0.2

arekm arekm at pld-linux.org
Wed Sep 26 11:58:51 CEST 2018


commit 1daf68cd6ae95c147477289d298e46aafe149d99
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Sep 26 11:58:43 2018 +0200

    - up to 1.0.2

 ortp-libssl-not-required.patch | 12 ------------
 ortp.spec                      | 17 +++++++----------
 2 files changed, 7 insertions(+), 22 deletions(-)
---
diff --git a/ortp.spec b/ortp.spec
index e57cffd..d45ba98 100644
--- a/ortp.spec
+++ b/ortp.spec
@@ -5,16 +5,16 @@
 Summary:	RTP/RTCP protocol library
 Summary(pl.UTF-8):	Biblioteka obsługująca protokół RTP/RTCP
 Name:		ortp
-Version:	0.25.0
+Version:	1.0.2
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
-Source0:	http://download.savannah.gnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz
-# Source0-md5:	f44b4ab2a8de32c19abfa584c4426f76
-Patch0:		%{name}-libssl-not-required.patch
+Source0:	https://linphone.org/releases/sources/ortp/%{name}-%{version}.tar.gz
+# Source0-md5:	82629e99befa578341e0bdc225924135
 URL:		http://www.linphone.org/eng/documentation/dev/ortp.html
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
+BuildRequires:	bctoolbox-devel
 BuildRequires:	doxygen
 BuildRequires:	libtool >= 2:2.0
 BuildRequires:	openssl-devel
@@ -55,8 +55,7 @@ Static ortp library.
 Statyczna biblioteka ortp.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-%{version}-0
 
 %build
 %{__libtoolize}
@@ -83,8 +82,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -93,9 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README.md
 %attr(755,root,root) %{_libdir}/libortp.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libortp.so.10
+%attr(755,root,root) %ghost %{_libdir}/libortp.so.13
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/ortp-libssl-not-required.patch b/ortp-libssl-not-required.patch
deleted file mode 100644
index 171a76d..0000000
--- a/ortp-libssl-not-required.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ortp-0.16.5/configure.ac~	2011-03-28 20:53:54.000000000 +0200
-+++ ortp-0.16.5/configure.ac	2011-07-26 13:00:57.613550509 +0200
-@@ -280,8 +280,7 @@
- 				
- if test "$ssl_hmac_enabled" = "yes" ; then
- 	AC_CHECK_HEADERS(openssl/hmac.h openssl/md5.h)
--	AC_CHECK_LIB(ssl,SSL_CTX_new,[SSL_LIBS="-lssl"])
--	AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="$SSL_LIBS -lcrypto"])
-+	AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="-lcrypto"])
- fi
- 
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ortp.git/commitdiff/1daf68cd6ae95c147477289d298e46aafe149d99



More information about the pld-cvs-commit mailing list