summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-07-09 17:09:32 -0400
committerDJ Delorie <dj@delorie.com>2012-07-09 17:09:32 -0400
commit9818f67a26edbc3b2f1d0d962e1d1139851b1739 (patch)
tree2203ff16b8a01d92a1baa285cb0613a9b585a1e7
parent236c9c246609e0a5c8182ee68c9d2813b1a7be0e (diff)
downloadbootstrap-9818f67a26edbc3b2f1d0d962e1d1139851b1739.tar.gz
bootstrap-9818f67a26edbc3b2f1d0d962e1d1139851b1739.tar.xz
bootstrap-9818f67a26edbc3b2f1d0d962e1d1139851b1739.zip
stage3: add autoconf automake bzip2 elfutils xz zlib
-rw-r--r--stage3.d/autoconf8
-rw-r--r--stage3.d/automake5
-rw-r--r--stage3.d/bzip21
-rw-r--r--stage3.d/elfutils11
-rw-r--r--stage3.d/xz1
-rw-r--r--stage3.d/zlib5
6 files changed, 31 insertions, 0 deletions
diff --git a/stage3.d/autoconf b/stage3.d/autoconf
new file mode 100644
index 0000000..5f8fb3c
--- /dev/null
+++ b/stage3.d/autoconf
@@ -0,0 +1,8 @@
+rpmi autoconf
+
+S=$HOME/rpmbuild/SPECS
+sed '/\/emacs\//d' $S/autoconf.spec > $S/autoconf.spec.new
+mv $S/autoconf.spec.new $S/autoconf.spec
+
+rpmb -bb --without check autoconf
+rpminst autoconf
diff --git a/stage3.d/automake b/stage3.d/automake
new file mode 100644
index 0000000..d58bcfe
--- /dev/null
+++ b/stage3.d/automake
@@ -0,0 +1,5 @@
+#requires autoconf
+
+rpmi automake
+rpmb -bb --without check automake
+rpminst automake
diff --git a/stage3.d/bzip2 b/stage3.d/bzip2
new file mode 100644
index 0000000..290db82
--- /dev/null
+++ b/stage3.d/bzip2
@@ -0,0 +1 @@
+rpma bzip2 bzip2-libs bzip2-devel
diff --git a/stage3.d/elfutils b/stage3.d/elfutils
new file mode 100644
index 0000000..fa25475
--- /dev/null
+++ b/stage3.d/elfutils
@@ -0,0 +1,11 @@
+#requires bzip2
+#requires zlib
+#requires xz
+
+rpma elfutils \
+ elfutils-devel \
+ elfutils-devel-static \
+ elfutils-libelf \
+ elfutils-libelf-devel \
+ elfutils-libelf-devel-static \
+ elfutils-libs
diff --git a/stage3.d/xz b/stage3.d/xz
new file mode 100644
index 0000000..8600d13
--- /dev/null
+++ b/stage3.d/xz
@@ -0,0 +1 @@
+rpma xz
diff --git a/stage3.d/zlib b/stage3.d/zlib
new file mode 100644
index 0000000..191c00a
--- /dev/null
+++ b/stage3.d/zlib
@@ -0,0 +1,5 @@
+#requires automake
+#requires autoconf
+
+rpma zlib zlib-devel
+