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