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