]> git.pld-linux.org Git - packages/libsrtp2.git/commitdiff
Version: 1.5.4
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 24 Mar 2016 14:09:14 +0000 (15:09 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 24 Mar 2016 14:09:14 +0000 (15:09 +0100)
srtp-shared.patch [deleted file]
srtp.spec

diff --git a/srtp-shared.patch b/srtp-shared.patch
deleted file mode 100644 (file)
index 1d09885..0000000
+++ /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); \
index d12d54ed00bb417a33d83875dc6799f57ab014fa..d91dc2713bd243c043ebc6acb966b2fea4bdbfee 100644 (file)
--- 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
This page took 0.041799 seconds and 4 git commands to generate.