forked from pool/libsrtp2
- Update to release 2.3.0
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp2?expand=0&rev=7
This commit is contained in:
parent
f450d9b77e
commit
212848982b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 13:11:40 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.3.0
|
||||
* Changes to build system: fuzzer for libsrtp, NSS
|
||||
as optional crypto back end and cmake build support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 05:06:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsrtp2
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libsrtp2
|
||||
%define lname libsrtp2-1
|
||||
Version: 2.2.0
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Secure Real-Time Transport Protocol (SRTP) library v2
|
||||
License: BSD-3-Clause
|
||||
@ -62,11 +62,11 @@ Protocol (SRTP) originally authored by Cisco Systems, Inc.
|
||||
This subpackage contains the development headers.
|
||||
|
||||
%prep
|
||||
%setup -qn libsrtp-%version
|
||||
%autosetup -p1 -n libsrtp-%version
|
||||
|
||||
%build
|
||||
%configure --enable-openssl
|
||||
make shared_library %{?_smp_mflags}
|
||||
%make_build shared_library
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -87,12 +87,11 @@ sed -i 's|\(# *\(ifdef\|ifndef\|define\|endif */\*\) *\)\([A-Z0-9_]*_H\)\($\| *\
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libsrtp2.so.1
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES LICENSE README.md doc/*.txt
|
||||
%doc CHANGES README.md doc/*.txt
|
||||
%license LICENSE
|
||||
%_includedir/srtp2/
|
||||
%_libdir/libsrtp2.so
|
||||
%_libdir/pkgconfig/libsrtp2.pc
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44fd7497bce78767e96b54a11bca520adb2ad32effd515f04bce602b60a1a50b
|
||||
size 308469
|
3
v2.3.0.tar.gz
Normal file
3
v2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94093a5d04c5f4743e8d81182b76938374df6d393b45322f24960d250b0110e8
|
||||
size 633819
|
Loading…
Reference in New Issue
Block a user