[packages/srtp] Version: 1.5.4

jajcus jajcus at pld-linux.org
Thu Mar 24 15:09:31 CET 2016


commit 14f1bb99d6cc06df6158a476963fd3c47b96fe02
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Thu Mar 24 15:09:14 2016 +0100

    Version: 1.5.4

 srtp-shared.patch | 11 -----------
 srtp.spec         | 14 +++++++-------
 2 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/srtp.spec b/srtp.spec
index d12d54e..d91dc27 100644
--- a/srtp.spec
+++ b/srtp.spec
@@ -6,13 +6,13 @@ Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	https://github.com/cisco/libsrtp/archive/v%{version}/libsrtp-%{version}.tar.gz
-# Source0-md5:	2309aa6027992810a4285b042c71e644
-Patch0:		%{name}-shared.patch
-Patch1:		%{name}-rename_functions.patch
-Patch2:		%{name}-headers.patch
-Patch3:		%{name}-ismacryp.patch
+# Source0-md5:	64a9580f86a9c3e1c4986e944e6a5a84
+Patch0:		%{name}-rename_functions.patch
+Patch1:		%{name}-headers.patch
+Patch2:		%{name}-ismacryp.patch
 URL:		https://github.com/cisco/libsrtp
 BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	libpcap-devel
 BuildRequires:	openssl-devel >= 1.0.1
 BuildRequires:	pkgconfig
@@ -59,9 +59,9 @@ Statyczna biblioteka SRTP.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %configure \
@@ -88,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/{crypto_kernel.txt,intro.txt,references.txt,draft-irtf-cfrg-icm-00.txt,libsrtp.pdf}
+%doc doc/{*.txt,*.pdf}
 %attr(755,root,root) %{_libdir}/libsrtp.so
 %{_pkgconfigdir}/libsrtp.pc
 %{_includedir}/srtp
diff --git a/srtp-shared.patch b/srtp-shared.patch
deleted file mode 100644
index 1d09885..0000000
--- a/srtp-shared.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libsrtp-1.5.2/Makefile.in.orig	2015-03-11 15:02:12.000000000 +0100
-+++ libsrtp-1.5.2/Makefile.in	2015-07-05 20:55:06.770326476 +0200
-@@ -260,7 +260,7 @@
- 	if [ -f libsrtp.dll.a ]; then cp libsrtp.dll.a $(DESTDIR)$(libdir)/; fi
- 	if [ -f libsrtp.$(SHAREDLIBSUFFIX) ]; then \
- 		cp libsrtp.$(SHAREDLIBSUFFIX) $(DESTDIR)$(SHAREDLIB_DIR)/; \
--		cp libsrtp.$(SHAREDLIBSUFFIXNOVER) $(DESTDIR)$(SHAREDLIB_DIR)/; \
-+		cp -d libsrtp.$(SHAREDLIBSUFFIXNOVER) $(DESTDIR)$(SHAREDLIB_DIR)/; \
- 	fi
- 	if [ "$(pkgconfig_DATA)" != "" ]; then \
- 		$(INSTALL) -d $(DESTDIR)$(pkgconfigdir); \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/srtp.git/commitdiff/14f1bb99d6cc06df6158a476963fd3c47b96fe02



More information about the pld-cvs-commit mailing list