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.
|
- Update to 1.5.2.
|
||||||
- Remove srtp-soname.diff as upstream now defines ABI in filenames
|
- Remove srtp-soname.diff as upstream now defines ABI in filenames
|
||||||
correctly.
|
correctly.
|
||||||
- Enable static library build.
|
|
||||||
- Spec cleanup.
|
- Spec cleanup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -27,11 +27,10 @@ Url: https://github.com/cisco/libsrtp
|
|||||||
#Git-Clone: git://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
|
Source: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: openssl-devel
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: pkgconfig(openssl)
|
||||||
Provides: srtp = %{version}-%{release}
|
Provides: srtp = %{version}-%{release}
|
||||||
Obsoletes: srtp < %{version}
|
Obsoletes: srtp < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libSRTP library is an open source implementation of the Secure
|
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.
|
# Build both shared and static libraries.
|
||||||
make shared_library %{?_smp_mflags}
|
make shared_library %{?_smp_mflags}
|
||||||
make %{name}.a %{?_smp_mflags}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -128,7 +126,6 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES LICENSE README TODO VERSION doc/*.pdf doc/*.txt
|
%doc CHANGES LICENSE README TODO VERSION doc/*.pdf doc/*.txt
|
||||||
%{_includedir}/srtp/
|
%{_includedir}/srtp/
|
||||||
%{_libdir}/libsrtp.a
|
|
||||||
%{_libdir}/libsrtp.so
|
%{_libdir}/libsrtp.so
|
||||||
%{_libdir}/pkgconfig/libsrtp.pc
|
%{_libdir}/pkgconfig/libsrtp.pc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user