Accepting request 312289 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/312289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/celt?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2015-06-24 18:35:46 +00:00 committed by Git OBS Bridge
commit 33b6eb997b
5 changed files with 26 additions and 17 deletions

View File

@ -1,4 +1,4 @@
libcelt0-2
celt-devel
libcelt-devel
requires -celt-<targettype>
requires "libcelt0-2-<targettype> = <version>"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01c2579fba8b283c9068cb704a70a6e654aa74ced064c091cafffbe6fb1d4cbf
size 465853

BIN
celt-0.11.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 16 11:30:04 UTC 2015 - mpluskal@suse.com
- Update to 0.11.3
* no upstream changelog provided
- Cleanup spec file with spec-cleaner
- Update baselibs.conf
-------------------------------------------------------------------
Thu Sep 20 12:18:13 UTC 2012 - cfarrell@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package celt
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,19 +16,19 @@
#
Name: celt
Version: 0.11.1
Release: 1
Version: 0.11.3
Release: 0
Summary: Ultra-Low Delay Audio Codec
License: BSD-2-Clause
Group: Productivity/Multimedia/Other
Summary: Ultra-Low Delay Audio Codec
Url: http://www.celt-codec.org/
Source: http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: libogg-devel pkg-config
BuildRequires: libogg-devel
BuildRequires: libtool
Requires: libcelt0-2 = %{version}-%{release}
BuildRequires: pkg-config
Requires: libcelt0-2 = %{version}-%{release}
# Patch configure.ac to remove the "0" suffix from libcelt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -37,17 +37,18 @@ The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.
%package -n libcelt-devel
License: BSD-2-Clause
Summary: Ultra-Low Delay Audio Codec
Group: Development/Libraries/C and C++
Requires: celt = %{version}-%{release} libcelt0-2 = %{version}-%{release} glibc-devel pkg-config
Requires: celt = %{version}-%{release}
Requires: glibc-devel
Requires: libcelt0-2 = %{version}-%{release}
Requires: 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: BSD-2-Clause
Summary: Ultra-Low Delay Audio Codec
Group: System/Libraries
@ -59,15 +60,15 @@ speech and audio communication.
%setup -q
%build
autoreconf -f -i
autoreconf -fiv
%configure\
--disable-static\
--with-pic
make %{?_smp_mflags}
%install
make DESTDIR=%buildroot install
rm -f %{buildroot}%{_libdir}/*.la
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%post -n libcelt0-2 -p /sbin/ldconfig