[packages/libsrtp2] - fix missing autoconf file - fix duplicate global var - rel 2
baggins
baggins at pld-linux.org
Sat Oct 16 23:10:42 CEST 2021
commit 742469a6b4db4aa22ad220df99fc8690222ac747
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Oct 16 23:10:16 2021 +0200
- fix missing autoconf file
- fix duplicate global var
- rel 2
libsrtp2.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libsrtp2.spec b/libsrtp2.spec
index 1fb5329..7f33943 100644
--- a/libsrtp2.spec
+++ b/libsrtp2.spec
@@ -2,12 +2,13 @@ Summary: Open-source implementation of Secure Real-time Transport Protocol
Summary(pl.UTF-8): Otwarta implementacja protokołu Secure Real-time Transport Protocol
Name: libsrtp2
Version: 2.3.0
-Release: 1
+Release: 2
License: BSD
Group: Libraries
#Source0Download: https://github.com/cisco/libsrtp/releases
Source0: https://github.com/cisco/libsrtp/archive/v%{version}/libsrtp-%{version}.tar.gz
# Source0-md5: da38ee5d9c31be212a12964c22d7f795
+Patch0: test-build.patch
URL: https://github.com/cisco/libsrtp
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -70,11 +71,13 @@ Dokumentacja API biblioteki SRTP.
%prep
%setup -q -n libsrtp-%{version}
+%patch0 -p1
%build
%{__aclocal}
%{__autoconf}
%{__autoheader}
+cp -a /usr/share/automake/ar-lib .
%configure \
--enable-openssl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libsrtp2.git/commitdiff/742469a6b4db4aa22ad220df99fc8690222ac747
More information about the pld-cvs-commit
mailing list