automatic version update by autodist [release 2.4.2-1mamba;Tue Sep 21 2021]
This commit is contained in:
parent
e469dc3806
commit
9aa4d43327
29
srtp.spec
29
srtp.spec
@ -1,5 +1,5 @@
|
|||||||
Name: srtp
|
Name: srtp
|
||||||
Version: 1.6.0
|
Version: 2.4.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,16 +7,13 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://srtp.sourceforge.net/srtp.html
|
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
|
Source: https://github.com/cisco/libsrtp.git/v%{version}/libsrtp-%{version}.tar.bz2
|
||||||
Patch0: srtp-1.4.4_20140620git-soname.patch
|
Patch0: srtp-1.4.4_20140620git-soname.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpcap-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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).
|
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}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libsrtp.so.*
|
%{_libdir}/libsrtp2.so.*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/srtp
|
%dir %{_includedir}/srtp2
|
||||||
%{_includedir}/srtp/*.h
|
%{_includedir}/srtp2/*.h
|
||||||
%{_libdir}/libsrtp.a
|
%{_libdir}/libsrtp2.a
|
||||||
%{_libdir}/libsrtp.so
|
%{_libdir}/libsrtp2.so
|
||||||
%{_libdir}/pkgconfig/libsrtp.pc
|
%{_libdir}/pkgconfig/libsrtp2.pc
|
||||||
%doc CHANGES README TODO
|
%doc CHANGES
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Fri Nov 17 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
* Fri Nov 17 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
||||||
- update to 1.6.0
|
- update to 1.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user