debootstrap/debootstrap.spec

57 lines
1.8 KiB
RPMSpec
Raw Normal View History

2020-02-29 15:53:21 +08:00
Name: debootstrap
2023-10-16 11:40:57 +08:00
Version: 1.0.132
Release: 1
2020-02-29 15:53:21 +08:00
Summary: Debian base system maintainer tool
License: MIT
URL: https://wiki.debian.org/Debootstrap
2023-10-16 11:40:57 +08:00
Source0: http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_%{version}%{?postfix:+%{postfix}}.tar.gz
2020-02-29 15:53:21 +08:00
BuildArch: noarch
BuildRequires: fakeroot
Requires: gettext perl-interpreter wget tar gzip dpkg xz
Recommends: ubu-keyring debian-keyring
%description
Debootstrap is a tool which will install a Debian base system into a subdirectory of another,
already installed system.
It doesn't require an installation CD, just access to a Debian repository. It can also be installed
and run from another operating system, so, for instance, you can use debootstrap to install Debian
onto an unused partition from a running Gentoo system. It can also be used to create a rootfs for a
machine of a different architecture, which is known as "cross-debootstrapping".
%package help
Summary: Help document for debootstrap
%description help
Help document debootstrap.
%prep
2023-10-16 11:40:57 +08:00
%autosetup -n %{name} -p1
2020-02-29 15:53:21 +08:00
sed -i -e 's;/usr/sbin;%{_sbindir};' Makefile
mv debootstrap debootstrap.orig
sed -e 's;/usr/share;%{_datadir};' debootstrap.orig > debootstrap
touch -r debootstrap.orig debootstrap
rm debootstrap.orig
%build
%install
fakeroot make install DESTDIR=%{buildroot} VERSION="%{version}-%{release}"
install -Dp -m0644 debootstrap.8 %{buildroot}%{_mandir}/man8/debootstrap.8
%files
%license debian/copyright
%{_datadir}/debootstrap
%{_sbindir}/debootstrap
%files help
%doc debian/changelog README
%{_mandir}/man8/debootstrap.8*
%changelog
2023-10-16 11:40:57 +08:00
* Mon Oct 16 2023 chenyaqiang <chenyaqiang@huawei.com> - 1.0.132-1
- Update to 1.0.132
2020-02-29 15:53:21 +08:00
* Tue Feb 18 2020 shijian <shijian16@huawei.com> - 1.0.109-3
- Package init