]> git.pld-linux.org Git - packages/libsrtp2.git/commitdiff
- fix missing autoconf file
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 16 Oct 2021 21:10:16 +0000 (23:10 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 16 Oct 2021 21:10:16 +0000 (23:10 +0200)
- fix duplicate global var
- rel 2

libsrtp2.spec

index 1fb5329d90a2aaa0c7f9e062e62654e69f9f3bad..7f33943aff2ec85e6215ebe803e671d8115d803b 100644 (file)
@@ -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
 
This page took 0.091883 seconds and 4 git commands to generate.