From: Kévin THIERRY Date: Fri, 31 Oct 2014 13:48:41 +0000 (+0100) Subject: packging: Bump to version 1.3.0 X-Git-Tag: accepted/tizen/3.0/common/20161114.110540^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fflac.git;a=commitdiff_plain;h=8fc4ea16ad857e1e927fde29f99d6fb49d6a5055 packging: Bump to version 1.3.0 Use upstream git repo instead of pristin-tar. Note: the following Tizen commits haven't been rebased: * flac-no-xmms.diff * flac-printf-format-fix.diff * flac-gcc43-fixes.diff * flac-1.2.1-asm * flac-1.2.1-bitreader * flac-ocloexec * flac-visibility * flac-leaks * flac-gcc47 Bug-Tizen: TC-1815 Change-Id: Ib4a31769108c87f86187bb0d56489642bcac45ef Signed-off-by: Kévin THIERRY --- diff --git a/packaging/flac.spec b/packaging/flac.spec index b2ee9ff..c3e6d83 100644 --- a/packaging/flac.spec +++ b/packaging/flac.spec @@ -7,14 +7,15 @@ BuildRequires: pkg-config %ifarch %{ix86} BuildRequires: nasm %endif -Version: 1.2.1 +Version: 1.3.0 Release: 0 License: BSD-3-Clause Summary: Free Lossless Audio Codec Url: http://flac.sourceforge.net/ +#X-Vcs-Url: https://git.xiph.org/flac.git Group: Multimedia/Audio Source: %{name}-%{version}.tar.bz2 -Source1001: flac.manifest +Source1001: flac.manifest %description FLAC is an open source lossless audio codec developed by Josh Coalson. @@ -49,18 +50,18 @@ FLAC library. cp %{SOURCE1001} . %build -autoreconf --force --install +%autogen %define warn_flags -O3 -W -Wall -Wstrict-prototypes -Wformat-security export CFLAGS="%{optflags} %{warn_flags}" export CXXFLAGS="$CFLAGS" %configure --disable-thorough-tests --disable-exhaustive-tests\ - --disable-xmms-plugin \ - --disable-static \ - --disable-rpath \ - --with-pic \ - --enable-sse + --disable-xmms-plugin \ + --disable-static \ + --disable-rpath \ + --with-pic \ + --enable-sse -make %{?_smp_mflags} +%__make %{?_smp_mflags} %install %make_install