From 7a155c3c0ef5854e62afa03ef73800eee922a567 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 10 Nov 2014 09:50:06 +0100 Subject: [PATCH] Bump to version 1.22.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-Tizen: TC-1918 Change-Id: Ie3e9781eadcc9743a9e4b0eac4c3fdb8a8827829 Signed-off-by: Kévin THIERRY --- packaging/busybox.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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 -- 2.7.4