SHA256
1
0
forked from pool/debootstrap
debootstrap/debootstrap.spec
Alexei Sorokin 50293073db - update to 1.0.137:
* reinstate Ubuntu codename symlinks
  * Ubuntu: add symlink for oracular

OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=55
2024-07-26 00:18:16 +00:00

57 lines
1.7 KiB
RPMSpec

#
# spec file for package debootstrap
#
# Copyright (c) 2024 SUSE LLC
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: debootstrap
Version: 1.0.137
Release: 0
Summary: Bootstrap a basic Debian system
License: MIT
URL: https://salsa.debian.org/installer-team/debootstrap
Source: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
Requires: binutils
Requires: wget
Recommends: gpg2
BuildArch: noarch
%description
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.
%prep
%autosetup -p1 -n %{name}-%{version}
%build
# Nothing to build.
%install
%make_install
install -Dpm 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
%files
%license debian/copyright
%doc README TODO debian/changelog
%{_sbindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man?/%{name}.?%{?ext_man}
%changelog