Name: jrtplib Version: 3.1.0 Release: 0.fdr.1 Summary: RTP library. Group: System Environment/Libraries License: MIT URL: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html Source: http://research.edm.luc.ac.be/jori/jrtplib/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++ BuildRequires: jthread-devel BuildRequires: tetex-latex %description JRTPLIB is an object-oriented RTP library written in C++. The library offers support for the Real-time Transport Protocol (RTP), defined in RFC 3550. It makes it very easy to send and receive RTP packets and the RTCP (RTP Control Protocol) functions are handled entirely internally. For more detailed information you should take a look at the documentation included in the package. %package devel Summary: Development files for jrtplib. Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The jrtplib-devel package contains the header files and documentation needed to develop applications with jrtplib. %prep %setup -q %build %configure make %{?_smp_mflags} cd doc make doc %install rm -rf $RPM_BUILD_ROOT %makeinstall rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc ChangeLog README.TXT %{_libdir}/libjrtp-*.so %files devel %defattr(-,root,root,-) %doc doc/jrtplib.pdf %{_libdir}/libjrtp.a %{_libdir}/libjrtp.so %{_includedir}/jrtplib3 %changelog * Thu Apr 07 2005 Thomas Vander Stichele - 3.1.0-0.fdr.1 - Initial package