diff --git a/libogg.changes b/libogg.changes index a03d976..49c8ee5 100644 --- a/libogg.changes +++ b/libogg.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Dec 25 15:06:51 UTC 2011 - coolo@suse.com + +- own aclocal directory + +------------------------------------------------------------------- +Sun Dec 25 11:14:05 UTC 2011 - idonmez@suse.com + +- -O20 optimization level does not exist, use -O3 + ------------------------------------------------------------------- Sun Nov 20 19:18:37 UTC 2011 - reddwarf@opensuse.org diff --git a/libogg.spec b/libogg.spec index 9adb221..a23a3d2 100644 --- a/libogg.spec +++ b/libogg.spec @@ -21,10 +21,10 @@ Name: libogg Version: 1.3.0 Release: 0 -License: BSD-3-Clause Summary: Ogg Bitstream Library -Url: http://www.vorbis.com/ +License: BSD-3-Clause Group: System/Libraries +Url: http://www.vorbis.com/ Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz Source2: baselibs.conf Patch1: lib64.dif @@ -40,6 +40,7 @@ codec ) and the 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 @@ -66,6 +67,9 @@ if [ "%{_lib}" == "lib64" ]; then fi %build +# Fix optimization level +sed -i s,-O20,-O3,g configure + %configure --disable-static make %{?_smp_mflags} @@ -91,6 +95,7 @@ make check %{_docdir}/%{name}-devel %{_includedir}/ogg %{_libdir}/libogg.so +%dir %{_datadir}/aclocal %{_datadir}/aclocal/ogg.m4 %{_libdir}/pkgconfig/ogg.pc