]> git.pld-linux.org Git - packages/ccrtp.git/blame - ccrtp.spec
- converted to UTF-8
[packages/ccrtp.git] / ccrtp.spec
CommitLineData
23152de5 1Summary: Common C++ class framework for RTP/RTCP
0c6db567 2Summary(pl.UTF-8): Szkielet klas C++ dla RTP/RTCP
23152de5 3Name: ccrtp
3cfd439e 4Version: 1.5.1
777d2487 5Release: 1
23152de5 6License: GPL
7Group: Libraries
8Source0: ftp://ftp.gnu.org/pub/gnu/ccrtp/%{name}-%{version}.tar.gz
3cfd439e 9# Source0-md5: 728c41edd62be2871eac50be287f97ee
6716a349 10Patch0: %{name}-gcc4.patch
e101e907 11URL: http://www.gnu.org/software/ccrtp/
695e1afd 12BuildRequires: autoconf
13BuildRequires: automake
777d2487 14BuildRequires: commoncpp2-devel >= 1.5.0
23152de5 15BuildRequires: doxygen
695e1afd 16BuildRequires: libtool
23152de5 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20ccRTP is a generic, extensible and efficient C++ framework for
21developing applications based on the Real-Time Transport Protocol
22(RTP) from the IETF. It is based on Common C++ and provides a full
23RTP/RTCP stack for sending and receiving of realtime data by the use
24of send and receive packet queues. ccRTP supports unicast,
25multi-unicast and multicast, manages multiple sources, handles RTCP
26automatically, supports different threading models and is generic as
27for underlying network and transport protocols.
28
0c6db567
JR
29%description -l pl.UTF-8
30ccRTP jest ogólnym, rozszerzalnym i efektywnym szkieletem C++ do
31rozwijania aplikacji bazujących na transporcie czasu rzeczywistego
32(RTP) z IETF. Bazuje na Common C++ i udostępnia pełen stos RTP/RTCP do
33wysyłania i odbierania danych w czasie rzeczywistym z użyciem kolejek
34wysyłania i odbierania pakietów. ccRTP obsługuje unicasty,
35multi-unicasty i multicasty, zarządza wieloma źródłami, obsługuje
36automatycznie RTCP, wspiera różne modele wątkowania i jest ogólny dla
37podstawowych sieci i protokołów transportowych.
382d8e6d 38
23152de5 39%package devel
40Summary: Header files for ccrtp library
0c6db567 41Summary(pl.UTF-8): Pliki nagłówkowe biblioteki ccrtp
23152de5 42Group: Development/Libraries
43Requires: %{name} = %{version}-%{release}
44Requires: commoncpp2-devel
45
46%description devel
47Header files for ccrtp library.
48
0c6db567
JR
49%description devel -l pl.UTF-8
50Pliki nagłówkowe biblioteki ccrtp.
23152de5 51
52%package static
53Summary: Static ccrtp library
0c6db567 54Summary(pl.UTF-8): Statyczna biblioteka ccrtp
23152de5 55Group: Development/Libraries
56Requires: %{name}-devel = %{version}-%{release}
57
58%description static
59Static ccrtp library.
60
0c6db567 61%description static -l pl.UTF-8
23152de5 62Statyczna biblioteka ccrtp.
63
64%prep
65%setup -q
6716a349 66%patch0 -p1
23152de5 67
68%build
695e1afd 69%{__libtoolize}
70%{__aclocal} -I m4
71%{__autoconf}
72%{__autoheader}
73%{__automake}
23152de5 74%configure
75%{__make}
76
77%install
78rm -rf $RPM_BUILD_ROOT
79
80%{__make} install \
81 DESTDIR=$RPM_BUILD_ROOT
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
86%post -p /sbin/ldconfig
87%postun -p /sbin/ldconfig
88
89%files
90%defattr(644,root,root,755)
e101e907 91%doc AUTHORS COPYING COPYING.addendum README
23152de5 92%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
93
94%files devel
95%defattr(644,root,root,755)
96%doc doc/html/*.html doc/html/*.*g*
97%attr(755,root,root) %{_libdir}/lib*.so
98%{_libdir}/lib*.la
99%{_includedir}/ccrtp
100%{_pkgconfigdir}/*.pc
e101e907 101%{_infodir}/*.info*
23152de5 102
103%files static
104%defattr(644,root,root,755)
105%{_libdir}/lib*.a
This page took 0.041483 seconds and 4 git commands to generate.