forked from pool/libsrtp
Accepting request 367116 from network:telephony
1 OBS-URL: https://build.opensuse.org/request/show/367116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsrtp?expand=0&rev=8
This commit is contained in:
commit
67cecdd937
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37cd41ddd0a13de9c8af928a662680b4bb7e2289c448e3ad531df18754d2a5ed
|
|
||||||
size 1646166
|
|
3
libsrtp-1.5.4.tar.gz
Normal file
3
libsrtp-1.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0
|
||||||
|
size 1646184
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 4 07:46:25 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 1.5.4:
|
||||||
|
* Use BE byte ordering of RTCP trailer.
|
||||||
|
* Allow zero length payload on unprotect.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 22 18:36:01 UTC 2016 - jengelh@inai.de
|
Fri Jan 22 18:36:01 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
14
libsrtp.spec
14
libsrtp.spec
@ -18,20 +18,21 @@
|
|||||||
|
|
||||||
%define soname 1
|
%define soname 1
|
||||||
Name: libsrtp
|
Name: libsrtp
|
||||||
Version: 1.5.3
|
Version: 1.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Secure Real-Time Transport Protocol (SRTP) library
|
Summary: Secure Real-Time Transport Protocol (SRTP) library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/cisco/libsrtp
|
Url: https://github.com/cisco/libsrtp
|
||||||
#Git-Clone: git://github.com/cisco/libsrtp
|
#Git-Clone: git://github.com/cisco/libsrtp.git
|
||||||
Source: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
Provides: srtp = %{version}-%{release}
|
# srtp was last used in openSUSE 13.1.
|
||||||
Obsoletes: srtp < %{version}-%{release}
|
Provides: srtp = %{version}
|
||||||
|
Obsoletes: srtp < %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libSRTP library is an open source implementation of the Secure
|
The libSRTP library is an open source implementation of the Secure
|
||||||
@ -56,7 +57,8 @@ itself can be found on the Secure RTP page.
|
|||||||
Summary: Secure Real-Time Transport Protocol (SRTP) library
|
Summary: Secure Real-Time Transport Protocol (SRTP) library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}%{soname} = %{version}
|
Requires: %{name}%{soname} = %{version}
|
||||||
Provides: srtp-devel = %{version}-%{release}
|
# srtp-devel was last used in openSUSE 13.1.
|
||||||
|
Provides: srtp-devel = %{version}
|
||||||
Obsoletes: srtp-devel < %{version}
|
Obsoletes: srtp-devel < %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -81,7 +83,6 @@ itself can be found on the Secure RTP page.
|
|||||||
# FIXME: Does not work:
|
# FIXME: Does not work:
|
||||||
# --enable-kernel-linux
|
# --enable-kernel-linux
|
||||||
|
|
||||||
# Build both shared and static libraries.
|
|
||||||
make shared_library %{?_smp_mflags}
|
make shared_library %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -115,7 +116,6 @@ for SYMBOL in \
|
|||||||
done
|
done
|
||||||
|
|
||||||
%post -n %{name}%{soname} -p /sbin/ldconfig
|
%post -n %{name}%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{name}%{soname} -p /sbin/ldconfig
|
%postun -n %{name}%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{name}%{soname}
|
%files -n %{name}%{soname}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user