SPECS: ccrtp.spec (NEW) - initial
undefine
undefine at pld-linux.org
Wed Sep 7 16:53:37 CEST 2005
Author: undefine Date: Wed Sep 7 14:53:37 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
ccrtp.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ccrtp.spec
diff -u /dev/null SPECS/ccrtp.spec:1.1
--- /dev/null Wed Sep 7 16:53:37 2005
+++ SPECS/ccrtp.spec Wed Sep 7 16:53:28 2005
@@ -0,0 +1,100 @@
+# $Revision$, $Date$
+# 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
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/09/07 14:53:28 undefine
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list