[arch-install-scripts/f19] Package accepted

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Mon Aug 26 18:15:06 UTC 2013


commit fb9a20179494b5c20775734a2ce470900e7549dd
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Mon Aug 26 14:12:44 2013 -0400

    Package accepted

 .gitignore                |    1 +
 arch-install-scripts.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bbdc2ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/v11.tar.gz
diff --git a/arch-install-scripts.spec b/arch-install-scripts.spec
new file mode 100644
index 0000000..cff1f7f
--- /dev/null
+++ b/arch-install-scripts.spec
@@ -0,0 +1,49 @@
+Name:           arch-install-scripts
+Version:        11
+Release:        2%{?dist}
+Source:         https://github.com/falconindy/arch-install-scripts/archive/v11.tar.gz
+Url:            https://github.com/falconindy/arch-install-scripts
+License:        GPLv2
+Summary:        Scripts to bootstrap Arch distribution
+BuildArch:      noarch
+
+BuildRequires:  m4
+Requires:       pacman
+Requires:       archlinux-keyring
+
+%description
+A small suite of scripts aimed at automating some menial tasks when
+installing Arch Linux, most notably including actually performing the
+installation.
+
+To install and launch Arch in a container:
+  pacman-key --init
+  pacman-key --populate archlinux
+  pacstrap -c -d ~/arch-tree/ base
+  systemd-nspawn -bD ~/arch-tree/
+
+%prep
+%setup -q
+
+%build
+make %{?_smp_mflags} PREFIX=%{_prefix}
+
+%install
+%make_install PREFIX=%{_prefix}
+
+%files
+%{_bindir}/arch-chroot
+%{_bindir}/genfstab
+%{_bindir}/pacstrap
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_archinstallscripts
+%doc COPYING
+
+%changelog
+* Thu Aug 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 11-2
+- Remove "+" from license.
+- Replace path with macro.
+- Package accepted (#998125).
+
+* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 11-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..fb09550 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+346613dd824283c57e9cf4cadac1d248  v11.tar.gz


More information about the scm-commits mailing list