File arch-install-scripts.spec of Package arch-install-scripts
#
# spec file for package arch-install-scripts
#
# Copyright (c) 2025 SUSE LLC
#
# 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: arch-install-scripts
Version: 29
Release: 0
Summary: Scripts to aid in installing Arch Linux
License: GPL-2.0-or-later
Group: System/Packages
URL: https://gitlab.archlinux.org/archlinux/arch-install-scripts
Source: %{name}-v%{version}.tar.gz
BuildRequires: asciidoc
BuildRequires: automake
Requires: coreutils
Requires: pacman
Requires: util-linux
BuildArch: noarch
%description
Scripts to aid in installing Arch Linux.
%prep
%setup -q -n %{name}-v%{version}
%build
%install
make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
%files
%license COPYING
%doc README.md
%{_bindir}/arch-chroot
%{_bindir}/genfstab
%{_bindir}/pacstrap
%dir %{_datadir}/zsh
%dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/_arch-chroot
%{_datadir}/zsh/site-functions/_genfstab
%{_datadir}/zsh/site-functions/_pacstrap
%{_datadir}/bash-completion/completions/arch-chroot
%{_datadir}/bash-completion/completions/genfstab
%{_datadir}/bash-completion/completions/pacstrap
%{_mandir}/man8/arch-chroot.8%{ext_man}
%{_mandir}/man8/genfstab.8%{ext_man}
%{_mandir}/man8/pacstrap.8%{ext_man}
%changelog