2024-01-06 05:18:35 +01:00
|
|
|
Name: libortp
|
2024-04-17 10:50:42 +02:00
|
|
|
Version: 5.3.42
|
2024-01-06 05:18:35 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A Real-time Transport Protocol (RTP,RFC3550) library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 05:18:36 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/BelledonneCommunications/ortp
|
2024-01-06 05:18:35 +01:00
|
|
|
Source: https://github.com/BelledonneCommunications/ortp.git/%{version}/ortp-%{version}.tar.bz2
|
2024-01-06 05:18:35 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:18:35 +01:00
|
|
|
BuildRequires: libbctoolbox-devel
|
2024-01-06 05:18:36 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-06 05:18:35 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 05:18:35 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
ortp is a Real-time Transport Protocol (RTP,RFC3550) library.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
ortp is a Real-time Transport Protocol (RTP,RFC3550) library.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
|
|
|
%package apidocs
|
|
|
|
Summary: %{name} API documentation
|
|
|
|
Group: Documentation
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
%{name} API documentation.
|
|
|
|
|
2024-01-06 05:18:36 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 05:18:35 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n ortp-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 05:18:36 +01:00
|
|
|
%cmake \
|
|
|
|
-DENABLE_STATIC=OFF \
|
|
|
|
-DENABLE_DOC=NO \
|
|
|
|
-DENABLE_UNIT_TESTS=NO
|
|
|
|
|
|
|
|
%cmake_build
|
2024-01-06 05:18:35 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 05:18:36 +01:00
|
|
|
%cmake_install
|
2024-01-06 05:18:35 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libortp.so.*
|
2024-01-06 05:18:36 +01:00
|
|
|
%doc AUTHORS.md LICENSE.txt
|
2024-01-06 05:18:35 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/ortp
|
|
|
|
%{_libdir}/libortp.so
|
|
|
|
%{_libdir}/pkgconfig/ortp.pc
|
2024-01-12 21:32:14 +01:00
|
|
|
%dir %{_datadir}/Ortp/cmake
|
|
|
|
%{_datadir}/Ortp/cmake/Ortp*.cmake
|
2024-01-06 05:18:36 +01:00
|
|
|
%doc CHANGELOG.md
|
2024-01-06 05:18:35 +01:00
|
|
|
|
|
|
|
%files apidocs
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:18:35 +01:00
|
|
|
%dir %{_datadir}/doc/ortp-*
|
|
|
|
%{_datadir}/doc/ortp-*/*
|
2024-01-06 05:18:35 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-04-17 10:50:42 +02:00
|
|
|
* Wed Apr 17 2024 Automatic Build System <autodist@openmamba.org> 5.3.42-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-10 16:56:35 +02:00
|
|
|
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 5.3.41-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-30 11:26:41 +01:00
|
|
|
* Fri Mar 29 2024 Automatic Build System <autodist@openmamba.org> 5.3.38-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-26 14:39:36 +01:00
|
|
|
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 5.3.37-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-22 13:11:31 +01:00
|
|
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 5.3.36-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-21 09:37:05 +01:00
|
|
|
* Wed Mar 20 2024 Automatic Build System <autodist@openmamba.org> 5.3.35-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-12 15:42:53 +01:00
|
|
|
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 5.3.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-11 20:02:55 +01:00
|
|
|
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 5.3.33-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-08 09:43:45 +01:00
|
|
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 5.3.29-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-07 09:28:17 +01:00
|
|
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 5.3.27-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-01 09:49:29 +01:00
|
|
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 5.3.26-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-29 13:05:51 +01:00
|
|
|
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 5.3.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-28 09:59:40 +01:00
|
|
|
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 5.3.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-23 09:30:48 +01:00
|
|
|
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 5.3.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-22 08:51:03 +01:00
|
|
|
* Wed Feb 21 2024 Automatic Build System <autodist@openmamba.org> 5.3.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-17 11:11:44 +01:00
|
|
|
* Sat Feb 17 2024 Automatic Build System <autodist@openmamba.org> 5.3.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-06 10:54:04 +01:00
|
|
|
* Mon Feb 05 2024 Automatic Build System <autodist@openmamba.org> 5.3.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-02 20:23:24 +01:00
|
|
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.3.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-26 09:31:40 +01:00
|
|
|
* Fri Jan 26 2024 Automatic Build System <autodist@openmamba.org> 5.3.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-24 10:39:54 +01:00
|
|
|
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 5.3.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-23 22:18:46 +01:00
|
|
|
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 5.3.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-18 09:40:39 +01:00
|
|
|
* Wed Jan 17 2024 Automatic Build System <autodist@openmamba.org> 5.3.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-12 21:32:14 +01:00
|
|
|
* Fri Jan 05 2024 Automatic Build System <autodist@openmamba.org> 5.3.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 03 2024 Automatic Build System <autodist@mambasoft.it> 5.3.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:37 +01:00
|
|
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 5.2.112-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:36 +01:00
|
|
|
* Thu Nov 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.111-1mamba
|
|
|
|
- update to 5.2.111
|
|
|
|
|
|
|
|
* Tue Jun 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.20-1mamba
|
|
|
|
- update to 4.5.20
|
|
|
|
|
2024-01-06 05:18:35 +01:00
|
|
|
* Sat Nov 11 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- update to 1.0.2
|
|
|
|
|
|
|
|
* Mon Dec 19 2016 Automatic Build System <autodist@mambasoft.it> 0.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:35 +01:00
|
|
|
* Tue Nov 03 2015 Automatic Build System <autodist@mambasoft.it> 0.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:35 +01:00
|
|
|
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 0.24.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:35 +01:00
|
|
|
* Sat Apr 04 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.1-1mamba
|
|
|
|
- update to 0.24.1
|
|
|
|
|
2024-01-06 05:18:35 +01:00
|
|
|
* Sat Mar 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.23.0-1mamba
|
|
|
|
- update to 0.23.0
|
|
|
|
|
|
|
|
* Mon Jun 17 2013 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.0-1mamba
|
|
|
|
- update to 0.20.0
|
|
|
|
|
|
|
|
* Fri Jun 17 2011 Automatic Build System <autodist@mambasoft.it> 0.16.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 08 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.3-2mamba
|
|
|
|
- rebuilt to add pkgconfig provides
|
|
|
|
|
|
|
|
* Mon Jun 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.3-1mamba
|
|
|
|
- update to 0.16.3
|
|
|
|
|
|
|
|
* Wed May 05 2010 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 01 2009 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 13 2009 Davide Madrisan <davide.madrisan@gmail.com> 0.15.0-1mamba
|
|
|
|
- package created by autospec
|