Name: libzrtpcpp Version: 1.3.0 Release: 1%{?dist} Summary: ZRTP support library for the GNU ccRTP stack Group: System Environment/Libraries License: GPLv3+ URL: http://www.gnu.org/software/ccrtp/ Source0: ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ccrtp-devel BuildRequires: libgcrypt-devel BuildRequires: doxygen %description This package provides a library that adds ZRTP support to the GNU ccRTP stack. Phil Zimmermann developed ZRTP to allow ad-hoc, easy to use key negotiation to setup Secure RTP (SRTP) sessions. GNU ZRTP together with GNU ccRTP (1.5.0 or later) provides a ZRTP implementation that can be directly embedded into client and server applications. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README AUTHORS COPYING NEWS %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/libzrtpcpp.pc %changelog * Wed Jun 25 2008 Kevin Fenzi - 1.3.0-1 - Initial version for Fedora