2007-01-16 00:06:26 +01:00
|
|
|
#
|
2011-03-18 19:51:17 +01:00
|
|
|
# spec file for package busybox
|
2007-01-16 00:06:26 +01:00
|
|
|
#
|
2020-02-10 12:27:06 +01:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2007-01-16 00:06:26 +01:00
|
|
|
#
|
2008-08-23 00:08:11 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-04-02 13:46:57 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-16 00:06:26 +01:00
|
|
|
#
|
|
|
|
|
2011-03-21 10:33:42 +01:00
|
|
|
|
2007-01-16 00:06:26 +01:00
|
|
|
Name: busybox
|
2020-07-24 11:10:04 +02:00
|
|
|
Version: 1.32.0
|
Accepting request 113102 from home:oertel:branches:openSUSE:Factory
- busybox-1.19.4-typedef_umode_t.patch:
fix compile as umode_t is only defined with KERNEL and is
used in header linux/linux/ext2_fs.h
- update to 1.19.4
- fix getty, mdev, modinfo and wget
- update to 1.19.3
- fix chpasswd, crond, inetd, syslogd, tail, tftp
- update to 1.19.2
- fix ash/hush, cttyhack, find, grep, less, patch, sed, top,
uncompress
- update to 1.19.0:
- countless fixes in all utility programs, please see
http://www.busybox.net/ for details
- remove obsolete patches previously marked as upstreamed
- busybox-1.19.4-typedef_umode_t.patch:
fix compile as umode_t is only defined with KERNEL and is
used in header linux/linux/ext2_fs.h
- update to 1.19.4
- fix getty, mdev, modinfo and wget
- update to 1.19.3
- fix chpasswd, crond, inetd, syslogd, tail, tftp
- update to 1.19.2
- fix ash/hush, cttyhack, find, grep, less, patch, sed, top,
uncompress
- update to 1.19.0:
- countless fixes in all utility programs, please see
http://www.busybox.net/ for details
OBS-URL: https://build.opensuse.org/request/show/113102
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=18
2012-04-11 20:33:48 +02:00
|
|
|
Release: 0
|
2019-09-20 09:58:17 +02:00
|
|
|
Summary: Minimalist variant of UNIX utilities linked in a single executable
|
2019-04-02 13:46:57 +02:00
|
|
|
License: GPL-2.0-or-later
|
2007-01-16 00:06:26 +01:00
|
|
|
Group: System/Base
|
2020-02-10 12:27:06 +01:00
|
|
|
URL: http://www.busybox.net/
|
2007-01-16 00:06:26 +01:00
|
|
|
Source: http://busybox.net/downloads/%{name}-%{version}.tar.bz2
|
2011-03-18 19:51:17 +01:00
|
|
|
Source1: BusyBox.1
|
2019-04-02 13:46:57 +02:00
|
|
|
Source2: busybox.config
|
|
|
|
Source3: busybox-static.config
|
2020-04-10 10:09:23 +02:00
|
|
|
Source4: man.conf
|
2011-03-18 19:51:17 +01:00
|
|
|
# other patches
|
2020-02-10 12:27:06 +01:00
|
|
|
Patch100: busybox.install.patch
|
2019-08-02 20:50:05 +02:00
|
|
|
Provides: useradd_or_adduser_dep
|
2019-04-02 13:46:57 +02:00
|
|
|
BuildRequires: glibc-devel-static
|
2020-08-12 15:44:45 +02:00
|
|
|
BuildRequires: pkgconfig(libselinux)
|
2020-07-08 09:52:43 +02:00
|
|
|
# for test suite
|
|
|
|
BuildRequires: zip
|
2007-01-16 00:06:26 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
BusyBox combines tiny versions of many common UNIX utilities into a
|
2019-09-20 09:58:17 +02:00
|
|
|
single executable. It provides minimalist replacements for utilities
|
|
|
|
usually found in fileutils, shellutils, findutils, textutils, grep,
|
|
|
|
gzip, tar, and more. BusyBox provides a fairly complete POSIX
|
|
|
|
environment for small or embedded systems. The utilities in BusyBox
|
|
|
|
generally have fewer options than their GNU cousins. The options that
|
|
|
|
are included provide the expected functionality and behave much like
|
|
|
|
their GNU counterparts.
|
2007-01-16 00:06:26 +01:00
|
|
|
|
2019-04-02 13:46:57 +02:00
|
|
|
%package static
|
2019-09-20 09:58:17 +02:00
|
|
|
Summary: Static linked version of Busybox, a compact UNIX utility collection
|
2019-04-02 13:46:57 +02:00
|
|
|
Group: System/Base
|
|
|
|
|
|
|
|
%description static
|
2019-09-20 09:58:17 +02:00
|
|
|
BusyBox combines tiny versions of many common UNIX utilities into a
|
|
|
|
single executable.
|
2019-04-02 13:46:57 +02:00
|
|
|
|
2020-07-08 09:52:43 +02:00
|
|
|
%package testsuite
|
|
|
|
Summary: Testsuite of busybox
|
|
|
|
Group: Development/Testing
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: zip
|
|
|
|
|
|
|
|
%description testsuite
|
|
|
|
Using this package you can test the busybox build on different kernels and glibc.
|
|
|
|
It needs to run with permission to the current directory, so either copy it away
|
|
|
|
as is or run as root:
|
|
|
|
|
|
|
|
cd /usr/share/busybox/testsuite
|
|
|
|
PATH=/usr/share/busybox:$PATH SKIP_KNOWN_BUGS=1 ./runtest
|
|
|
|
|
2007-01-16 00:06:26 +01:00
|
|
|
%prep
|
2015-04-25 11:02:17 +02:00
|
|
|
%setup -q
|
2020-02-10 12:27:06 +01:00
|
|
|
%patch100 -p0
|
2015-04-25 11:02:17 +02:00
|
|
|
cp -a %{SOURCE1} docs/
|
2019-09-20 09:58:17 +02:00
|
|
|
find "(" -name CVS -o -name .cvsignore -o -name .svn -o -name .gitignore ")" \
|
|
|
|
-exec rm -Rf {} +
|
2011-03-18 19:51:17 +01:00
|
|
|
|
|
|
|
%build
|
2016-03-07 13:34:52 +01:00
|
|
|
export KCONFIG_NOTIMESTAMP=KCONFIG_NOTIMESTAMP
|
2007-01-16 00:06:26 +01:00
|
|
|
export VERBOSE=-v
|
|
|
|
export BUILD_VERBOSE=2
|
2018-01-16 13:41:30 +01:00
|
|
|
export CFLAGS="%{optflags} -fno-strict-aliasing -I/usr/include/tirpc"
|
2015-04-25 11:02:17 +02:00
|
|
|
export CC="gcc"
|
2011-10-04 10:31:06 +02:00
|
|
|
export HOSTCC=gcc
|
2019-04-02 13:46:57 +02:00
|
|
|
cp -a %{SOURCE3} .config
|
|
|
|
make %{?_smp_mflags} -e oldconfig
|
|
|
|
make -e %{?_smp_mflags}
|
|
|
|
mv busybox busybox-static
|
|
|
|
make -e %{?_smp_mflags} clean
|
|
|
|
cp -a %{SOURCE2} .config
|
2015-04-25 11:02:17 +02:00
|
|
|
make %{?_smp_mflags} -e oldconfig
|
2010-11-01 09:22:07 +01:00
|
|
|
make -e %{?_smp_mflags}
|
|
|
|
make -e doc busybox.links %{?_smp_mflags}
|
2007-01-16 00:06:26 +01:00
|
|
|
|
|
|
|
%install
|
2015-04-25 11:02:17 +02:00
|
|
|
install -d %{buildroot}/%{_bindir}
|
|
|
|
install -d %{buildroot}/%{_datadir}/busybox
|
2019-04-02 13:46:57 +02:00
|
|
|
install -m 0644 busybox.links %{buildroot}%{_datadir}/busybox
|
2015-04-25 11:02:17 +02:00
|
|
|
install applets/install.sh %{buildroot}%{_bindir}/busybox.install
|
2019-10-23 22:36:10 +02:00
|
|
|
install -m 0755 busybox %{buildroot}%{_bindir}
|
|
|
|
install -m 0755 busybox-static %{buildroot}%{_bindir}
|
|
|
|
install -d %{buildroot}%{_sysconfdir}
|
2020-04-10 10:09:23 +02:00
|
|
|
install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/
|
2015-04-25 11:02:17 +02:00
|
|
|
install -d %{buildroot}%{_mandir}/man1
|
|
|
|
install -m 644 docs/BusyBox.1 %{buildroot}%{_mandir}/man1
|
2020-07-08 09:52:43 +02:00
|
|
|
cp %{SOURCE2} %{buildroot}%{_datadir}/busybox/.config
|
|
|
|
ln -s %_bindir/busybox %{buildroot}%{_datadir}/busybox/busybox
|
|
|
|
cp -a testsuite %{buildroot}%{_datadir}/busybox/testsuite
|
|
|
|
|
|
|
|
%check
|
|
|
|
export KCONFIG_NOTIMESTAMP=KCONFIG_NOTIMESTAMP
|
|
|
|
export BUILD_VERBOSE=2
|
|
|
|
export CFLAGS="%{optflags} -fno-strict-aliasing -I/usr/include/tirpc"
|
|
|
|
export CC="gcc"
|
|
|
|
export HOSTCC=gcc
|
|
|
|
export SKIP_KNOWN_BUGS=1
|
|
|
|
export SKIP_INTERNET_TESTS=1
|
|
|
|
make -e %{?_smp_mflags} test
|
2008-09-05 22:11:30 +02:00
|
|
|
|
2007-01-16 00:06:26 +01:00
|
|
|
%files
|
2019-04-02 13:46:57 +02:00
|
|
|
%license LICENSE
|
2007-07-16 07:36:25 +02:00
|
|
|
%doc docs/mdev.txt
|
2020-04-10 10:09:23 +02:00
|
|
|
%config %{_sysconfdir}/man.conf
|
2007-01-16 00:06:26 +01:00
|
|
|
%doc %{_mandir}/man1/BusyBox.1.gz
|
2012-12-11 13:41:58 +01:00
|
|
|
%{_bindir}/busybox
|
|
|
|
%{_bindir}/busybox.install
|
|
|
|
%dir %{_datadir}/busybox
|
2019-04-02 13:46:57 +02:00
|
|
|
%{_datadir}/busybox/busybox.links
|
|
|
|
|
2020-07-08 09:52:43 +02:00
|
|
|
%files testsuite
|
|
|
|
%{_datadir}/busybox/busybox
|
|
|
|
%{_datadir}/busybox/.config
|
|
|
|
%{_datadir}/busybox/testsuite
|
|
|
|
|
2019-04-02 13:46:57 +02:00
|
|
|
%files static
|
|
|
|
%license LICENSE
|
|
|
|
%{_bindir}/busybox-static
|
2008-01-17 22:10:25 +01:00
|
|
|
|
2007-04-29 00:40:39 +02:00
|
|
|
%changelog
|