From 8266e1829a86866c511a6ed1e5b5f9a1d4efd6fa9a939b124dd1fd5e8610e676 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 7 Jan 2010 19:26:01 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/libvorbis revision 17.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=6338c20ff8cc3ed8e9f93be0257fd158 --- libvorbis.changes | 7 +++++++ libvorbis.spec | 16 ++++++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/libvorbis.changes b/libvorbis.changes index 10dbe2e..f89bac5 100644 --- a/libvorbis.changes +++ b/libvorbis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 16 10:17:40 CET 2009 - jengelh@medozas.de + +- add baselibs.conf as a source +- enable parallel building +- package documentation as noarch + ------------------------------------------------------------------- Wed Nov 11 10:56:23 CET 2009 - tiwai@suse.de diff --git a/libvorbis.spec b/libvorbis.spec index a03eadd..ca2c5cc 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -1,7 +1,7 @@ # # spec file for package libvorbis (Version 1.2.3) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -22,9 +22,9 @@ Name: libvorbis BuildRequires: libogg-devel pkgconfig Summary: The Vorbis General Audio Compression Codec Version: 1.2.3 -Release: 1 +Release: 2 Group: System/Libraries -License: BSD 3-clause (or similar) +License: BSD3c(or similar) Url: http://www.vorbis.com/ # bug437293 %ifarch ppc64 @@ -32,6 +32,7 @@ Obsoletes: libvorbis-64bit %endif # Source: %{name}-%{version}.tar.bz2 +Source2: baselibs.conf Patch1: libvorbis-lib64.dif Patch2: libvorbis-m4.dif Patch3: libvorbis-automake-fix.diff @@ -57,7 +58,7 @@ Authors: Xiphophorus Company %package devel -License: BSD 3-clause (or similar) +License: BSD3c(or similar) Summary: Include Files and Libraries mandatory for Ogg Vorbis Development Group: Development/Libraries/C and C++ Requires: glibc-devel, libogg-devel @@ -80,9 +81,12 @@ Authors: Xiphophorus Company %package doc -License: BSD 3-clause (or similar) +License: BSD3c(or similar) Summary: Documentation of Ogg/Vorbis library Group: Documentation/Other +%if 0%{?suse_version} >= 1120 +BuildArch: noarch +%endif %description doc This package contains documents for Ogg/Vorbis library, including the @@ -111,7 +115,7 @@ autoreconf -fi %configure \ --with-ogg-libraries=%{_libdir} \ --disable-static -make +make %{?_smp_mflags} %install %makeinstall