Accepting request 98139 from home:namtrac:bugfix
- -O20 optimization level doesn't exist, use -O3 OBS-URL: https://build.opensuse.org/request/show/98139 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=35
This commit is contained in:
parent
5aad093beb
commit
b2d9d693d2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 11:09:50 UTC 2011 - idonmez@suse.com
|
||||
|
||||
- -O20 optimization level doesn't exist, use -O3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 21:08:52 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -16,15 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libvorbis
|
||||
Version: 1.3.2
|
||||
Release: 10
|
||||
Release: 0
|
||||
#to_be_filled_by_service
|
||||
License: BSD-3-Clause
|
||||
Summary: The Vorbis General Audio Compression Codec
|
||||
Url: http://www.vorbis.com/
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
Url: http://www.vorbis.com/
|
||||
# bug437293 (SLES10 -> SLES11 upgrade path)
|
||||
%ifarch ppc64
|
||||
Obsoletes: libvorbis-64bit
|
||||
@ -40,8 +39,10 @@ Patch2: libvorbis-m4.dif
|
||||
Patch10: libvorbis-pkgconfig.patch
|
||||
Patch11: vorbis-fix-linking.patch
|
||||
Patch12: vorbis-ocloexec.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: fdupes libtool pkgconfig
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -56,7 +57,6 @@ libmatroska (matroska) can also be used.
|
||||
|
||||
Summary: The Vorbis General Audio Compression Codec
|
||||
Group: System/Libraries
|
||||
License: BSD-3-Clause
|
||||
# bug437293 (SLES10 -> SLES11 upgrade path)
|
||||
%ifarch ppc64
|
||||
Obsoletes: libvorbis-64bit
|
||||
@ -78,7 +78,6 @@ libmatroska (matroska) can also be used.
|
||||
|
||||
Summary: The Vorbis General Audio Compression Codec
|
||||
Group: System/Libraries
|
||||
License: BSD-3-Clause
|
||||
|
||||
%description -n libvorbisenc2
|
||||
Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
|
||||
@ -92,7 +91,6 @@ libmatroska (matroska) can also be used.
|
||||
|
||||
Summary: The Vorbis General Audio Compression Codec
|
||||
Group: System/Libraries
|
||||
License: BSD-3-Clause
|
||||
|
||||
%description -n libvorbisfile3
|
||||
Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
|
||||
@ -103,7 +101,6 @@ The native bitstream format of Vorbis is libogg (Ogg). Alternatively,
|
||||
libmatroska (matroska) can also be used.
|
||||
|
||||
%package devel
|
||||
License: BSD-3-Clause
|
||||
Summary: Include Files and Libraries mandatory for Ogg Vorbis Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libvorbis0 = %{version}
|
||||
@ -122,7 +119,6 @@ This package contains all necessary include files and libraries needed
|
||||
to compile and develop applications that use libvorbis.
|
||||
|
||||
%package doc
|
||||
License: BSD-3-Clause
|
||||
Summary: Documentation of Ogg/Vorbis library
|
||||
Group: Documentation/Other
|
||||
%if 0%{?suse_version} >= 1120
|
||||
@ -145,6 +141,9 @@ fi
|
||||
%patch12
|
||||
|
||||
%build
|
||||
# Fix optimization level
|
||||
sed -i s,-O20,-O3,g configure.ac
|
||||
|
||||
autoreconf -fiv
|
||||
%configure --disable-examples --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
x
Reference in New Issue
Block a user