# TODO # - pl description Summary: Common C++ class framework for RTP/RTCP Summary(pl): Szkielet klas C++ dla RTP/RTCP Name: ccrtp Version: 1.3.4 Release: 1 License: GPL Group: Libraries Source0: ftp://ftp.gnu.org/pub/gnu/ccrtp/%{name}-%{version}.tar.gz # Source0-md5: a73a524ced1105e738cddb8574c469de URL: http://www.gnu.org/software/ccrtp BuildRequires: commoncpp2-devel BuildRequires: doxygen BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description ccRTP is a generic, extensible and efficient C++ framework for developing applications based on the Real-Time Transport Protocol (RTP) from the IETF. It is based on Common C++ and provides a full RTP/RTCP stack for sending and receiving of realtime data by the use of send and receive packet queues. ccRTP supports unicast, multi-unicast and multicast, manages multiple sources, handles RTCP automatically, supports different threading models and is generic as for underlying network and transport protocols. %description -l pl %package devel Summary: Header files for ccrtp library Summary(pl): Pliki nagłówkowe biblioteki ccrtp Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: commoncpp2-devel %description devel Header files for ccrtp library. %description devel -l pl Pliki nagłówkowe biblioteki ccrtp. %package static Summary: Static ccrtp library Summary(pl): Statyczna biblioteka ccrtp Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static ccrtp library. %description static -l pl Statyczna biblioteka ccrtp. %prep %setup -q %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc %doc AUTHORS COPYING COPYING.addendum README %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %files devel %defattr(644,root,root,755) %doc doc/html/*.html doc/html/*.*g* %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/ccrtp %{_pkgconfigdir}/*.pc %{_infodir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.a