diff --git a/.cvsignore b/.cvsignore index dc83dd8..adecfd3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ccrtp-1.5.1.tar.gz +ccrtp-1.7.1.tar.gz diff --git a/ccrtp.spec b/ccrtp.spec index 3e39724..e3996e3 100644 --- a/ccrtp.spec +++ b/ccrtp.spec @@ -1,13 +1,13 @@ Summary: Common C++ class framework for RTP/RTCP Name: ccrtp -Version: 1.5.1 +Version: 1.7.1 Release: 1%{?dist} -License: GPL +License: GPLv2+ Group: System Environment/Libraries Source0: http://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-%{version}.tar.gz URL: http://www.gnu.org/software/commoncpp/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: commoncpp2-devel, doxygen, libgcrypt-devel +BuildRequires: commoncpp2-devel >= 1.7.0, doxygen, libgcrypt-devel %description ccRTP is a generic, extensible and efficient C++ framework for @@ -22,6 +22,8 @@ for underlying network and transport protocols. %package devel Summary: Header files and libraries for %{name} development Group: Development/Libraries +# Some of the headers are LGPLv2+ +License: GPLv2+ and LGPLv2+ Requires: %{name} = %{version}-%{release} Requires: pkgconfig, commoncpp2-devel Requires(post): /sbin/install-info @@ -39,7 +41,7 @@ chmod 644 src/ccrtp/rtp.h %build %configure \ --disable-static -%{__make} %{?_smp_mflags} +%{__make} # %{?_smp_mflags} smp builds disabled %install rm -rf $RPM_BUILD_ROOT @@ -78,6 +80,22 @@ fi %changelog +* Mon Apr 07 2009 Andreas Thienemann - 1.7.1-1 +- Update to upstream release 1.7.1 + +* Mon Feb 23 2009 Fedora Release Engineering - 1.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Jul 15 2008 Tom "spot" Callaway - 1.6.0-2 +- fix license tag + +* Wed Feb 06 2008 Andreas Thienemann - 1.6.0-1 +- Updated to upstream version 1.6.0 +- Added patch enabling build with gcc-4.3 + +* Wed Feb 06 2008 Dennis Gilmore - 1.5.1-2 +- rebuild for new commoncpp2 + * Wed Mar 07 2007 Andreas Thienemann - 1.5.1-1 - Updated package to 1.5.1 - Fixed #219396 diff --git a/sources b/sources index 7788723..197e308 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -728c41edd62be2871eac50be287f97ee ccrtp-1.5.1.tar.gz +9f5d34a18f2c1c779d2e5818cc4987f8 ccrtp-1.7.1.tar.gz