fb9a201
Name:           arch-install-scripts
8fd4e8b
Version:        15
75d8f2d
Release:        2%{?dist}
8fd4e8b
Summary:        Scripts to bootstrap Arch Linux distribution
fb9a201
License:        GPLv2
8fd4e8b
URL:            https://projects.archlinux.org/arch-install-scripts.git
8fd4e8b
Source0:        https://projects.archlinux.org/arch-install-scripts.git/snapshot/%{name}-%{version}.tar.gz
fb9a201
BuildArch:      noarch
fb9a201
BuildRequires:  m4
fb9a201
Requires:       archlinux-keyring
8fd4e8b
Requires:       pacman
fb9a201
fb9a201
%description
fb9a201
A small suite of scripts aimed at automating some menial tasks when
fb9a201
installing Arch Linux, most notably including actually performing the
fb9a201
installation.
fb9a201
fb9a201
To install and launch Arch in a container:
fb9a201
  pacman-key --init
fb9a201
  pacman-key --populate archlinux
7f51aef
  mkdir -p /var/lib/container/arch
7f51aef
  pacstrap -G -M -i -c -d /var/lib/container/arch base
7f51aef
  systemd-nspawn -bD /var/lib/container/arch
fb9a201
fb9a201
%prep
fb9a201
%setup -q
fb9a201
fb9a201
%build
8fd4e8b
%make_build PREFIX=%{_prefix}
fb9a201
fb9a201
%install
fb9a201
%make_install PREFIX=%{_prefix}
fb9a201
8fd4e8b
%check
8fd4e8b
make check
8fd4e8b
fb9a201
%files
8fd4e8b
%license COPYING
fb9a201
%{_bindir}/arch-chroot
fb9a201
%{_bindir}/genfstab
fb9a201
%{_bindir}/pacstrap
fb9a201
%dir %{_datadir}/zsh/site-functions
fb9a201
%{_datadir}/zsh/site-functions/_archinstallscripts
fb9a201
fb9a201
%changelog
75d8f2d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-2
75d8f2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
75d8f2d
8fd4e8b
* Mon Feb 16 2015 Christopher Meng <rpm@cicku.me> - 15-1
8fd4e8b
- Update to v15
8fd4e8b
5a1e1eb
* Tue Jan 06 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 14-1
5a1e1eb
- Update to v14. (#1175134).
5a1e1eb
8928e1f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 13-3
8928e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8928e1f
7f51aef
* Thu Feb 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 13-2
7f51aef
- Update installation instructions.
7f51aef
e856389
* Thu Feb 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 13-1
e856389
- Update to v13. (#1062168).
e856389
fb9a201
* Thu Aug 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 11-2
fb9a201
- Remove "+" from license.
fb9a201
- Replace path with macro.
fb9a201
- Package accepted (#998125).
fb9a201
fb9a201
* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 11-1
fb9a201
- Initial packaging.