2012-05-03 09:44:03 +02:00
|
|
|
#
|
2012-05-11 01:23:23 +02:00
|
|
|
# spec file for package debootstrap
|
2012-05-03 09:44:03 +02:00
|
|
|
#
|
2023-07-27 15:26:43 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-05-11 01:23:23 +02:00
|
|
|
# Copyright (c) 2012 Frank Lichtenheld <frank@lichtenheld.de>
|
|
|
|
#
|
|
|
|
# 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-07-31 19:57:12 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-05-11 01:23:23 +02:00
|
|
|
#
|
|
|
|
|
2012-05-03 09:44:03 +02:00
|
|
|
|
2012-05-11 01:23:23 +02:00
|
|
|
Name: debootstrap
|
2022-12-07 23:29:51 +01:00
|
|
|
Version: 1.0.128
|
2012-05-11 01:23:23 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Bootstrap a basic Debian system
|
|
|
|
License: MIT
|
2019-07-31 19:57:12 +02:00
|
|
|
URL: https://salsa.debian.org/installer-team/debootstrap
|
2023-07-27 15:26:43 +02:00
|
|
|
Source: %{url}/-/archive/%{version}+nmu5/%{name}-%{version}+nmu5.tar.bz2
|
2012-05-11 01:23:23 +02:00
|
|
|
Patch0: %{name}-norootforbuild.patch
|
2023-07-27 15:26:43 +02:00
|
|
|
Requires: binutils
|
2018-04-19 13:34:39 +02:00
|
|
|
Requires: wget
|
|
|
|
Recommends: gpg2
|
2012-05-11 01:23:23 +02:00
|
|
|
BuildArch: noarch
|
2012-05-03 09:44:03 +02:00
|
|
|
|
|
|
|
%description
|
2012-05-03 21:16:54 +02:00
|
|
|
debootstrap is used to create a Debian base system from scratch,
|
|
|
|
without requiring the availability of dpkg or apt. It does this
|
|
|
|
by downloading .deb files from a mirror site, and carefully
|
|
|
|
unpacking them into a directory which can eventually be chrooted
|
|
|
|
into.
|
2012-05-03 09:44:03 +02:00
|
|
|
|
|
|
|
%prep
|
2023-07-27 15:26:43 +02:00
|
|
|
%autosetup -p1 -n %{name}-%{version}+nmu5
|
2012-05-03 09:44:03 +02:00
|
|
|
|
|
|
|
%build
|
2015-03-21 12:29:27 +01:00
|
|
|
# Nothing to build.
|
2012-05-03 09:44:03 +02:00
|
|
|
|
|
|
|
%install
|
2015-03-21 12:29:27 +01:00
|
|
|
%make_install
|
2018-04-19 13:34:39 +02:00
|
|
|
install -Dpm 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
|
2012-05-03 09:44:03 +02:00
|
|
|
|
|
|
|
%files
|
2018-04-19 13:34:39 +02:00
|
|
|
%license debian/copyright
|
|
|
|
%doc README TODO debian/changelog
|
2015-03-21 12:29:27 +01:00
|
|
|
%{_sbindir}/%{name}
|
|
|
|
%{_datadir}/%{name}/
|
|
|
|
%{_mandir}/man?/%{name}.?%{?ext_man}
|
2012-05-03 09:44:03 +02:00
|
|
|
|
|
|
|
%changelog
|