From 484094a43e5e0df5e32ff4101a4f02409e7813908c6d0356c215615783173f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 16 Mar 2015 21:09:59 +0000 Subject: [PATCH] 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 --- libsrtp.changes | 1 - libsrtp.spec | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/libsrtp.changes b/libsrtp.changes index 247f559..fe21dea 100644 --- a/libsrtp.changes +++ b/libsrtp.changes @@ -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. ------------------------------------------------------------------- diff --git a/libsrtp.spec b/libsrtp.spec index 7816345..4389dd5 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -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