Accepting request 478917 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/478917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libogg?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2017-03-16 08:34:00 +00:00 committed by Git OBS Bridge
commit 61abc795a1
2 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 11 14:28:46 UTC 2017 - jengelh@inai.de
- Orthographic fixes to descriptions. RPM group fix.
-------------------------------------------------------------------
Thu Feb 12 16:24:17 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libogg
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@ -23,7 +23,7 @@ Version: 1.3.2
Release: 0
Summary: Ogg Bitstream Library
License: BSD-3-Clause
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://www.vorbis.com/
Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
Source2: baselibs.conf
@ -34,25 +34,25 @@ BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Libogg is a library for manipulating ogg bitstreams. It handles both
making ogg bitstreams and getting packets from ogg bitstreams.
Libogg is a library for manipulating Ogg bitstreams. It handles both
making Ogg bitstreams and getting packets from Ogg bitstreams.
Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio
codec ) and the libtheora (Theora video codec)
Ogg is the native bitstream format of libvorbis (Ogg Vorbis audio
codec) and libtheora (Theora video codec).
%package -n libogg%{_SO_nr}
Summary: Ogg Bitstream Library
Group: System/Libraries
%description -n libogg%{_SO_nr}
Libogg is a library for manipulating ogg bitstreams. It handles both
making ogg bitstreams and getting packets from ogg bitstreams.
Libogg is a library for manipulating Ogg bitstreams. It handles both
making Ogg bitstreams and getting packets from Ogg bitstreams.
Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio
codec ) and the libtheora (Theora video codec)
Ogg is the native bitstream format of libvorbis (Ogg Vorbis audio
codec) and libtheora (Theora video codec).
%package devel
Summary: Include Files and Libraries mandatory for Ogg Development
Summary: Include Files and Libraries for Ogg Development
Group: Development/Libraries/C and C++
Requires: glibc-devel
Requires: libogg%{_SO_nr} = %{version}