Accepting request 74511 from home:plater

update to 0.11.1 and add source services libcelt0-1 major increment to libcelt0-2

OBS-URL: https://build.opensuse.org/request/show/74511
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/celt?expand=0&rev=26
This commit is contained in:
Dave Plater 2011-06-25 16:04:07 +00:00 committed by Git OBS Bridge
parent bc58209ae9
commit 3be89bb7df
5 changed files with 23 additions and 17 deletions

3
_service Normal file
View File

@ -0,0 +1,3 @@
<services>
<service name="download_url"><param name="path">/releases/celt/celt-0.11.1.tar.gz</param><param name="host">downloads.xiph.org</param></service>
<service name="set_version"/></services>

View File

@ -1 +1 @@
libcelt0-1
libcelt0-2

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2abbc1d8299ed61269eed26ae26d33836edddc7d7b0ba7ce6c39ebbaf48fff87
size 155197

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Tue Jan 4 13:14:55 UTC 2011 - davejplater@gmail.com
Tue Jun 21 10:34:52 UTC 2011 - davejplater@gmail.com
- use bz2 compression to fix build on older distributions
- Added source services to update to 0.11.1.
- libcelt0-1 bumped to libcelt0-2 due to "current" increment.
- Upstream changes :
*fixes two minor bugs with 0.11 that affect the bit-stream.
The quality should improve (very) slightly, but not enough to be
noticeable in most cases. Several Opus-related bugs have also
been fixed.
-------------------------------------------------------------------
Wed Dec 8 19:43:00 UTC 2010 - cristian.rodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package celt (Version 0.9.1)
# spec file for package celt
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,13 +19,13 @@
Name: celt
Version: 0.9.1_git201012081606
Version: to_be_filled_by_service
Release: 2
License: BSD3c(or similar)
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.bz2
Source: http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: libogg-devel pkg-config
# Patch configure.ac to remove the "0" suffix from libcelt
@ -39,18 +39,18 @@ speech and audio communication.
License: BSD3c(or similar)
Summary: Ultra-Low Delay Audio Codec
Group: Development/Libraries/C and C++
Requires: libcelt0-1 = %{version} glibc-devel pkg-config
Requires: celt = %{version} 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-1
%package -n libcelt0-2
License: BSD3c(or similar)
Summary: Ultra-Low Delay Audio Codec
Group: System/Libraries
%description -n libcelt0-1
%description -n libcelt0-2
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.
@ -71,9 +71,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf %buildroot
%post -n libcelt0-1 -p /sbin/ldconfig
%post -n libcelt0-2 -p /sbin/ldconfig
%postun -n libcelt0-1 -p /sbin/ldconfig
%postun -n libcelt0-2 -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -87,8 +87,8 @@ rm -rf %buildroot
%{_libdir}/*.so
%{_libdir}/pkgconfig/celt.pc
%files -n libcelt0-1
%files -n libcelt0-2
%defattr(-,root,root)
%{_libdir}/libcelt0.so.1*
%{_libdir}/libcelt0.so.2*
%changelog