Accepting request 291101 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/291101 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp?expand=0&rev=9
This commit is contained in:
parent
fc42b7ad64
commit
484094a43e
@ -4,7 +4,6 @@ Sun Mar 15 16:35:32 UTC 2015 - sor.alexei@meowr.ru
|
||||
- Update to 1.5.2.
|
||||
- Remove srtp-soname.diff as upstream now defines ABI in filenames
|
||||
correctly.
|
||||
- Enable static library build.
|
||||
- Spec cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -27,11 +27,10 @@ Url: https://github.com/cisco/libsrtp
|
||||
#Git-Clone: git://github.com/cisco/libsrtp
|
||||
Source: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
Provides: srtp = %{version}-%{release}
|
||||
Obsoletes: srtp < %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The libSRTP library is an open source implementation of the Secure
|
||||
@ -84,7 +83,6 @@ sed -i 's/\r/\n/g' doc/draft-irtf-cfrg-icm-00.txt
|
||||
|
||||
# Build both shared and static libraries.
|
||||
make shared_library %{?_smp_mflags}
|
||||
make %{name}.a %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -128,7 +126,6 @@ done
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES LICENSE README TODO VERSION doc/*.pdf doc/*.txt
|
||||
%{_includedir}/srtp/
|
||||
%{_libdir}/libsrtp.a
|
||||
%{_libdir}/libsrtp.so
|
||||
%{_libdir}/pkgconfig/libsrtp.pc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user