From f403a323dfc18c1446e45f1b11c1f51dd1a92c54a1d5fb7cacdd76f968e9065b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 26 Mar 2012 10:29:43 +0000 Subject: [PATCH] Accepting request 110886 from home:MargueriteSu:submission-to-devel-repository - fixed "no dependecies on libcelt*" warning. OBS-URL: https://build.opensuse.org/request/show/110886 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/celt?expand=0&rev=35 --- celt.changes | 5 +++++ celt.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/celt.changes b/celt.changes index f582aff..a29d0ae 100644 --- a/celt.changes +++ b/celt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 24 13:26:03 UTC 2012 - i@marguerite.su + +- fixed "no dependecies on libcelt*" warning. + ------------------------------------------------------------------- Fri Sep 30 20:07:47 UTC 2011 - coolo@suse.com diff --git a/celt.spec b/celt.spec index 6dc6c49..935e550 100644 --- a/celt.spec +++ b/celt.spec @@ -20,7 +20,7 @@ Name: celt Version: 0.11.1 Release: 1 -License: BSD3c(or similar) +License: BSD-3-Clause Group: Productivity/Multimedia/Other Summary: Ultra-Low Delay Audio Codec Url: http://www.celt-codec.org/ @@ -28,6 +28,7 @@ Source: http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.g Source1: baselibs.conf BuildRequires: libogg-devel pkg-config BuildRequires: libtool +Requires: libcelt0-2 = %{version}-%{release} # Patch configure.ac to remove the "0" suffix from libcelt BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,17 +37,17 @@ The CELT codec is an experimental audio codec for use in low-delay speech and audio communication. %package -n libcelt-devel -License: BSD3c(or similar) +License: BSD-3-Clause Summary: Ultra-Low Delay Audio Codec Group: Development/Libraries/C and C++ -Requires: celt = %{version} glibc-devel pkg-config +Requires: celt = %{version}-%{release} libcelt0-2 = %{version}-%{release} glibc-devel pkg-config %description -n libcelt-devel The CELT codec is an experimental audio codec for use in low-delay speech and audio communication. %package -n libcelt0-2 -License: BSD3c(or similar) +License: BSD-3-Clause Summary: Ultra-Low Delay Audio Codec Group: System/Libraries