From 23152de5d26fd1dcfa24be8098cdba4a7196607b Mon Sep 17 00:00:00 2001 From: undefine Date: Wed, 7 Sep 2005 14:53:28 +0000 Subject: [PATCH] - initial Changed files: ccrtp.spec -> 1.1 --- ccrtp.spec | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 ccrtp.spec diff --git a/ccrtp.spec b/ccrtp.spec new file mode 100644 index 0000000..9d09b83 --- /dev/null +++ b/ccrtp.spec @@ -0,0 +1,89 @@ +# 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 -- 2.44.0