2024-01-05 18:06:38 +01:00
|
|
|
Name: srtp
|
2024-01-05 18:06:38 +01:00
|
|
|
Version: 2.5.0
|
2024-01-05 18:06:38 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 18:06:38 +01:00
|
|
|
URL: https://srtp.sourceforge.net/srtp.html
|
2024-01-05 18:06:38 +01:00
|
|
|
Source: https://github.com/cisco/libsrtp.git/v%{version}/libsrtp-%{version}.tar.bz2
|
2024-01-05 18:06:38 +01:00
|
|
|
Patch0: srtp-1.4.4_20140620git-soname.patch
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 18:06:38 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 18:06:38 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%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).
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
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).
|
|
|
|
This package contains shared library for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n libsrtp-%{version}
|
2024-01-05 18:06:38 +01:00
|
|
|
#%patch0 -p1
|
2024-01-05 18:06:38 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
|
2024-01-05 18:06:38 +01:00
|
|
|
%make all shared_library
|
2024-01-05 18:06:38 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 18:06:38 +01:00
|
|
|
%{_libdir}/libsrtp2.so.*
|
2024-01-05 18:06:38 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 18:06:38 +01:00
|
|
|
%dir %{_includedir}/srtp2
|
|
|
|
%{_includedir}/srtp2/*.h
|
|
|
|
%{_libdir}/libsrtp2.a
|
|
|
|
%{_libdir}/libsrtp2.so
|
|
|
|
%{_libdir}/pkgconfig/libsrtp2.pc
|
|
|
|
%doc CHANGES
|
2024-01-05 18:06:38 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:06:38 +01:00
|
|
|
* Thu Feb 02 2023 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:06:38 +01:00
|
|
|
* Tue Sep 21 2021 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 10 2021 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:06:38 +01:00
|
|
|
* Fri Nov 17 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
|
|
|
- update to 1.6.0
|
|
|
|
|
2024-01-05 18:06:38 +01:00
|
|
|
* Fri Jun 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.4_20140620git-1mamba
|
|
|
|
- update to 1.4.4_20140620git
|
|
|
|
|
|
|
|
* Fri Jun 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.4_20140620cvs-1mamba
|
|
|
|
- update to 1.4.4_20140620cvs
|
|
|
|
|
|
|
|
* Fri Jun 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.4-1mamba
|
|
|
|
- update to 1.4.4
|
|
|
|
|
|
|
|
* Fri Jun 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- package created using the webbuild interface
|