From 1a9e095b934a481907db632d0cae53a65604005d Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 12 Nov 2014 15:48:21 +0100 Subject: [PATCH] pacakging: Bump to version 1.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-Tizen: TC-1844 Change-Id: I211946ec65813cfe2854962b11ee6ac98fe5fc64 Signed-off-by: Kévin THIERRY --- packaging/libvorbis.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/packaging/libvorbis.spec b/packaging/libvorbis.spec index e57d7b3..f7e353c 100644 --- a/packaging/libvorbis.spec +++ b/packaging/libvorbis.spec @@ -1,5 +1,5 @@ Name: libvorbis -Version: 1.3.3 +Version: 1.3.4 Release: 0 License: BSD-3-Clause Summary: The Vorbis General Audio Compression Codec @@ -7,7 +7,7 @@ Url: http://www.vorbis.com/ Group: Multimedia/Audio Source: %{name}-%{version}.tar.xz Source2: baselibs.conf -Source1001: libvorbis.manifest +Source1001: libvorbis.manifest BuildRequires: fdupes BuildRequires: libogg-devel BuildRequires: libtool @@ -69,12 +69,11 @@ cp %{SOURCE1001} . # Fix optimization level sed -i s,-O20,-O3,g configure.ac -autoreconf -fiv -%configure --disable-examples --disable-static -make %{?_smp_mflags} +%autogen --disable-examples --disable-static +%__make %{?_smp_mflags} %check -make check +%__make check %install %make_install @@ -122,5 +121,3 @@ install -c -m 0644 doc/Vorbis_I_spec.* %{buildroot}%{_docdir}/%{name} %{_includedir}/vorbis %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc - -%changelog -- 2.7.4