summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/busybox.spec15
1 files changed, 6 insertions, 9 deletions
diff --git a/packaging/busybox.spec b/packaging/busybox.spec
index a8fe81d1b..e1d6d85ee 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