From 72a2e3b291db7e3b9f48d86756c38a2a3ca99d00 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Aug 11 2008 21:10:49 +0000 Subject: fix license tag --- diff --git a/ortp.spec b/ortp.spec index 7d6a2d7..fd64632 100644 --- a/ortp.spec +++ b/ortp.spec @@ -2,11 +2,12 @@ Name: ortp Version: 0.14.2 -Release: 0.%{cvs}.2%{?dist} +Release: 0.3.%{cvs}%{?dist} Summary: A C library implementing the RTP protocol (RFC3550) +Epoch: 1 Group: System Environment/Libraries -License: LGPL +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 @@ -32,7 +33,7 @@ oRTP is a C library that implements RTP (RFC3550). %package devel Summary: Development libraries for ortp Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Requires: pkgconfig %description devel @@ -79,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/ortp.pc %changelog +* 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