Name: ortp Version: 0.16.5 Release: 1%{?dist} Summary: A C library implementing the RTP protocol (RFC3550) Epoch: 1 Group: System Environment/Libraries License: LGPLv2+ and VSL URL: http://www.linphone.org/index.php/code_review/ortp Source: http://download.savannah.gnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz Patch0: %{name}-0.16.1-retval.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen BuildRequires: graphviz BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: libsrtp-devel BuildRequires: openssl-devel %description oRTP is a C library that implements RTP (RFC3550). %package devel Summary: Development libraries for ortp Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} Requires: libsrtp-devel %description devel Libraries and headers required to develop software with ortp. %prep %setup0 -q %patch0 -p1 -b .retval %{__perl} -pi.dot -e 's/^(HAVE_DOT\s+=)\s+NO$/\1 YES/;s/^(CALL_GRAPH\s+=)\s+NO$/\1 YES/;s/^(CALLER_GRAPH\s+=)\s+NO$/\1 YES/' ortp.doxygen.in %build %configure --disable-static --enable-ipv6 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; rm doc/html/html.tar rm -r %{buildroot}%{_datadir}/doc/ortp %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog TODO %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %doc doc/html %{_includedir}/%{name} %{_libdir}/*.so %{_libdir}/pkgconfig/ortp.pc %changelog * Thu Sep 2 2010 Dan HorĂ¡k - 1:0.16.1-2 - fix "ignoring return value" warning * Mon Nov 30 2009 Rakesh Pandit - 1:0.16.1-1 - Updated to 0.16.1, removed old patch - removed autotool calls, and using install -p * Sat Jul 25 2009 Fedora Release Engineering - 1:0.14.2-0.5.20080211 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1:0.14.2-0.4.20080211 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Aug 11 2008 Tom "spot" Callaway - 1:0.14.2-0.3.20080211 - fix license tag - epoch bump to fix pre-release versioning * Thu Feb 14 2008 Jeffrey C. Ollie - 0.14.2-0.20080211.2%{?dist} - Update to 0.14.2 snapshot * Tue Feb 5 2008 Jeffrey C. Ollie - 0.14.1-0.20080123.2 - Apply patch to remove -Werror from the build (for PPC). * Fri Feb 1 2008 Jeffrey C. Ollie - 0.14.1-0.20080123.1 - Update to 0.14.1 (using CVS snapshot until official release is available). * Wed Aug 29 2007 Fedora Release Engineering - 0.13.1-4 - Rebuild for selinux ppc32 issue. * Fri Jun 22 2007 Jeffrey C. Ollie - 0.13.1-2 - Fix URL * Mon Apr 23 2007 Jeffrey C. Ollie - 0.13.1-1 - Update to 0.13.1 - BR doxygen and graphviz for building documentation * Mon Jan 29 2007 Jeffrey C. Ollie - 0.13.0-1 - Update to 0.13.0 - ortp-devel BR pkgconfig - Add ldconfig scriptlets * Tue Nov 21 2006 Jeffrey C. Ollie - 0.12.0-1 - Update to 0.12.0 * Mon Oct 9 2006 Jeffrey C. Ollie - 0.11.0-2 - Bring back -Werror patch (needed for building on PPC) * Mon Oct 9 2006 Jeffrey C. Ollie - 0.11.0-1 - Update to 0.11.0 - Remove ortp-0.8.1-Werror.patch * Wed Aug 30 2006 Jeffrey C. Ollie - 0.8.1-3 - Bump release and rebuild * Mon Feb 13 2006 Ignacio Vazquez-Abrams 0.8.1-2 - Rebuild for Fedora Extras 5 * Tue Jan 3 2006 Ignacio Vazquez-Abrams 0.8.1-1 - Upstream update * Thu Dec 22 2005 Ignacio Vazquez-Abrams 0.7.1-2 - Added ortp.pc to -devel * Sat Dec 3 2005 Ignacio Vazquez-Abrams 0.7.1-1 - Upstream update * Wed Nov 30 2005 Ignacio Vazquez-Abrams 0.7.0-6 - Fix a typo in Requires on -devel * Wed Nov 30 2005 Ignacio Vazquez-Abrams 0.7.0-5 - Add missing Requires on -devel * Sun Nov 13 2005 Ignacio Vazquez-Abrams 0.7.0-4 - Split from linphone