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
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
%license LICENSE
%{_bindir}/busybox
%{_bindir}/busybox.install
-%dir %{_datadir}/busybox
%config %{_datadir}/busybox/busybox.links
-
-%changelog