%define cvs 20080211 Name: ortp Summary: A C library implementing the RTP protocol (RFC3550) Version: 0.22.0 Release: 1%{?_dist_release} Group: System Environment/Libraries License: LGPLv2+ and VSL URL: http://www.linphone.org/index.php/code_review/ortp Source0: http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ortp-%{version}.tar.gz # git clone http://jcollie.fedorapeople.org/ortp.git ortp.git # cd ortp.git # git archive --format=tar --prefix=ortp-%{version}/ ortp-%{version}-%{cvs} > ortp-%{version}-%{cvs}.tar # bzip2 ortp-%{version}-%{cvs}.tar #Source0: ortp-%{version}-%{cvs}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: openssl-devel BuildRequires: doxygen BuildRequires: graphviz %description oRTP is a C library that implements RTP (RFC3550). %package devel Summary: Development libraries for ortp Summary(ja): ortp の開発用ファイル Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: openssl-devel Requires: pkgconfig %description devel Libraries and headers required to develop software with ortp. %prep %setup0 -q %{__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 find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; rm doc/html/html.tar rm -r $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} %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 * Sun Sep 15 2013 Yoji TOYODA - 0.22.0-1 - new upstream release * Sun Mar 6 2011 Ryoichi INAGAKI - 0.16.4-1 - new upstream release - built with openssl-1.0.0d * Mon Sep 27 2010 Shu KONNO 0.16.3-2 - rebuilt with rpm-4.8.1 for pkg-config * Tue Aug 17 2010 Ryoichi INAGAKI - 0.16.3-1 - new upstream release - added BR: openssl-devel * Sun Aug 30 2009 Ryoichi INAGAKI - 0.14.2-0.20080211.1 - Initial build for Vine Linux * 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