From: Kévin THIERRY Date: Mon, 10 Nov 2014 08:50:06 +0000 (+0100) Subject: Bump to version 1.22.1 X-Git-Tag: accepted/tizen/3.0/common/20161114.110435^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fbusybox.git;a=commitdiff_plain;h=HEAD Bump to version 1.22.1 Bug-Tizen: TC-1918 Change-Id: Ie3e9781eadcc9743a9e4b0eac4c3fdb8a8827829 Signed-off-by: Kévin THIERRY --- diff --git a/packaging/busybox.spec b/packaging/busybox.spec index a8fe81d..e1d6d85 100644 --- a/packaging/busybox.spec +++ b/packaging/busybox.spec @@ -1,13 +1,13 @@ Name: busybox -Version: 1.20.2 +Version: 1.22.1 Release: 0 License: GPL-2.0+ Summary: The Swiss Army Knife of Embedded Linux Url: http://www.busybox.net/ -Group: System/Base +Group: System/Utilities Source: http://busybox.net/downloads/%{name}-%{version}.tar.bz2 Source2: busybox.tizen.config -Source1001: busybox.manifest +Source1001: busybox.manifest %description BusyBox combines tiny versions of many common UNIX utilities into a @@ -31,9 +31,9 @@ export BUILD_VERBOSE=2 export CFLAGS="%{optflags} -fno-strict-aliasing" export CC="gcc" export HOSTCC=gcc -make -e oldconfig -make -e %{?_smp_mflags} -make -e doc busybox.links %{?_smp_mflags} +%__make -e oldconfig +%__make -e %{?_smp_mflags} +%__make -e doc busybox.links %{?_smp_mflags} %install install -d %{buildroot}%{_prefix}/bin @@ -48,7 +48,4 @@ install busybox %{buildroot}%{_prefix}/bin %license LICENSE %{_bindir}/busybox %{_bindir}/busybox.install -%dir %{_datadir}/busybox %config %{_datadir}/busybox/busybox.links - -%changelog