rpms/ccrtp/devel ccrtp.spec,1.10,1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Jul 15 14:22:50 UTC 2008


Author: spot

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

Modified Files:
	ccrtp.spec 
Log Message:
fix license tag


Index: ccrtp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ccrtp/devel/ccrtp.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ccrtp.spec	7 Feb 2008 08:11:11 -0000	1.10
+++ ccrtp.spec	15 Jul 2008 14:21:54 -0000	1.11
@@ -1,8 +1,8 @@
 Summary: Common C++ class framework for RTP/RTCP
 Name: ccrtp
 Version: 1.6.0
-Release: 1%{?dist}
-License: GPL
+Release: 2%{?dist}
+License: GPLv2+
 Group: System Environment/Libraries
 Source0: http://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-%{version}.tar.gz
 Patch0: ccrtp-1.6.0-gcc.patch
@@ -23,6 +23,8 @@
 %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
@@ -80,6 +82,9 @@
 
 
 %changelog
+* Tue Jul 15 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.6.0-2
+- fix license tag
+
 * Wed Feb 06 2008 Andreas Thienemann <andreas at bawue.net> - 1.6.0-1
 - Updated to upstream version 1.6.0
 - Added patch enabling build with gcc-4.3




More information about the fedora-extras-commits mailing list