rpms/ccrtp/devel ccrtp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Apr 28 22:02:16 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/ccrtp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22981/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ccrtp.spec 
Log Message:
auto-import ccrtp-1.3.7-1 on branch devel from ccrtp-1.3.7-1.src.rpm


--- NEW FILE ccrtp.spec ---
Summary: Common C++ class framework for RTP/RTCP
Name: ccrtp
Version: 1.3.7
Release: 1%{?dist}
License: GPL
Group: System Environment/Libraries
Source0: http://download.sourceforge.net/gnutelephony/ccrtp-%{version}.tar.gz
URL: http://www.gnu.org/software/commoncpp/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: commoncpp2-devel

%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.

%package devel
Summary: Header files and libraries for %{name} development
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig, commoncpp2-devel
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info

%description devel
The %{name}-devel package contains the header files and libraries needed
to develop programs that use the %{name} library.


%prep
%setup -q
chmod 644 src/ccrtp/rtp.h

%build
%configure \
	--disable-static
%{__make} %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_infodir}/dir
find %{buildroot} -name '*.la' -exec rm -f {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%post devel
/sbin/install-info %{_infodir}/ccrtp.info* %{_infodir}/dir

%preun devel
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/ccrtp.info* %{_infodir}/dir
fi

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc COPYING README COPYING.addendum
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc doc/html
%dir %{_includedir}/ccrtp
%{_includedir}/ccrtp/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libccrtp1.pc
%{_infodir}/ccrtp.info*

%changelog
* Mon Apr 24 2006 Andreas Thienemann <andreas at bawue.net> 1.3.7-1
- Updated to 1.3.7

* Fri Feb 03 2006 Andreas Thienemann <andreas at bawue.net> 1.3.6-1
- Initial spec.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ccrtp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Apr 2006 22:00:59 -0000	1.1
+++ .cvsignore	28 Apr 2006 22:02:16 -0000	1.2
@@ -0,0 +1 @@
+ccrtp-1.3.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ccrtp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Apr 2006 22:00:59 -0000	1.1
+++ sources	28 Apr 2006 22:02:16 -0000	1.2
@@ -0,0 +1 @@
+6621be1852bd90c3dbbafa895618d8f0  ccrtp-1.3.7.tar.gz




More information about the fedora-extras-commits mailing list