From 9aa4d433277b65807015ff281cb811680402b40e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:06:38 +0100 Subject: [PATCH] automatic version update by autodist [release 2.4.2-1mamba;Tue Sep 21 2021] --- srtp.spec | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/srtp.spec b/srtp.spec index bbcc43a..819c0f9 100644 --- a/srtp.spec +++ b/srtp.spec @@ -1,5 +1,5 @@ Name: srtp -Version: 1.6.0 +Version: 2.4.2 Release: 1mamba Summary: An implementation of the Secure Real-time Transport Protocol (SRTP) Group: System/Libraries @@ -7,16 +7,13 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://srtp.sourceforge.net/srtp.html -#Source: http://downloads.sourceforge.net/project/srtp/srtp/%{version}/srtp-%{version}.tar.gz Source: https://github.com/cisco/libsrtp.git/v%{version}/libsrtp-%{version}.tar.bz2 Patch0: srtp-1.4.4_20140620git-soname.patch License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpcap-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel. These mechanisms are documented in the Internet Drafts in the doc/ subdirectory. The SRTP API is documented in include/srtp.h, and the library is in libsrtp.a (after compilation). @@ -60,20 +57,28 @@ This package contains libraries and header files for developing applications tha %files -n lib%{name} %defattr(-,root,root) -%{_libdir}/libsrtp.so.* +%{_libdir}/libsrtp2.so.* %doc LICENSE %files -n lib%{name}-devel %defattr(-,root,root) -%dir %{_includedir}/srtp -%{_includedir}/srtp/*.h -%{_libdir}/libsrtp.a -%{_libdir}/libsrtp.so -%{_libdir}/pkgconfig/libsrtp.pc -%doc CHANGES README TODO - +%dir %{_includedir}/srtp2 +%{_includedir}/srtp2/*.h +%{_libdir}/libsrtp2.a +%{_libdir}/libsrtp2.so +%{_libdir}/pkgconfig/libsrtp2.pc +%doc CHANGES %changelog +* Tue Sep 21 2021 Automatic Build System 2.4.2-1mamba +- automatic version update by autodist + +* Fri Sep 10 2021 Automatic Build System 2.4.1-1mamba +- automatic version update by autodist + +* Tue Aug 31 2021 Automatic Build System 2.4.0-1mamba +- automatic version update by autodist + * Fri Nov 17 2017 Silvan Calarco 1.6.0-1mamba - update to 1.6.0