Bump to version 1.3.0 sandbox/kevinthierry/bump-1.3.0
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 31 Oct 2014 13:48:41 +0000 (14:48 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 6 Nov 2014 14:23:04 +0000 (15:23 +0100)
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 <kevin.thierry@open.eurogiciel.org>
packaging/flac.spec

index b2ee9ff..c3e6d83 100644 (file)
@@ -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